You may decide to change the message severity and suffix for the following reasons:
Each message description contains an indicator (Modifiable: YES/NO) that tells you whether the severity of the message is eligible to be changed.
For more information, see the Command and Function Reference.
To change the severity level using the OPSPARM command processor
ParmRC = OPSPRM("SET","OPS1000","J")
The severity level is changed and you can now automate the resulting messages.
To change the severity level using the OPSPRM OPS/REXX function
/*********************************************************************
* *
* Change message severity levels *
* *
*********************************************************************/
T = OPSPRM_Set("OPS1000","J") /* Allow SAY output to be automated*/
T = OPSPRM_Set("OPS0049","T") /* Avoid flooding consoles */
T = OPSPRM_Set("OPS3900","T") /* Reduce initialization time */
T = OPSPRM_Set("OPS4320","T") /* Reduce initialization time */
The severity level is changed and automated.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |