M204.1606: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>s)
 
Line 1: Line 1:
{{Template:M204.1606 skeleton}}
{{Template:M204.1606 skeleton}}
<P>The operator in the KEY clause of a READ IMAGE or POSITION statement is invalid. Valid operators are: =, >=, EQ, or GE. </P>
<P>
<p><b>Response:</b> Correct the operator and retry. </p>
The operator in the <var>Key</var> clause of a <var>Read Image</var> or <var>Position</var> statement is invalid. Valid operators are: <code>=</code>, <code>>=</code>, <code>EQ</code>, or <code>GE</code>. </P>
<p>
<b>Response:</b> Correct the operator, and retry.  
</p>
{{Template:M204.1606 footer}}
{{Template:M204.1606 footer}}
<!-- skeleton as it was in pdf/INVALID RELATIONAL OPERATOR FOR KEY: operator /-->
<!-- skeleton as it was in pdf/INVALID RELATIONAL OPERATOR FOR KEY: operator /-->

Latest revision as of 22:58, 8 March 2018

M204.1606  Invalid relational operator for key: token

The operator in the Key clause of a Read Image or Position statement is invalid. Valid operators are: =, >=, EQ, or GE.

Response: Correct the operator, 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