Previous Topic: Host Command Defined

Next Topic: External Host Environments

Host Environments

OPS/REXX supports these host environments:

OPS/REXX always issues host commands to the host environment named in the last ADDRESS instruction that executed. For instance, in the following example, OPS/REXX issues the D A,L command to the operating system and the LISTBC command to TSO:

address OPER
"D A,L"
address TSO
"LISTBC"