The Database Management Post Install task Bind ssid0002 job failed with a U0999 abend:
USER COMPLETION CODE=0999
PSW AT TIME OF ERROR 078D1000 8847DDB8 ILC 2 INTC 0D
ACTIVE MODULE ADDRESS=00000000_0847B000 OFFSET=00002DB8
NAME=ISPTASK
DATA AT PSW 0847DDB2 - 00181610 0A0D58F0 D12C47F0
...
What is the meaning of this U0999 abend and how it can be corrected.
Typically the U0999 abend is caused by a wrong allocation of the ISPF data sets.
Check the ISPFxx member in hlq.CDBAPARM library and be sure the ISPF libraries are the right ones for the z/OS version.
Then generate the Bind ssid0002 JCL again to pick up the ISFP libraries from the ISPFxx member and double check the ISPF libraries in the ssid0002 JCL.
//ISPLLIB DD DISP=SHR,DSN=hlq.CDBALOAD
// DD DISP=SHR,DSN=*.ISPLLIB
//ISPMLIB DD DISP=SHR,DSN=hlq.CDBAMSG0
// DD DISP=SHR,DSN=*.ISPMLIB
// DD DISP=SHR,DSN=*.SISPMENU
//ISPPLIB DD DISP=SHR,DSN=hlq.CDBAPNL0
// DD DISP=SHR,DSN=*.ISPPLIB
//ISPSLIB DD DISP=SHR,DSN=hlq.CDBASKL0
// DD DISP=SHR,DSN=*.ISPSLIB
//ISPTLIB DD DISP=SHR,DSN=*.ISPTLIB