Previous Topic: OPSHFI Return CodesNext Topic: OPSPARM Command Processor


OPSIMEX Command Processor—Executes a Member as a REXX Program

The OPSIMEX (OI) command processor causes a member found in the OPSEXEC concatenation or the SYSEXEC concatenation to be executed as a REXX program. You can specify OPSIMEX or OI.

OPSIMEX and OI have the following syntax:

OPSIMEX|OI
{PROGRAM(member)}
[ARG('arguments')]
[ITRACE(x)]
[MAXEDQ(lines)]
[SUBSYS(ssid)]
[WORKSPACE(size)]

Note: The member keyword refers to the name of a member that you can find by searching the OPSEXEC concatenation first, and then search the SYSEXEC concatenation.

You can also use these abbreviated formats for OPSIMEX:

OPSIMEX member argument
OI member argument
OPSIMEX Keywords and Arguments

The OPSIMEX command uses the same keywords and arguments as the OPSEXEC command, except that the data set name containing the member to be executed is implicit and cannot be specified in OPSIMEX.

Note: When using the form of the OPSIMEX or OI command that uses PROGRAM or other keywords, enclose the argument string in single quotation marks.

The record formats supported for the SYSEXEC libraries are the same as those formats supported for REXX data sets used to invoke OPS/REXX explicitly.

OPSIMEX Installation Requirements

OPSIMEX Utilization Environments

OPSIMEX Sample Coding Statements

OPSIMEX Return and Reason Codes