DFS2765W OUT OF SPACE IN DATA SET DATABASE=xxxxxxxx AREA=yyyyyyyy ss RM: tttt

Explanation

Message DFS2765W is issued for several reasons. As indicated in the message text, the most common reason is that a DEDB sequential dependent area is full and cannot accept additional sequential dependents. However, other reasons are possible, such as the area being stopped or not open, a lock fail, or an incorrect DEDB area control list (DMAC) suffix RBA. To identify the reason, review the DL/I call status code (ss).

In the message text:
xxxxxxxx
The DEDB containing the area which ran out of space.
yyyyyyyy
The area that ran out of space.
ss
The DL/I call status code. To learn more about these codes, see DL/I status codes.
tttt
The type of DL/I status call that was issued. The valid types for this message are:
ISRT
The message was issued by module DBFMSRT0 when attempting to pre-allocate SDEP CIs for SDEP insert activity.
SDEP
The message was issued by module DBFSYN10 when processing SDEPs during sync point.

To learn more about sequential dependent space management, see Database administration.

System action

The input message is reprocessed so that the condition will be detected at call time.

Operator response

Contact the IMS system programmer.

Programmer response

Determine which data is no longer required in the database and run the Delete utility to reclaim usable space for the online system.

Module

DBFMSRT0, DBFSYN10