M204.1739: 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.1739 skeleton}}
{{Template:M204.1739 skeleton}}
<P>A READ IMAGE FROM TERMINAL statement contains either a KEY EQ or KEY GE clause. KEY EQ and KEY GE are incompatible with terminal I/O. </P>
<P>
<p><b>Response:</b> Correct the statement by deleting the unneeded option(s). Retry the request. </p>
A <code>Read Image From Terminal</code> statement contains either a <code>Key EQ</code> or <code>Key GE</code> clause. <var>Key EQ</var> and <var>Key GR</var> are incompatible with terminal I/O. </P>
<p>
<b>Response:</b> Correct the statement by deleting the unneeded option(s). Retry the request.  
</p>
{{Template:M204.1739 footer}}
{{Template:M204.1739 footer}}
<!-- skeleton as it was in pdf/OPTION option DUPLICATES OR CONFLICTS WITH PREVIOUS OPTIONS /-->
<!-- skeleton as it was in pdf/OPTION option DUPLICATES OR CONFLICTS WITH PREVIOUS OPTIONS /-->

Latest revision as of 18:23, 12 March 2018

M204.1739  Option token duplicates or conflicts with previous options

A Read Image From Terminal statement contains either a Key EQ or Key GE clause. Key EQ and Key GR are incompatible with terminal I/O.

Response: Correct the statement by deleting the unneeded option(s). 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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages