M204.1737: Difference between revisions
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 | 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 | <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=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 |
AUDITMS | Writes the message with line type MS to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |
NOTERM | Does not display the message on the user's terminal |