M204.0056

From m204wiki
Jump to navigation Jump to search

M204.0056  Trailing pad character not allowed on preallocated ORDERED or KEY field​=​fieldName​,​ recnum​=​X'recNum'​,​ value​=​X'fieldValue'

In the process of storing into a preallocated ORDERED or KEY field, a string value contained trailing character(s) equivalent to the defined pad character for the field name specified in the message. For Fastload (FLOD or FILELOAD), the request is not canceled; instead, the value is not stored and the file is marked logically inconsistent.

Response: Correct the value specified in the message and rerun the request. For Fastload, the File Manager (see below) must reset the FISTAT parameter to X'00' prior to running the correctional updates.

File manager response: For Fastload, FISTAT has been set to X'40' as a reminder that the file could be logically inconsistent. Reset the FISTAT parameter to X'00' when the user is ready to run the correctional updates.

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
SAVESaves the message in the VIEW ERRORS table

Back to list of messages