We have applied the required PTF's for DADS Plus CICS for CTS 5.4 . CICS initializes and control is given to CICS. But after signing onto CICS none of the DADS Plus CICS functions work.
I see the following messages in the CICS log which are issued at PLTPI time.
DADSI012 'TSGCICS ' DADSSIC2 DATASET ALLOCATION NOT PERFORMED. DP035: INSTALLING DCT GROUP LISTS IEC130I DADS01 DD STATEMENT MISSING DP049 : VSAM ERROR. FUNCTION = OPEN . RETURN CODE = 08. ERROR CODE = 128 DP037: DADRITAB TERMINATED
Z/OS
CICS
The DADS01 FCT file is mandatory. You must have a DADS DADS01 control file control DD statement in your CICS JCL in order for DADS Plus CICS to function in the CICS region.
In the CICS output the IEC130I message indicates the DADS01 DD statement is missing from the JCL or the RDO entries.
15.27.27 STC26959 IEC130I DADS01 DD STATEMENT MISSING
In the CICS log output I can see the DADS01 DD statement is commented out.
XX*DADS01 DD DSN=CICS.DADS.CONTROL,DISP=SHR
XX*DADSAUD DD DSN=CICS.DADS.AUDIT,DISP=SHR
XX*DADSBIF DD DSN=CICS.DADS.BIF,DISP=SHR
Remove the comment for the DADS01 control file and recycle CICS.