M204.2118: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 2: Line 2:


<P>
<P>
An attempt was made to REDEFINE an AT-MOST-ONE field in a First-Normal Form (1NF) file to REPEATABLE. The 1NF File Model requires the AT-MOST-ONE Field-Level Constraint attribute to ensure that only one occurrence of a
An attempt was made to <var>REDEFINE</var> an <var>AT-MOST-ONE</var> field in a First-Normal Form (1NF) file to <var>REPEATABLE</var>. The 1NF File Model requires the <var>AT-MOST-ONE</var> Field-Level Constraint attribute to ensure that only one occurrence of a particular field appears in any given record. </P>
particular field appears in any given record. </P>


<p>
<p>
<b>File manager response:</b> AT-MOST-ONE may not be REDEFINEd to REPEATABLE unless FILEMODL is RESET to X'00', thereby disabling the 1NF File Model. Be certain that this action is appropriate, as the 1NF File Model cannot be re-enabled without
<b>File manager response:</b> <var>AT-MOST-ONE</var> may not be redefined to <var>REPEATABLE</var> unless <var>FILEMODL</var> is reset to X'00', thereby disabling the 1NF File Model. Be certain that this action is appropriate, as the 1NF File Model cannot be re-enabled without re-creating and re-loading the entire file.  
re-creating and re-loading the entire file. </p>
</p>
{{Template:M204.2118 footer}}
{{Template:M204.2118 footer}}
<!-- skeleton as it was in pdf/1NF FILEMODL REQUIRES FIELD ATTRIBUTE AT-MOST-ONE /-->
<!-- skeleton as it was in pdf/1NF FILEMODL REQUIRES FIELD ATTRIBUTE AT-MOST-ONE /-->

Latest revision as of 22:10, 15 March 2018

M204.2118  1NF FILEMODL requires field attribute AT-MOST-ONE

An attempt was made to REDEFINE an AT-MOST-ONE field in a First-Normal Form (1NF) file to REPEATABLE. The 1NF File Model requires the AT-MOST-ONE Field-Level Constraint attribute to ensure that only one occurrence of a particular field appears in any given record.

File manager response: AT-MOST-ONE may not be redefined to REPEATABLE unless FILEMODL is reset to X'00', thereby disabling the 1NF File Model. Be certain that this action is appropriate, as the 1NF File Model cannot be re-enabled without re-creating and re-loading the entire file.

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

Back to list of messages