Template:M204.0026 footer: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
Line 8: Line 8:
<tr><th>CANCEL</th><td>Cancels the user's request</td></tr>
<tr><th>CANCEL</th><td>Cancels the user's request</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>Displays the line that casued the error</td></tr>
<tr><th>ECHO</th><td>Displays the line that caused the error</td></tr>
</table>
</table>
[[List of Model 204 messages#M204.0026|Back to list of messages]]
[[List of Model 204 messages#M204.0026|Back to list of messages]]
<includeonly>[[Category:M204.nnnn messages]]</includeonly>
<includeonly>[[Category:M204.nnnn messages]]</includeonly>
<includeonly>[[Category:M204.0001 - M204.0199]]</includeonly>
<includeonly>[[Category:M204.0001 - M204.0199]]</includeonly>

Latest revision as of 18:36, 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
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter
ECHODisplays the line that caused the error

Back to list of messages