Previous Topic: OPS/REXX Interface with EPINext Topic: OPS/REXX Interface to Messages


OPS/REXX Interface to z/OS Operator Commands

Use the ADDRESS OPER statement to pass operator commands to the z/OS operating system. For example, the following statement causes z/OS to display all active address spaces:

address OPER
  "D A,L"

The ADDRESS OPER host command environment is described in the Command and Function Reference.