Template:M204.3022 footer: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
(Automatically generated page update)
 
Line 1: Line 1:
<!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You've been warned.-->
<b>Message attributes:</b>
<b>Message attributes:</b>
<table class="thJustBold">
<table class="thJustBold">
<tr><th>RETCODEO=4</th><td>Sets online return code</td></tr>
<tr><th>RETCODEO=0</th><td>Sets online return code</td></tr>
<tr><th>RETCODEB=4</th><td>Sets batch (single user) return code</td></tr>
<tr><th>RETCODEB=4</th><td>Sets batch (single user) return code</td></tr>
<tr><th>CLASS=E</th><td>Error class; the message can be suppressed with the X'02' bit setting of the <var>[[MSGCTL parameter|MSGCTL]]</var> parameter</td></tr>
<tr><th>CLASS=E</th><td>Error class; the message can be suppressed with the X'04' bit setting of the <var>[[MSGCTL parameter|MSGCTL]]</var> parameter</td></tr>
<tr><th>AUDITER</th><td>Writes the message with line type ER to the audit trail</td></tr>
<tr><th>AUDITMS</th><td>Writes the message with line type MS to the audit trail</td></tr>
<tr><th>NOCOUNT</th><td>Does not increment the error count (<var>[[ERCNT parameter|ERCNT]]</var>) parameter</td></tr>
<tr><th>NOTERM</th><td>Does not display the message on the user's terminal</td></tr>
<tr><th>NOTERM</th><td>Does not display the message on the user's terminal</td></tr>
<tr><th>SAVE</th><td>Saves the message in the [[VIEW command#VIEW ERRORS|VIEW ERRORS]] table</td></tr>
<tr><th>SAVE</th><td>Saves the message in the [[VIEW command#VIEW ERRORS|VIEW ERRORS]] table</td></tr>
Line 10: Line 12:
[[List of Model 204 messages#M204.3022|Back to list of messages]]
[[List of Model 204 messages#M204.3022|Back to list of messages]]
<includeonly>[[Category:M204.nnnn messages]]</includeonly>
<includeonly>[[Category:M204.nnnn messages]]</includeonly>
<includeonly>[[Category:M204.3000 - M204.3199]]</includeonly>

Latest revision as of 17:30, 28 February 2024

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal
SAVESaves the message in the VIEW ERRORS table

Back to list of messages