Template:M204.2932 footer: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(Automatically generated page update)
 
Line 2: Line 2:
<b>Message attributes:</b>
<b>Message attributes:</b>
<table class="thJustBold">
<table class="thJustBold">
<tr><th>RETCODEO=0</th><td>Sets online return code</td></tr>
<tr><th>RETCODEO=80</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=80</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'04' 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>AUDITMS</th><td>Writes the message with line type MS to the audit trail</td></tr>
<tr><th>AUDITAD</th><td>Writes the message with line type AD 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>NOCOUNT</th><td>Does not increment the error count (<var>[[ERCNT parameter|ERCNT]]</var>) parameter</td></tr>
<tr><th>OPR</th><td>Writes the message to the (operator) console</td></tr>
</table>
</table>
[[List of Model 204 messages#M204.2932|Back to list of messages]]
[[List of Model 204 messages#M204.2932|Back to list of messages]]
<includeonly>[[Category:M204.nnnn messages]]</includeonly>
<includeonly>[[Category:M204.nnnn messages]]</includeonly>
<includeonly>[[Category:M204.2800 - M204.2999]]</includeonly>
<includeonly>[[Category:M204.2800 - M204.2999]]</includeonly>

Latest revision as of 20:41, 26 June 2024

Message attributes:

RETCODEO=80Sets online return code
RETCODEB=80Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
OPRWrites the message to the (operator) console

Back to list of messages