MSGLEVEL – Output message level
Determines the level of messages to be issued.
- Only show commands from user input on data queue or SYSIN, or commands that have not completed successfully (default)
- Also show commands generated from user input, such as SELECTs from LISTs.
- Also show commands from FILESPEC source and INCLUDE statements.
- Also show commands from OPTIONS, SUBSYS and arg source
- Show system generated commands INIT, TERM and OPTIONS RETMSG along with commands generated as part of composite commands.
The special message levels are as follows:
- -1
- Lists only Fatal and Critical errors. When invoked with the SILENT immediate option, it suppresses Workload Automation Programming Language startup messages.
- 0
- Lists only commands that did not complete successfully. Any command
that issues a return code higher than
HIGHRC
is considered to be unsuccessful for this purpose. Startup and termination messages are issued.