M204.0215: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (minor formatting) |
||
Line 1: | Line 1: | ||
{{Template:M204.0215 skeleton}} | {{Template:M204.0215 skeleton}} | ||
<P>One of the following errors is present in the request: </P><ul><LI>A jump or call to a non-existent statement label </LI><LI>A jump into a FOR loop, ON unit, or SUBROUTINE from a statement inside the loop, ON unit, or SUBROUTINE </LI><LI>A jump to the beginning of a subroutine </LI><LI>A call to a label which is not defined as a subroutine </LI></ul><P>This error occurs only for | <P> | ||
<p><b>Response:</b> Correct the statement and retry. </p> | One of the following errors is present in the request: </P> | ||
<ul> | |||
<LI>A jump or call to a non-existent statement label </LI> | |||
<LI>A jump into a FOR loop, ON unit, or SUBROUTINE from a statement inside the loop, ON unit, or SUBROUTINE </LI> | |||
<LI>A jump to the beginning of a subroutine </LI> | |||
<LI>A call to a label which is not defined as a subroutine </LI> | |||
</ul> | |||
<P> | |||
This error occurs only for <var>Jump</var> or <var>Call</var> statements. The destination label that could not be resolved is printed with the message. </P> | |||
<p> | |||
<b>Response:</b> Correct the statement, and retry. | |||
</p> | |||
{{Template:M204.0215 footer}} | {{Template:M204.0215 footer}} | ||
<!-- skeleton as it was in pdf/ILLEGAL statement DESTINATION - label /--> | <!-- skeleton as it was in pdf/ILLEGAL statement DESTINATION - label /--> |
Latest revision as of 22:56, 21 February 2018
M204.0215 Illegal statement destination - statmentLabel
One of the following errors is present in the request:
- A jump or call to a non-existent statement label
- A jump into a FOR loop, ON unit, or SUBROUTINE from a statement inside the loop, ON unit, or SUBROUTINE
- A jump to the beginning of a subroutine
- A call to a label which is not defined as a subroutine
This error occurs only for Jump or Call statements. The destination label that could not be resolved is printed with the message.
Response: Correct the statement, and retry.
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 |
COMPILE | Compilation error |