M204.1232: 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.1232 skeleton}}
{{Template:M204.1232 skeleton}}
<P>
<P>
A SOUL request or a host language or FLOD program has attempted to store an incompressible value in a FLOAT or BINARY preallocated field. Refer to [[Data maintenance#Storing values in preallocated fields|Storing values in preallocated fields]], [[Field design#Preallocated fields (OCCURS attribute)|Preallocated fields (OCCURS attribute)]], or [[HLI:_Model_204_fields_and_variables#Compression violations|Compression violations]] for a description of the range and format of numbers that can be stored in FLOAT and BINARY preallocated fields. </P>
A SOUL request or a host language or FLOD program has attempted to store an incompressible value in a <var>FLOAT</var> or <var>BINARY</var> preallocated field. Refer to [[Data maintenance#Storing values in preallocated fields|Storing values in preallocated fields]], [[Field design#Preallocated fields (OCCURS attribute)|Preallocated fields (OCCURS attribute)]], or [[HLI: Model 204 fields and variables#Compression violations|Compression violations]] for a description of the range and format of numbers that can be stored in <var>FLOAT</var> and <var>BINARY</var> preallocated fields. </P>
<p>
<p>
<b>Response:</b> Correct your request or program to store a compressible value, use a different field, or contact your file manager. </p>
<b>Response:</b> Correct your request or program to store a compressible value, use a different field, or contact your file manager. </p>
<p>
<p>
<b>File manager response:</b> A field with OCCURS, BINARY, and CODED as attributes will avoid this problem in the future. Next time you reorganize the file, add CODED to the BINARY preallocated fields.  
<b>File manager response:</b> A field with <var>OCCURS</var>, <var>BINARY</var>, and <var>CODED</var> as attributes will avoid this problem in the future. Next time you reorganize the file, add <code>CODED</code> to the <var>BINARY</var> preallocated fields.  
</p>
</p>
{{Template:M204.1232 footer}}
{{Template:M204.1232 footer}}
<!-- skeleton as it was in pdf/VALUE CANNOT BE CONVERTED FOR PREALLOCATED FIELD fieldname /-->
<!-- skeleton as it was in pdf/VALUE CANNOT BE CONVERTED FOR PREALLOCATED FIELD fieldname /-->

Latest revision as of 21:02, 6 March 2018

M204.1232  Value cannot be converted for preallocated field token

A SOUL request or a host language or FLOD program has attempted to store an incompressible value in a FLOAT or BINARY preallocated field. Refer to Storing values in preallocated fields, Preallocated fields (OCCURS attribute), or Compression violations for a description of the range and format of numbers that can be stored in FLOAT and BINARY preallocated fields.

Response: Correct your request or program to store a compressible value, use a different field, or contact your file manager.

File manager response: A field with OCCURS, BINARY, and CODED as attributes will avoid this problem in the future. Next time you reorganize the file, add CODED to the BINARY preallocated fields.

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