M204.0711

From m204wiki
Jump to navigation Jump to search

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