The value specifies the new value you are assigning 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.
While initializing 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.
To display the severity code c for message OPSnnnnc, use this form of the OPSPRM function:
T = OPSPRM(“SHOW”,”OPSnnnn”)
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.
|
Copyright © 2013 CA.
All rights reserved.
|
|