M204.1644

From m204wiki
Jump to navigation Jump to search

M204.1644  Line ignored after invalid option: token

An invalid option is in an image definition statement. The rest of the statement following the option is ignored. This message is caused by the following errors:

  • An item name is not followed by an IS keyword and is not on a line by itself.
  • The Default clause does not specify an item type.
  • The End Array clause is followed by other text.
  • An In clause has invalid syntax or is not followed by the keyword Include or I.

Response: Correct the statement, and retry the request.

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
ECHODisplays the line that caused the error
COMPILECompilation error

Back to list of messages