Modifying the message display level
You can modify the message display level for CEEBXITA. The following values set WTO message display level:
- X'00'
- Do not display any messages.
- X'01'
- Display error and warning messages.
- X'02'
- Display error, warning, and diagnostic messages.
The default value, which is in the load module in hlq.SEQAMOD, is X'00'.
To customize the message display level, change the value of the MSGS_SW
DC
statement in the sample user exit. For example:
* The following switch is to control WTO message display level.
*
* x'00' - no messages
* x'01' - error and warning messages
* x'02' - error, warning, and diagnostic messages
*
MSGS_SW DC X'00' message level
*