M204.2967: Difference between revisions
Jump to navigation
Jump to search
m (minor formatting) |
RPuszewski (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
This message provides diagnostic information after various types of error messages. </p> | This message provides diagnostic information after various types of error messages. </p> | ||
<p> | <p> | ||
The first M204.2967 message after an error has <var class="term">what</var> set to <code>Error at</code> and subsequent M204.2967 messages (if any) have <var class="term">what</var> set to <code> | The first M204.2967 message after an error has <var class="term">what</var> set to <code>Error at</code> and subsequent M204.2967 messages (if any) have <var class="term">what</var> set to <code>Call returns to</code>. </p> | ||
<p> | <p> | ||
<var class="term">number</var> indicates the line number for a command line program (counting from the <var>Begin</var>) where the error occurred, or where the previous [[M204.2966]] entry was called from. 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> | <var class="term">number</var> indicates the line number for a command line program (counting from the <var>Begin</var>) where the error occurred, or where the previous [[M204.2966]] entry was called from. 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> |
Revision as of 16:06, 16 July 2024
M204.2967 what line number of command level program
This message provides diagnostic information after various types of error messages.
The first M204.2967 message after an error has what set to Error at
and subsequent M204.2967 messages (if any) have what set to Call returns to
.
number indicates the line number for a command line program (counting from the Begin) where the error occurred, or where the previous M204.2966 entry was called from. 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.2967 (and M204.2966, if any) 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 |