SETSEV – Set message severity

Use the SETSEV command to change the severity of an individual message in Workload Automation Programming Language to allow different return code processing to take place.

SETSEV <msgID>

Enter the message ID whose severity you want to change.

For example, SETSEV EQQI114W changes the severity of EQQI114E to the value W.

The EQQI prefix can be omitted to simply specify the message number and new severity, as follows:
SETSEV 114W

In this way, the severity of EQQI114E is changed to W.

Note: SETSEV is available only for Workload Automation Programming Language messages prefixed with EQQI, although it also allows the use of the prefix EQQB to be compatible with Workload Automation Programming Language versions 3.3, or earlier.