Template:M204.2898 footer: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
No edit summary
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=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; 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>

Revision as of 16:54, 9 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