MSGLEVEL – Output message level

Determines the level of messages to be issued.

  1. Only show commands from user input on data queue or SYSIN, or commands that have not completed successfully (default)
  2. Also show commands generated from user input, such as SELECTs from LISTs.
  3. Also show commands from FILESPEC source and INCLUDE statements.
  4. Also show commands from OPTIONS, SUBSYS and arg source
  5. 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.