You use the OPSPRM function of OPS/REXX or the CA OPS/MVS OPSPARM TSO command to set or display the values of CA OPS/MVS parameters. The OPSPRM function is used by OPSVIEW option 4.1.1, Set/Display CA OPS/MVS parameters. The OPSPRM function processes parameter change or display requests more rapidly than the OPSPARM command, so use OPSPRM if faster performance is important to you. In addition, you can use OPSPRM directly in an AOF rule.
To display parameters, use the following syntax:
var = OPSPRM("SHOW","parmname"[,["INFO"][,["NAMES"][,"system"]]])
To set parameters, use the following syntax:
var = OPSPRM("SET","parmname","value"[,,"system"])
|
Copyright © 2014 CA.
All rights reserved.
|
|