Previous Topic: OPSPARM Command ProcessorNext Topic: OPSPARM Format—Display Parameters


OPSPARM Format—Change Parameters

To change parameters, use this format of the OPSPARM command:

OPSPARM
{SET(parmname)}
{VALUE(parmvalue)}
[SUBSYS(ssid)]
[SYSTEM(msfids|ALL|EXT)]
[SYSWAIT(seconds)]
SET and VALUE

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.

SUBSYS

(Optional) For more information on the SUBSYS keyword, see Specifying a Subsystem ID on a POI Command Processor in this chapter.

SYSTEM (Used With SET)

(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

  1. In this OPSPARM command, the SYSTEM keyword specifies that the OCWAIT parameter will be set to 7 on system OPSY:
    OPSPARM SET(OCWAIT) VALUE(7) SYSTEM(OPSY)
    
  2. In this example, the SYSTEM keyword specifies that the OCWAIT parameter is to be set to 9 on all systems except the local system:
    OPSPARM SET(OCWAIT) VALUE(9) SYSTEM(EXT)
    
  3. Finally, this example indicates that the OCWAIT parameter is to be set to 8 on all systems including the local one:
    OPSPARM SET(OCWAIT) VALUE(8) SYSTEM(ALL)
    
SYSWAIT

(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.