LOUD | QUIET
Use LOUD to issue messages to the terminal containing:
- the version and release of ASMLANGX
- the output file identifier
- the input file identifier
- processing progress information
Terminal messages are modified by the execution environment and
OS runtime settings:
- On TSO, the messages respect the TSO MSGID setting:
- MSGID
- Message identifier and text are displayed
- NOMSGID
- Message text is displayed
- On z/OS® Batch, the messages
are written to the JES message log with
WTO ROUTCDE=11
. The message identifier and text are shown. - On CMS, the messages respect the CMS EMSG setting:
- ON
- Message identifier and text are displayed
- TEXT
- Message text is displayed
- OFF
- Message is suppressed
- On z/VSE® Batch, the messages are written to the console log. The message identifier and text are shown.
A header is added to the output file containing:
- the version and release of ASMLANGX
- the input file identifier
Use QUIET to suppress the display of I (Informational), W (Warning) and E (Error) messages. QUIETLY is an alias for QUIET.