Previous Topic: Execution Considerations for EOS RulesNext Topic: AOF Variables Available in an EOS Rule


OPS/REXX Host Environments in the )PROC Section of an EOS Rule

The )PROC section of an EOS rule has the following host environments with the following EOS rule characteristics. Specify the AOFDEFAULTADDRESS parameter for the default host environment for EOS rules.

ADDRESS AOF

Sent to CA OPS/MVS. Does not wait. Output is not returned.

ADDRESS AP

Sent to MSF and then forwarded to the CA Automation Point system. Does not wait. Output is not returned.

ADDRESS EPI

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

ADDRESS HWS

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

ADDRESS ISPEXEC

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

ADDRESS LXCON

The VM and Linux command requests sent to USS server for execution. Does not wait. Output is not returned. The List request runs inline and returns VM and Linux system data in stem variables.

ADDRESS MESSAGE

Sent as a WTO. The AOFDEST parameter specifies the destination.

ADDRESS MQ

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

ADDRESS NETMAN

Sent to a CA OPS/MVS internal CA Netman request queue to issue MGPT commands. Does not wait. Output is not returned.

ADDRESS NETMASTR

Sent to CA NetMaster NM for SNA on the local system. Does not wait. Output is not 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 a specified facility. If the facility is ECF or OSF, does not wait. If the facility is MSF, slight wait occurs. The external data queue returns the output.

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

ADDRESS OPSDYNAM

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

ADDRESS OSF

Schedule TSO commands, CLISTs, or REXX EXECs to CA OPS/MVS 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 is returned in stem variable. Error messages, if any, are returned to an external data queue.

ADDRESS SYSVIEWE

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

ADDRESS TSO

Sent to an OSF TSO server. Does not wait. Output is not returned.

ADDRESS USS

Sent to a USS server. Does not wait. Output is not returned. Schedule an OPS/REXX program in a server if a command output interrogation is needed.

ADDRESS WTO

Does not wait. Output is sent to the specified console. When attempting a WTOR, host command is sent to a TSO server for execution. The response is returned to the server. Schedule an OPS/REXX program in a server if the WTOR response interrogation is needed.

More information:

Code and Debug AOF Rules