M204.1229

From m204wiki
Jump to navigation Jump to search

M204.1229  Table B full -- inserts --: file fileName

In a sorted file, you tried to insert or add a new record, in sort sequence, but it failed to fit in any of the overflow areas available. The file may be intact, but no new records with the same or a lower sort key can be inserted or added.

Response: Contact your file manager.

File manager response: Reorganize the file. To help prevent the problem, check that the ratio of master to overflow records is correct. Also, ensure the data to be initially loaded into the file is sorted before the load. See the discussion in Sorted files, which describes overflow areas, insertions, and the proper ratio of master to overflow area pages.

Message attributes:

RETCODEO=48Sets online return code
RETCODEB=48Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITADWrites the message with line type AD to the audit trail
CANCELCancels the user's request
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages