M204.2254: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add link)
 
Line 2: Line 2:


<P>
<P>
The <var class="term">fieldname=value</var> constant specified in a LoaD Constant ([[File_Load_utility: FLOD and FILELOAD commands#Load-constant (LDC) statement|LDC]]) Fastload statement is in violation of <var>FLOAT</var> data type validation. The file to be loaded by the FLOD job has NUMERIC VALIDATION specified in the <var>[[FILEMODL parameter|FILEMODL]]</var> parameter; the specific field to be loaded is <var>FLOAT</var>. </P>
The <var class="term">fieldname=value</var> constant specified in a LoaD Constant ([[File_Load_utility: FLOD and FILELOAD commands#Load-constant (LDC) statement|LDC]]) Fastload statement is in violation of <var>FLOAT</var> data type validation. The file to be loaded by the <var>FLOD</var> job has [[Field attributes#File model feature|Numeric Validation]] specified in the <var>[[FILEMODL parameter|FILEMODL]]</var> parameter; the specific field to be loaded is <var>FLOAT</var>. </P>
<P>
<P>
This error message occurs during <var>FLOD</var> compilation, and it prevents Fastload from loading any data to the file. </P>
This error message occurs during <var>FLOD</var> compilation, and it prevents Fastload from loading any data to the file. </P>
<p>
<p>
<b>Response:</b> Correct the LDC instruction by supplying a valid <var>FLOAT</var> constant. Re-run the <var>FLOD</var> job. </p>
<b>Response:</b> Correct the LDC instruction by supplying a valid <var>FLOAT</var> constant. Re-run the <var>FLOD</var> job.  
</p>
{{Template:M204.2254 footer}}
{{Template:M204.2254 footer}}
<!-- skeleton as it was in pdf/VALUE SPECIFIED IN LDC VIOLATES FLOAT DATA TYPE VALIDATION, FIELD IGNORED: fieldname = value /-->
<!-- skeleton as it was in pdf/VALUE SPECIFIED IN LDC VIOLATES FLOAT DATA TYPE VALIDATION, FIELD IGNORED: fieldname = value /-->

Latest revision as of 19:52, 16 March 2018

M204.2254  Value specified in LDC violates FLOAT data type validation​,​ field ignored: token ​=​ token2

The fieldname=value constant specified in a LoaD Constant (LDC) Fastload statement is in violation of FLOAT data type validation. The file to be loaded by the FLOD job has Numeric Validation specified in the FILEMODL parameter; the specific field to be loaded is FLOAT.

This error message occurs during FLOD compilation, and it prevents Fastload from loading any data to the file.

Response: Correct the LDC instruction by supplying a valid FLOAT constant. Re-run the FLOD job.

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