M204.1161: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <var>'s) |
||
Line 1: | Line 1: | ||
{{Template:M204.1161 skeleton}} | {{Template:M204.1161 skeleton}} | ||
<P> | <P> | ||
<var>INCLUDE</var> commands can be nested to only five levels. The <var>DISPLAY PROCEDURE</var> command uses one of these levels, and therefore it cannot be issued by a procedure at the fifth nesting level. </P> | |||
<p> | <p> | ||
<b>Response:</b> Combine procedures that can be at the same level, place | <b>Response:</b> Combine procedures that can be at the same level, place <var>INCLUDE</var> commands for consecutively executed procedures in the same procedure, or move the <var>DISPLAY</var> command to a different procedure. </p> | ||
{{Template:M204.1161 footer}} | {{Template:M204.1161 footer}} | ||
<!-- skeleton as it was in pdf/INCLUDE LEVEL TOO DEEP FOR DISPLAY /--> | <!-- skeleton as it was in pdf/INCLUDE LEVEL TOO DEEP FOR DISPLAY /--> |
Revision as of 22:27, 5 March 2018
M204.1161 Include level too deep for DISPLAY
INCLUDE commands can be nested to only five levels. The DISPLAY PROCEDURE command uses one of these levels, and therefore it cannot be issued by a procedure at the fifth nesting level.
Response: Combine procedures that can be at the same level, place INCLUDE commands for consecutively executed procedures in the same procedure, or move the DISPLAY command to a different procedure.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |