Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: BCHRKERM

BCHRKERM.m

Go to the documentation of this file.
  1. BCHRKERM ;IHS/TUCSON/LAB - receive file from remote [ 10/28/96 2:05 PM ]
  1. ;;1.0;IHS RPMS CHR SYSTEM;;OCT 28, 1996
  1. ;
  1. ;
  1. START ;EP - called from option
  1. W:$D(IOF) @IOF
  1. W !!,"This option is used to receive a file of CHR transactions from a remote",!,"computer. This option should only be used if you are about to send"
  1. W !,"a file via the Kermit Protocol. DO NOT CONTINUE if this is not the case.",!!!
  1. S DIR(0)="Y",DIR("A")="Do you wish to continue",DIR("B")="Y" K DA D ^DIR K DIR
  1. G:$D(DIRUT) EXIT
  1. G:'Y EXIT
  1. W !!!!,"OKAY ....",!!
  1. S XTKHL7=1 G R^XTKERMIT
  1. EXIT ;
  1. ;W !!!!,"All Done"
  1. Q