M204.1741: 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.1741 skeleton}}
{{Template:M204.1741 skeleton}}
<P>An OPEN DATASET or OPEN TERMINAL statement is missing the FOR clause. </P>
<P>
<p><b>Response:</b> Correct the OPEN statement by including the FOR (INPUT/OUTPUT/INOUT) clause. </p>
An <var>Open Dataset</var> or <var>Open Terminal</var> statement is missing the <var>For</var> clause. </P>
<p>
<b>Response:</b> Correct the <var>Open</var> statement by including the <var>For</var> (<var>Input</var>/<var>Output</var>/<var>InOut</var>) clause.  
</p>
{{Template:M204.1741 footer}}
{{Template:M204.1741 footer}}
<!-- skeleton as it was in pdf/"FOR" CLAUSE REQUIRED /-->
<!-- skeleton as it was in pdf/"FOR" CLAUSE REQUIRED /-->

Latest revision as of 18:25, 12 March 2018

M204.1741  "for" clause required

An Open Dataset or Open Terminal statement is missing the For clause.

Response: Correct the Open statement by including the For (Input/Output/InOut) clause.

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