M204.0266: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add italics) |
||
Line 1: | Line 1: | ||
{{Template:M204.0266 skeleton}} | {{Template:M204.0266 skeleton}} | ||
<P> | <P> | ||
<var class="term">token</var> appears in a screen or menu definition line but is not a valid type of item (Input, Prompt, and so on) | <var class="term">token</var> appears in a screen or menu definition line, but it is not a valid type of item (Input, Prompt, and so on). Or <var class="term">token</var> appears in a <var>[[Full-screen feature#MODIFY and PREPARE statements for screens|Modify]]</var> statement, but it is not a valid option. </P> | ||
<p> | <p> | ||
<b>Response:</b> If | <b>Response:</b> If <var class="term">token</var> 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 <var>Modify</var> statement, and retry. | ||
</p> | </p> | ||
{{Template:M204.0266 footer}} | {{Template:M204.0266 footer}} | ||
<!-- skeleton as it was in pdf/LINE IGNORED AFTER INVALID ITEM: word /--> | <!-- skeleton as it was in pdf/LINE IGNORED AFTER INVALID ITEM: word /--> |
Latest revision as of 00:41, 22 February 2018
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=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 |
ECHO | Displays the line that caused the error |
COMPILE | Compilation error |