Use the following techniques when working with multiple copies of CA OPS/MVS:
ADDRESS AOF "SUBSYS" SubsysName
if RC <> 0 then
do
say "OPS/MVS subsystem "SubsysName" is not active"
exit
end
//OPS$OPSx DD DUMMY
For example, a TSO user could issue the following command to set the default subsystem ID for his or her session to OPSA:
ALLOC F(OPS$OPSA) DUMMY
When multiple ddnames of this form are found, the first one that is found in the TIOT is used. This order has no connection to the order that the TSO ALLOCATE command allocates the ddnames.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|