M204.0804
Jump to navigation
Jump to search
M204.0804 Not enough free space
The free space left in the file is less than the increment (n) specified in the INCREASE TABLEx n command. The command is rejected.
Response: There are three ways to increase your table:
- Use the
VIEW FREESIZEcommand to determine the number of pages available to the INCREASE TABLEx command. Then retry the command specifying an increment no larger than the number. - Increase the value of the FREESIZE parameter using the INCREASE DATASETS command, the DUMP or RESTORE 128 technique, or the file reorganization routine.
- Issue a DECREASE command to add sufficient pages to the FREESIZE parameter to allow the increase to occur, then retry the command.
Message attributes:
| RETCODEO=0 | Sets online return code |
|---|---|
| RETCODEB=4 | 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 |
| AUDITER | Writes the message with line type ER to the audit trail |
| COUNT | Increments the error count (ERCNT) parameter |