The client just migrated from CTS 5.2 to CTS 5.4. At CICS initialization time DADS Plus CICS PTLPI processing generates messages SERIOUS ERROR IN DADSPLTI and DADSPI02 * OPEN ERROR
Z/OS
CICS
The client has load libraries stored in the DADS01 control file. At CICS PLTPI time these load libraries are loaded by DADS Plus and become part the the DFHRPL concatenation. One of the load libraries defined to DADS Plus no longer exists on the system so it could not be added to the DFHRPL since it was invalid.
The client needs to remove - delete the load libraries defined in the DADS CICS DADS01 control file by using the JCL below. The DADS01 control file MUST be closed in order to run this JCL.
This JCL below will produce a report of all the load libraries in the DADS01 control file.
//JOBCARD
//STEP01 EXEC PGM=DADRBTCH
//STEPLIB DD DSN=DADS.LOADLIB,DISP=SHR
//DADS01 DD DISP=SHR,DSN=DADS01.CONTROL
//REPORT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
LIST RPL
/*
//
To DELETE ALL the load libraries from the DADS CICS DADS01 file you will use the JCL above with the parameter below instead of parameter LIST RPL
DELETE RPL