M204.0557: 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.0557 skeleton}}
{{Template:M204.0557 skeleton}}
<P>
<P>
A SOUL <var>File Records</var> statement or a Host Language IFFILE call specifies a field name variable. The field name variable refers to the <var class="term">fieldName</var> field, which is NON-KEY, NON-ORDERED, or VISIBLE in the current file or in
A SOUL <var>File Records</var> statement or a Host Language <var>IFFILE</var> call specifies a field name variable. The field name variable refers to the <var class="term">fieldName</var> field, which is <var>NON-KEY</var>, <var>NON-ORDERED</var>, or <var>VISIBLE</var> in the current file or in
one of the files in the current group. The field must be KEY (or ORDERED) and INVISIBLE. </P>
one of the files in the current group. The field must be <var>KEY</var> (or <var>ORDERED</var>) and <var>INVISIBLE</var>. </P>
<p>
<p>
<b>Response:</b> Correct by using a KEY (or ORDERED) INVISIBLE field, or ask your file manager to make the NON-KEY field a KEY field. Retry the request. </p>
<b>Response:</b> Correct by using a <var>KEY</var> (or <var>ORDERED</var>) <var>INVISIBLE</var> field, or ask your file manager to make the <var>NON-KEY</var> field a <var>KEY</var> field. Retry the request. </p>
<p>
<p>
<b>File manager response:</b> Consider making the NON-KEY field a KEY field. </p>
<b>File manager response:</b> Consider making the <var>NON-KEY</var> field a <var>KEY</var> field.  
</p>
{{Template:M204.0557 footer}}
{{Template:M204.0557 footer}}
<!-- skeleton as it was in pdf/FILE RECORDS REQUIRES EITHER AN INVISIBLE,KEY OR ORDERED FIELD. FIELD = fieldname /-->
<!-- skeleton as it was in pdf/FILE RECORDS REQUIRES EITHER AN INVISIBLE,KEY OR ORDERED FIELD. FIELD = fieldname /-->

Latest revision as of 23:12, 26 February 2018

M204.0557  File Records Under requires either an INVISIBLE​,​KEY or INVISIBLE​,​ORDERED field: field ​=​ fieldName

A SOUL File Records statement or a Host Language IFFILE call specifies a field name variable. The field name variable refers to the fieldName field, which is NON-KEY, NON-ORDERED, or VISIBLE in the current file or in one of the files in the current group. The field must be KEY (or ORDERED) and INVISIBLE.

Response: Correct by using a KEY (or ORDERED) INVISIBLE field, or ask your file manager to make the NON-KEY field a KEY field. Retry the request.

File manager response: Consider making the NON-KEY field a KEY field.

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
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages