DFS0844I modulename dbname DATASET FULL, DDNAME=ddname
Explanation
The named database data set has no more space
in which to place data and precedes pseudoabend 0844. One of the following
occurred:
- An attempt to insert a new record into the named data set failed because no space was available.
- An insert call was issued to a data set that was defined as
DD DSNAME=NULLFILE
orDD DUMMY
.
System action
The application program is terminated with pseudoabend 0844. For HISAM or index databases, the database is stopped.
Operator response
For HISAM or index databases, you must issue a /START command to restart the database.
(master terminal) Notify the IMS system programmer or database administrator of the condition.
Programmer response
The backout of uncommitted changes after any pseudoabend 0844 restores the database to a consistent and usable state. However, inserts can cause the same condition to occur. While offline (using the /DBR command), you must copy the database to a larger space allocation. Then make the database available to the online region using the /START command.
Problem determination
3, 4, 5, 17Module
DFSDVSM0, DFSDDLE0