M204.1222

From m204wiki
Jump to navigation Jump to search

M204.1222  File fileName is full

An attempt has been made to enqueue on a file resource for a full file, to start a transaction for a full file, or to store a record in a full file.

Response: Notify your file manager.

File manager response: Analyze previous messages to find out which table became full:

  • If it is Table D or Table X, try to increase it using an INCREASE TABLED or INCREASE TABLEX command.
  • If it is Table B and the file is not a hash or sort file, try to increase Table B using an INCREASE TABLEB command.
  • In all other cases or when an increase is not possible, reorganize the file with larger appropriate table(s).

    However, the file may be physically inconsistent as well. In this case, refer to the discussion in File integrity and recovery on maintaining file integrity.


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
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages