Macro | Brief description |
BKPT | Transfers control to the system. The user may then enter commands at the data display |
CLCOM | Terminates intertask communication for the calling program (see "Intertask communication (ITC)") |
CMD | Executes commands without leaving program mode |
JINF | Transfers a list of job data |
OPCOM | Opens intertask communication for the calling program and defines its ITC name |
RELBF | Deletes the first message in the ITC queue of the calling program (see "Intertask communication (ITC)") |
REVNT | Receives a message for the ITC name of the calling program (see "Intertask communication (ITC)") |
SEVNT | Sends a message to an ITC user (see "Intertask communication (ITC)") |
STXIT | Specifies user routines for interrupt handling which are to be started if a program interrupt |
SWITCH | Switches and transfers the 32 job switches associated with the job or the 32 user |
TMODE | Transfers job attributes such as characteristics of the data display terminal (type, buffer, |
TYPIO | Outputs a message on the console and accepts a response |
WROUT | Transfers a record to the SYSOUT system file, i.e. in interactive mode to the data display |
WRTRD | In interactive mode, transfers a message to the data display terminal and subsequently |
The SWITCH macro replaces the GETSW, GETUS, SETSW and SETUS macros. These macros are still supported for reasons of compatibility only and are described in the appendix "GETSW - Get switch".