Previous Topic: Execution Considerations for REQ RulesNext Topic: AOF Variables Available in REQ Rules


OPS/REXX Host Environments in the )PROC Section of a REQ Rule

The )PROC section of an REQ rule has the following host environments with the following REQ rule characteristics. The default host environment for REQ rules is specified by the REXXDEFAULTADDRESS parameter.

ADDRESS AOF

Runs inline. Waits for output in external data queue.

ADDRESS AP

Sent to MSF to be forwarded to the CA Automation Point system. Does not wait. No output returned.

ADDRESS EPI

Runs inline. Waits for output in external data queue.

ADDRESS ISPEXEC

Runs inline. Waits for output in external data queue

ADDRESS MESSAGE

Sent to TSO user if invoked from a foreground TSO session. Otherwise, it is sent as a WTO.

ADDRESS MQ

Not supported. Schedule an OPS/REXX program in a server to perform this functionality.

ADDRESS NETMAN

Sent to CA OPS/MVS internal CA Netman request queue to issue MGPT commands. Waits for command completion. Output returned to external data queue.

ADDRESS NETMASTR

Sent to CA NetMaster on the local system. Does not wait. No output returned.

ADDRESS OPER

Sent to target console as specified through the OCCONSOLENAME parameters when no CONNAME operands are present. Output is not returned. Schedule an OPS/REXX program in a server when a command output interrogation is needed.

ADDRESS OPSCTL

Sent to specified facility. If facility is ECF or OSF, does not wait. If facility is MSF, slight wait occurs. Output returned to external data queue.

Note: If the command is MSF LIST, no wait occurs.

ADDRESS OPSDYNAM

Runs inline. Returns output in variables.

ADDRESS OSF

Schedule TSO commands, CLISTs, or REXX EXECs to CA OPS/MVS OSF TSO servers.

ADDRESS OSFTSL

Schedule TSO commands, CLISTs, or REXX EXECs to CA OPS/MVS OSF TSL servers.

ADDRESS OSFTSP

Schedule TSO commands, CLISTs, or REXX EXECs to CA OPS/MVS OSF TSP servers.

ADDRESS SOF

Not supported. Schedule an OPS/REXX program in a server to perform this functionality.

ADDRESS SQL

Does not wait. Processed synchronously for requests that can be satisfied on the local system. Output returned in stem variable. Error messages, if any, returned to external data queue.

ADDRESS SYSVIEWE

Not supported. Schedule an OPS/REXX program in a server to perform this functionality.

ADDRESS TSO

Runs inline. Waits for output in external data queue.

ADDRESS USS

Runs inline. Waits for output returned in stem variables.

ADDRESS WTO

Does not wait. Output sent to specified console. If you attempt a WTOR, runs inline and waits for response in external data queue.

More information:

Code and Debug AOF Rules