M204.1050

From m204wiki
Jump to navigation Jump to search

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 or USE 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:

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=60Sets online return code
RETCODEB=60Sets 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
NOTERMDoes not display the message on the user's terminal
OPRWrites the message to the (operator) console

Back to list of messages