M204.0711: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 3: Line 3:
An attempt was made by a File Load program to update a field in the preallocated section of a Model&nbsp;204 file with a value that is not compressible to a Model&nbsp;204 binary or floating point value. The update of field <var class="term">token2</var> is ignored, and the execution of the File Load program continues. </P>
An attempt was made by a File Load program to update a field in the preallocated section of a Model&nbsp;204 file with a value that is not compressible to a Model&nbsp;204 binary or floating point value. The update of field <var class="term">token2</var> is ignored, and the execution of the File Load program continues. </P>
<p>
<p>
<b>File manager response:</b> There is probably an error in the input data. If you want field <var class="term">token2</var> to be able to accept incompressible values, reorganize the file and remove field <var class="term">token2</var> from the preallocated section by taking the OCCURS attribute out of
<b>File manager response:</b> There is probably an error in the input data. If you want field <var class="term">token2</var> to be able to accept incompressible values, reorganize the file and remove field <var class="term">token2</var> from the preallocated section by taking the <var>OCCURS</var> attribute out of
the field description, or by giving the field the BINARY, CODED, and OCCURS attributes. </p>
the field description, or by giving the field the <var>BINARY</var>, <var>CODED</var>, and <var>OCCURS</var> attributes.  
</p>
{{Template:M204.0711 footer}}
{{Template:M204.0711 footer}}
<!-- skeleton as it was in pdf/INCOMPRESSIBLE VALUE FOR FIELDNAME=%C IN TABLE B RECORD NO.=%C/-->
<!-- skeleton as it was in pdf/INCOMPRESSIBLE VALUE FOR FIELDNAME=%C IN TABLE B RECORD NO.=%C/-->

Latest revision as of 18:52, 28 February 2018

M204.0711  Incompressible value in recnum​=​token​,​ field​=​token2

An attempt was made by a File Load program to update a field in the preallocated section of a Model 204 file with a value that is not compressible to a Model 204 binary or floating point value. The update of field token2 is ignored, and the execution of the File Load program continues.

File manager response: There is probably an error in the input data. If you want field token2 to be able to accept incompressible values, reorganize the file and remove field token2 from the preallocated section by taking the OCCURS attribute out of the field description, or by giving the field the BINARY, CODED, and OCCURS attributes.

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