The Database Management solutions Post Install Bind ssid0002 job fails with a U0999 abend
search cancel

The Database Management solutions Post Install Bind ssid0002 job fails with a U0999 abend

book

Article ID: 195255

calendar_today

Updated On:

Products

Database Management for DB2 for z/OS - Administration Suite Database Management for DB2 for z/OS - Performance Suite Database Management for DB2 for z/OS - Recovery Suite Database Management for DB2 for z/OS - SQL Performance Suite Database Management for DB2 for z/OS - Utilities Suite DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS

Issue/Introduction

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.

Resolution

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