M204.0215

From m204wiki
Jump to navigation Jump to search

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=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter
COMPILECompilation error

Back to list of messages