M204.1232

From m204wiki
Jump to navigation Jump to search

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