DFS0832I ABEND Uwwww REASON CODE xxxx yyyy PARTITION | DATABASE zzzzzzzz

Explanation

Use this message to assist in debugging problems that cause an IMS abend. This message is issued when an abend condition is detected by module DFSDLA00 or DFSFDMP0. This condition can be caused by either:

  • A nonzero return code on a partition selection or validation.
  • A pseudoabend set by module DFSDLR00, DFSDDLE0, DFSDXMT0, DFSDLD00, DFSRBOI0, DFSFXC50, or DFSRCHB0.
In the message text:
wwww
The pseudoabend code.
xxxx
One of the following:
  • The reason code for HALDB abends, or N/A for non-HALDB abends.
  • One of these detected IMS abends:
    • 0776
    • 0880
    • 3303
    • 3498
    For these abends, the reason code is yyyy and it is related to a problem that was detected while processing a HALDB.
yyyy
If xxxx (the abend) is not one of the above, the value of yyyy is N/A. Otherwise, it is one of the following reason codes:
4001
No more partitions are defined
4014
A HALDB was defined as non-registered in the DFSDFxxx PROCLIB member but was found to be registered in the RECON data set.
4020
DB authorization error (data unavailable)
4025
DB unload action error
4026
DB initialization action error
4032
Partition unavailable due to a migrated data set.
4059
The access level is not compatible with the intent level
8001
Target partition requires initialization
8010
Target partition not found
8011
An invalid key for a partition was found.
8031
Open DMB failure
8051
User partition selection failed
C001
Non-partitioned DB access
C002
Partitions not active
C003
Partition stopped
C004
Partition structure terminating
C005
Partition structure not initialized
C006
Partition structure rebuild failed
C009
ILDS DSG not provided
C010
Unusual structure status
C030
Invalid authorization reason code
C031
Partition open error
C040
Invalid partition DDIR
C041
Invalid partition set operation
C042
Unable to allocate PSETE storage
C043
Invalid partition set selection action
C050
User selection exit not invoked
C060
Invalid function code
C070
Buffer handler byte locate failed
C071
Buffer handler locate by key failed
C072
Error occurred during processing against the indirect list data set (ILDS).
C073
Buffer handler mark altered failed
C074
Buffer handler byte locate & mark altered failed
C075
IRLM root lock request (GRID) failed
C076
Request to obtain BCB storage (BCBGET) failed
C077
Refresh OLR cursor request failed
PARTITION | DATABASE
If HALDB, PARTITION. If non-HALDB, DATABASE.
zzzzzzzz
The DBD name for one of these:
  • HALDB partition
  • HALDB master
  • Non-HALDB database
or NOTAPPLI if no DBD is available.

System action

The application program is terminated.

Programmer response

Correct the situation that caused the application to terminate.

Module

DFSDLA00, DFSFDMP0