To change parameters, use this format of the OPSPARM command:
OPSPARM
{SET(parmname)}
{VALUE(parmvalue)}
[SUBSYS(ssid)]
[SYSTEM(msfids|ALL|EXT)]
[SYSWAIT(seconds)]
Identifies the name of the parameter to be changed and the new value for the parameter.
Always specify the SET and VALUE keywords together, for example:
OPSPARM SET(OSFMAX) VALUE(2) OPSPARM SET(SYSID) VALUE(PRODSYS)
If you specify an invalid parmname, the OPSPARM command processor issues an error message and a return code of 60.
(Optional) For more information on the SUBSYS keyword, see Specifying a Subsystem ID on a POI Command Processor in this chapter.
(Optional) For more information on the SYSTEM keyword, see Specifying an MSF System ID on a POI Command Processor in this chapter.
Examples: SYSTEM keyword
OPSPARM SET(OCWAIT) VALUE(7) SYSTEM(OPSY)
OPSPARM SET(OCWAIT) VALUE(9) SYSTEM(EXT)
OPSPARM SET(OCWAIT) VALUE(8) SYSTEM(ALL)
(Optional) Specifies the number of seconds that CA OPS/MVS waits for a response from a remote system. You can specify a value from 1 to 300; the default is the value of MSFSYSWAIT.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|