Previous Topic: Return Code 06 - TABLE NOT OPEN FOR UPDATENext Topic: Return Code 08 - SYSTEM AREA FULL


Return Code 07 - DATA AREA FULL

Reason:

A data area is full.

Action:

See the following internal return codes for details.

Return Code 07 Internal Return Codes

Dec

Hex

M

B

Explanation

User Response

005

05

N

N

CBS HEURISTIC DATA AREA IS FULL.
The data area used for heuristic CBS data is full. It is a base defined by the mUF startup option CBS.

The current request will continue without preserving new information about optimization. The data area needs to be made larger when the MUF is next recycled.

035

23

N

N

The ADDIT request is denied
because the space allocated
for the CA Datacom/DB area containing the requested table is currently full of data records.

Execute the DBUTLTY EXTEND AREA=aaa function to enlarge the data area, delete records from the area, or reorganize the table to recover space if one of the data area space reclamation options is not in force. Consult the CA Datacom/DB DBUTLTY Reference Guide for the command format required to execute the DBUTLTY EXTEND function.

036

24

N

N

The attempt by the Multi-User
Facility to extend a data area supported by dynamic extend
that became full failed due to
an MVS Sx37 abend.

If a record-at-a-time ADDIT
command is being done, a 2-byte
MVS system abend code can be
found in bytes 26 and 27 of the Request Area. The reason code associated with the abend is
saved in bytes 28 through 31 of
the Request Area.

See the appropriate IBM documentation to determine the nature of the Sx37 abend. Correct the problem according to the IBM directions.