M204.0266: Difference between revisions

From m204wiki
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), or <var class="term">token</var> appears in a <var>[[Full-screen feature#MODIFY and PREPARE statements for screens|Modify]]</var> statement but is not a valid option. </P>
<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 word 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.  
<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=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