DFHCC0101 LOCAL CATALOG INITIALIZATION ERROR. {GENERATE ACB | OPEN ACB | GENERATE RPL | OPEN, SHOWCB.}R15 = X'yy' VSAM ERROR CODE = X'zz'
Explanation
A VSAM error has occurred during local catalog initialization.
The VSAM codes given are explained in the z/OS DFSMS Macro Instructions for Data Sets manual.
The possible versions of this message include the text
-
GENERATE ACB
. -
GENERATE RPL
.The GENCB failed with the R15 condition given in X'yy'.
The X'zz' code is only meaningful when X'yy' is X'04' when: X'zz' is the error code returned by VSAM Register 0 in response to a GENCB macro.
-
OPEN ACB
.OPEN has failed with the R15 condition code X'yy'. This was followed by a successful SHOWCB which has placed the OPEN error code into X'zz'. Also see the message that VSAM writes to the operator console and programmer's listing.
-
OPEN, SHOWCB
.OPEN has failed with the R15 condition code X'yy'.
This was followed by a SHOWCB which failed, and the R0 return code from the SHOWCB is given in X'zz'. Also see the message that VSAM writes to the operator console and programmer's listing.
System action
A system dump is produced, then CICS is terminated.
User response
Look up the error codes in the Introduction to VSAM Programming, correct it then retry. If this fails, notify the system programmer.
If you need further assistance from IBM to resolve this problem, see Working with IBM to solve your problem for guidance on how to proceed.
Module
DFHCCDMDestination
Console