Use the Host ROUTE command to initiate from a host BIMUTIL job stream or from a host application using the BIM-EDIT application interface a transfer of a BIM-EDIT file from the host to a workstation.
Required Operands
SRC is the name of the BIM-EDIT file to be copied.
USER is the destination user. The SRC file will be copied to the workstation where the USER user is logged on.
DEST is the full path of the file to be created at the destination workstation.
Host ROUTE command assumes the BIM-EDIT file contains EBCDIC text and translates it to ASCII text.
Host ROUTE command writes a carriage return byte sequence after each record.
The following VSE JCL transfers the BIM-EDIT file "RXI\APFILE" to the workstation where user USR1 is logged on as file C:\RXI\APFILE. The file is presumed to contain EBCDIC text and will be converted to ASCII text. A carriage return byte sequence will be written after each record.
// EXEC BIMUTIL
LOGON $SYS,$SYS
ROUTE RXI,USR1,C:\RXI\APFILE
/*