M204.0202: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (minor formatting)
m (add <var>s)
 
Line 1: Line 1:
{{Template:M204.0202 skeleton}}
{{Template:M204.0202 skeleton}}
<P>
<P>
In a <var>File Records</var> statement, <var class="term">fieldName</var> is a NON-KEY, NON-ORDERED, or VISIBLE field in the file (or in at least one file within a group). <var class="term">fieldName</var> must be a KEY (or ORDERED) INVISIBLE field. </P>
In a <var>File Records</var> statement, <var class="term">fieldName</var> is a <var>NON-KEY</var>, <var>NON-ORDERED</var>, or <var>VISIBLE</var> field in the file (or in at least one file within a group). <var class="term">fieldName</var> must be a <var>KEY</var> (or <var>ORDERED</var>) <var>INVISIBLE</var> field. </P>
<p>
<p>
<b>Response:</b> Correct the statement, and retry.  
<b>Response:</b> Correct the statement, and retry.  

Latest revision as of 14:41, 19 June 2018

M204.0202  File records requires either an INVISIBLE​,​ KEY or INVISIBLE​,​ ORDERED field: field ​=​ fieldName

In a File Records statement, fieldName is a NON-KEY, NON-ORDERED, or VISIBLE field in the file (or in at least one file within a group). fieldName must be a KEY (or ORDERED) INVISIBLE field.

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

Back to list of messages