M204.1737: 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.1737 skeleton}}
{{Template:M204.1737 skeleton}}
<P>
<P>
A READ IMAGE statement was issued against a data set or the terminal that was not opened for input. </P>
A <var>Read Image</var> statement was issued against a data set or the terminal that was not opened for input. </P>
<p>
<p>
<b>Response:</b> An external data set or the terminal has to be opened FOR INPUT before a READ IMAGE statement is issued to get input data from it. Check your OPEN statement, and adjust the FOR INPUT option. </p>
<b>Response:</b> An external data set or the terminal has to be opened for input before a <var>Read Image</var> statement is issued to get input data from it. Check your <var>Open</var> statement, and adjust the <var>For Input</var> option.  
</p>
{{Template:M204.1737 footer}}
{{Template:M204.1737 footer}}
<!-- skeleton as it was in pdf/%C %C NOT OPENED FOR INPUT /-->
<!-- skeleton as it was in pdf/%C %C NOT OPENED FOR INPUT /-->

Latest revision as of 18:17, 12 March 2018

M204.1737  token token2 not opened for input

A Read Image statement was issued against a data set or the terminal that was not opened for input.

Response: An external data set or the terminal has to be opened for input before a Read Image statement is issued to get input data from it. Check your Open statement, and adjust the For Input option.

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