Previous Topic: SUBATTR Return Codes

Next Topic: Return Codes

EPI SUBSYS—Direct Host Commands

The SUBSYS command directs EPI host commands from the current OPS/REXX program to an EPI other than the one using the CA OPS/MVS default z/OS subsystem ID of OPSS. Once the SUBSYS command is issued, all subsequent EPI host commands from the current REXX program go to this subsystem until the program encounters another EPI SUBSYS command.

This command has the following format:

ADDRESS EPI "SUBSYS keyword"
  {ssid}
ssid

Defines the four-character z/OS subsystem ID of the copy of CA OPS/MVS.

Example: EPI SUBSYS

The following sets Subsystem ID to OPSV:

SUBSYS OPSV