Previous Topic: Issue the OPSIMEX (OI) CommandNext Topic: Execute OPS/REXX Source Programs from ISPF Dialogs


Implicitly Invoke Source Programs

To invoke a REXX program called ABC with a null argument, issue the following command:

OI ABC

To invoke the same program with an argument of Now is the time, issue either of the following commands. These commands work only if the member ABC exists in the library or libraries allocated to either ddname OPSEXEC or ddname SYSEXEC.

OI ABC Now is the time
OI PROGRAM(ABC) ARG("Now is the time")