M204.1050
M204.1050 CCATEMP full: token
The operation being performed required an extra page from CCATEMP, but there were no free pages available. CCATEMP is defined by the system manager and provides a set of work pages that are assigned on request to various users. If a request gets this message, it might be because some other user is holding a large number of CCATEMP pages.
The current request is cancelled.
The message specifies the operation being performed or the section ("pool") of CCATEMP that was full:
- One of these operations:
- $BLDPROC
- "USE PROCEDURE" COMMAND
- WHILE INITIALIZING SORT
- FOR FRV KEYS
- WHILE GENERATING RECORDS TO BE SORTED
- WHILE GENERATING ORDERED INDEX SORTED RECORDS
- WHILE PERFORMING SORT
If the operation was
$BLDPROC
orUSE PROCEDURE COMMAND
, the temporary procedure that was being written is deleted, except for its very last CCATEMP page, which is retained for information purposes.In some cases the user is restarted and, if the user was in the process of updating any files, Model 204 marks them physically inconsistent.
- Or one of these pool types:
- SMALL MODEL PAGE POOL
- SMALL MODEL PAGE POOL AND EXPANSION PAGE POOL
CCATEMP pages below 64K are allocated from the small model pool.
CCATEMP pages above 64K are allocated from the expansion area pool.
Response: Notify your system manager.
System manager response: Recover the physically inconsistent files using one of the following procedures:
- Roll back/roll forward
- File reorganization procedure described in File reorganization and table compaction
- The RESTORE command for restoring previously dumped copies
This message is informational, but it indicates a need to increase the space allocation for CCATEMP. As the size of CCATEMP is fixed at initialization, it is necessary to bring down Model 204 to increase it.
Message attributes:
RETCODEO=60 | Sets online return code |
---|---|
RETCODEB=60 | 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 |
CANCEL | Cancels the user's request |
NOCOUNT | Does not increment the error count (ERCNT) parameter |
NOTERM | Does not display the message on the user's terminal |
OPR | Writes the message to the (operator) console |