After creating a TRANSMIT file using Tachyon Re-Xmit, it must be uploaded to a mainframe system. You can transfer the file using FTP, NFS, IND$FILE any other PC-to-mainframe file transfer method. The TRANSMIT file must be copied in binary mode.
Once the TRANSMIT file has been stored in a data set on the mainframe, you can unload it using the IBM TSO/E RECEIVE command. Normally, RECEIVE will unload the transmitted data set using the data set characteristics included in the TRANSMIT file, however you can change some of the data set characteristics when you use the RECEIVE command. If the data set does not exist, RECEIVE will create it for you using your TSO defaults or information that you supply to the RECEIVE command.
The information that follows describes the RECEIVE command options needed to unload a TRANSMIT data set created by Tachyon Re-Xmit. The syntax for the RECEIVE command is fully described in the TSO/E Command Reference and further information is available in the TSO/E Users Guide - Sending and Recieving Data Sets.
The required RECEIVE command syntax is:
RECEIVE INDATASET(in-dsname) [NODISPLAY]
where:
RECEIVE INDATASET(XMIT.COPY)
TSO/E will normally display a message containing the name of the data set contained in the TRANSMIT file and then a message like:
Enter restore parameters or 'DELETE' or 'END'You can respond to this message by pressing the Enter key to allow the RECEIVE command to unload the data set using the defaults. You can also respond to this message by entering parameters to override the data set name and space allocation. The syntax for the override parameters is fully described in the TSO/E Command Reference.