M204.0266

From m204wiki
Jump to navigation Jump to search

M204.0266  Line ignored after invalid item: token

token appears in a screen or menu definition line, but it is not a valid type of item (Input, Prompt, and so on). Or token appears in a Modify statement, but it is not a valid option.

Response: If token is a valid part of an item definition, check for syntax or punctuation errors in earlier items on the failing definition line. Correct the item or Modify 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
ECHODisplays the line that caused the error
COMPILECompilation error

Back to list of messages