Previous Topic: SUBATTR Return CodesNext Topic: Return Codes


EPI SUBSYS—Direct Host Commands

The EPI 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.

EPI SUBSYS 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.

EPI SUBSYS Sample Coding Statements

The following sample coding statement sets Subsystem ID to OPSV:

SUBSYS OPSV