Template:M204.1943 footer: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
Line 7: Line 7:
<tr><th>AUDITER</th><td>Writes the 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>Displays 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>
<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>

Latest revision as of 20:58, 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
SAVESaves the message in the VIEW ERRORS table

Back to list of messages