M204.1222: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <code>s) |
||
Line 7: | Line 7: | ||
<b>File manager response:</b> Analyze previous messages to find out which table became full:</p> | <b>File manager response:</b> Analyze previous messages to find out which table became full:</p> | ||
<ul> | <ul> | ||
<li>If it is | <li>If it is Table D or Table X, try to increase it using an <code>INCREASE TABLED</code> or <code>INCREASE TABLEX</code> command.</li> | ||
<li>If it is | <li>If it is Table B and the file is not a hash or sort file, try to increase Table B using an <code>INCREASE TABLEB</code> command.</li> | ||
<li>In all other cases or when an increase is not possible, reorganize the file with larger appropriate table(s). | <li>In all other cases or when an increase is not possible, reorganize the file with larger appropriate table(s). |
Latest revision as of 23:29, 5 March 2018
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
orINCREASE 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=48 | Sets online return code |
---|---|
RETCODEB=48 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITAD | Writes the message with line type AD to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |