M204.2966: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Template:M204.2966 skeleton}} <p> Diagnostic information after various types of error messages. The first M204.2966 after an error will have <var>what</var> set to "Error...") |
RPuszewski (talk | contribs) No edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:M204.2966 skeleton}} | {{Template:M204.2966 skeleton}} | ||
<p> | <p> | ||
This message provides diagnostic information following various types of error messages. </p> | |||
<p> | |||
The first M204.2966 after an error | The first M204.2966 message after an error has <var class="term">what</var> set to <code>Error at</code>. Subsequent M204.2966 messages (if any) have <var class="term">what</var> set to <code>Call return</code>. </p> | ||
<p> | |||
<var>number</var>, <var>proc</var>, and <var>file</var> indicate the line number, procedure, and file where the error occurred or where the previous M204.2966 entry | <var class="term">number</var>, <var class="term">proc</var>, and <var class="term">file</var> indicate the line number, procedure, and file where the error occurred or from where the previous M204.2966 entry was called. Essentially, this provides a call stack trace to aid in diagnosing problems. No more than 20 levels of calls are shown for an error. </p> | ||
</p> | |||
<p> | <p> | ||
<b>Response:</b> Use the M204.2966 messages after an error to try to diagnose the cause of the error. | <b>Response:</b> Use the M204.2966 messages after an error to try to diagnose the cause of the error. | ||
</p> | </p> | ||
{{Template:M204.2966 footer}} | {{Template:M204.2966 footer}} | ||
Latest revision as of 16:25, 16 July 2024
M204.2966 what line number, procedure proc in file file
This message provides diagnostic information following various types of error messages.
The first M204.2966 message after an error has what set to Error at
. Subsequent M204.2966 messages (if any) have what set to Call return
.
number, proc, and file indicate the line number, procedure, and file where the error occurred or from where the previous M204.2966 entry was called. Essentially, this provides a call stack trace to aid in diagnosing problems. No more than 20 levels of calls are shown for an error.
Response: Use the M204.2966 messages after an error to try to diagnose the cause of the error.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=0 | Sets batch (single user) return code |
CLASS=I | Information class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter |
AUDITMS | Writes the message with line type MS to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |