M204.0215
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 |