Template:M204.0194 footer: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(Automatically generated page update)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
<tr><th>RETCODEO=0</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; 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>AUDITER</th><td>Write message with line type ER to the audit trail</td></tr>
<tr><th>AUDITER</th><td>Writes the message with line type ER to the audit trail</td></tr>
<tr><th>COUNT</th><td>Increments the error count (<var>[[ERCNT parameter|ERCNT]]</var>) parameter</td></tr>
<tr><th>COUNT</th><td>Increments the error count (<var>[[ERCNT parameter|ERCNT]]</var>) parameter</td></tr>
<tr><th>ECHO</th><td>Display the line that casued the error</td></tr>
<tr><th>ECHO</th><td>Displays the line that caused the error</td></tr>
<tr><th>COMPILE</th><td>Compilation error</td></tr>
<tr><th>COMPILE</th><td>Compilation error</td></tr>
</table>
</table>
[[List of Model 204 messages#M204.0194|Back to list of messages]]
[[List of Model 204 messages#M204.0194|Back to list of messages]]
<includeonly>[[Category:M204.nnnn messages]]</includeonly>
<includeonly>[[Category:M204.0001 - M204.0199]]</includeonly>

Latest revision as of 19:15, 8 June 2018

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
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter
ECHODisplays the line that caused the error
COMPILECompilation error

Back to list of messages