The client is applying the latest GA fixes for CA DADS Plus for CICS. The Apply CHECK PTF RO91358 fails with messages
GIM69010E ** AN ERROR OCCURRED IN RETRANSFORMATION OF PROGRAM DADSSIC2 ON THE SYSUT1 LIBRARY. DATA HAS BEEN LOST.
GIM69011I RETRANSFORMATION OF PROGRAM DADSSIC2 ON LIBRARY SYSUT1 WAS UNSUCCESSFUL FOR SYSMOD RO91358.
GIM30217I APPLY PROCESSING FAILED FOR SYSMOD RO91358. RETRANSFORMATION PROCESSING FAILED FOR AN ELEMENT IN RO91358.
GIM20501I APPLY PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS 08.
When fix RO91358 was uploaded from the clients desktop into a Z/OS sequential dataset with the following DCB RECFM FB LRECL=80 BLKSIZE=27920 the data set ran out of space. The output of space message was not noticed.
Since PTF RO91358 is very large you should allocate the Z/OS data set with a allocation of 25 cylinders primary and 5 cylinders secondary. Then upload PTF RO91358 again. You also need to SMP/E REJECT fix RO91358 so the corrupted version is removed from the SMPPTS dataset.
Then receive and apply check the fix again.