M204.1230

From m204wiki
Revision as of 04:27, 1 March 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.1230  Table token full -- appends --: file fileName

An attempt to add or append a record to Table B or Table X has failed, because the system has exhausted the record numbers available to the file. The file may be usable, but no more records can be added to the file table specified.

Response: Contact your file manager.

File manager response: Reorganize the file with more usable space in the specified table. Note that you may have a great deal of free space available on each page, but you are unable to use it because your slots per page are exhausted. See File loading techniques for recommended file loading techniques and refining the parameter settings.

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