Previous Topic: Parmname ArgumentNext Topic: OPSPRMLB Function


Value Argument

The value argument specifies the new value that you assign to a parameter. For example, setting value to YES changes the value of the parameter to YES. OPS/REXX requires this argument only when you are setting or resetting parameters.

Using OPSPRM to Display and Set Message Severity Codes

While you initialize CA OPS/MVS or after it becomes active, you can use the OPSPRM function to display and set severity codes for CA OPS/MVS messages.

Display a Message Severity Code

To display the severity code c for message OPSnnnnc, use this form of the OPSPRM function:

T = OPSPRM(“SHOW”,”OPSnnnn”)

Change a Message Severity Code

To change the severity code c to d for message OPSnnnnc, use this form of the OPSPRM function:

T = OPSPRM(“SET”,”OPSnnnn”,”d”)

Important! Before changing the severity code of any CA OPS/MVS message, see the chapter “Understanding CA OPS/MVS Messages” in the User Guide.