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}
Defines the four-character z/OS subsystem ID of the copy of CA OPS/MVS.
The following sample coding statement sets Subsystem ID to OPSV:
SUBSYS OPSV
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|