M204.2121: 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>
The [[File Load utility: FLOD and FILELOAD commands#Load-repeating-field (LDRF) statement|Load Repeating Field]] (LDRF) statement in Fastload (FLOD or FILELOAD) is checked at compile time to ensure that its execution will not violate the AT-MOST-ONE Field-Level Constraint. The message above is received when
The [[File Load utility: FLOD and FILELOAD commands#Load-repeating-field (LDRF) statement|Load Repeating Field]] (LDRF) statement in Fastload (<var>FLOD</var> or <var>FILELOAD</var>) is checked at compile time to ensure that its execution will not violate the <var>AT-MOST-ONE</var> Field-Level Constraint. The message above is received when
a user attempts to load multiple AT-MOST-ONE fields using the LDRF statement. Fastload is not executed due to error(s) in compilation. </P>
a user attempts to load multiple <var>AT-MOST-O</var>NE fields using the <var>LDRF</var> statement. Fastload is not executed due to error(s) in compilation. </P>
<p>
<p>
<b>Response:</b> Remove the LDRF statement from the Fastload, or use LDRF on a field that is not defined with the AT-MOST-ONE Field-Level Constraint. Rerun the Fastload after correction. </p>
<b>Response:</b> Remove the <var>LDRF</var> statement from the Fastload, or use <var>LDRF</var> on a field that is not defined with the <var>AT-MOST-ONE</var> Field-Level Constraint. Rerun the Fastload after correction.  
</p>
{{Template:M204.2121 footer}}
{{Template:M204.2121 footer}}
<!-- skeleton as it was in pdf/REPEATING AT-MOST-ONE FIELD PROHIBITED /-->
<!-- skeleton as it was in pdf/REPEATING AT-MOST-ONE FIELD PROHIBITED /-->

Latest revision as of 22:29, 15 March 2018

M204.2121  Repeating AT-MOST-ONE field prohibited

The Load Repeating Field (LDRF) statement in Fastload (FLOD or FILELOAD) is checked at compile time to ensure that its execution will not violate the AT-MOST-ONE Field-Level Constraint. The message above is received when a user attempts to load multiple AT-MOST-ONE fields using the LDRF statement. Fastload is not executed due to error(s) in compilation.

Response: Remove the LDRF statement from the Fastload, or use LDRF on a field that is not defined with the AT-MOST-ONE Field-Level Constraint. Rerun the Fastload after correction.

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