The Post-Install Tasks Bind ssid0002 Job failed with a U0999 abend.
USER COMPLETION CODE=0999
TIME=14.32.01 SEQ=52531 CPU=0000 ASID=010C
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 fixed?.
Release : 20.0
Component : DB2 Common Components
Typically the U0999 abend is caused by a wrong allocation of the ISPF data sets.
Check the ISPF00 member in HLQ.CDBAPARM library and be sure the ISPF libraries are the right ones for your for z/OS version.
Then generate again the Bind ssid0002 JCL to pick up the ISFP libraries from the ISPF00 member and double check in the ssid0002 JCL the ISPF libraries.
//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