TRANSMIT command
The complete syntax and function of the TRANSMIT command are described in z/OS TSO/E Command Reference. The parameters described here are intended for your use. You may use them, in conjunction with corresponding parameters on the RECEIVE command, to test your exit routines and debug user-written control records. (See z/OS TSO/E Customization for detailed information on the exit routines and control records.)
The syntax of the TRANSMIT command is:

- TRANSMIT is an authorized command.
- OUTDDNAME | OUTFILE
- A pre-allocated
file used as the output data set for the TRANSMIT command. TSO/E
does not write any data to SYSOUT. The data set has the following
DCB attributes: LRECL=80, BLKSIZE=3120, RECFM=FB.
- ddname
- The name on a DD statement that identifies the data set. The name may identify a sequential data set or a member of a partitioned data set.
- OUTDSNAME | OUTDATASET
- A
data set used as the output data set for the TRANSMIT command. TSO/E
does not write any data to SYSOUT. The data set has the following
DCB attributes: LRECL=80, BLKSIZE=3120, RECFM=FB.
- dsn
- The name of a sequential data set.
- value:
- a name that conforms to TSO/E data set naming conventions