Template:M204.0194 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>
</table>
</table>

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