TSO
The TSO command lets you issue a command in the TSO environment without terminating your use of QMF.
TSO with ISPF | TSO without ISPF |
---|---|
X | X |
Description
- EXEC or EX
- Indicates that the value for commandstring is the data set name of a CLIST or REXX program rather than a TSO command.
- commandstring
- A character string that constitutes a valid command or exec in the TSO environment.
Usage notes
Everything
after the TSO command
is sent to TSO and
interpreted there.
Examples
- To send user ID PEGGY5 a message with the TSO SEND
command:
TSO SEND 'I RECEIVED YOUR PROC2. THANK YOU.' USER(PEGGY5)
- To run the REXX program
SAMPLE in data set KELLY1.EXEC:
TSO EXEC 'KELLY1.EXEC(SAMPLE)'