When applying Jobtrac PTF LU20867, SMP/E APPLY CHECK fails with error GIM54701E. This error indicates that the CSYTXML library allocation failed because the dataset does not exist in the catalog. This typically occurs because the required XML libraries (CSYTXML and ASYTXML) were not allocated during the installation of prerequisite PTF LU07109.
GIM54701E ** ALLOCATION FAILED FOR CSYTXML - IKJ56228I DATA SET NOT SELECTED.CSYTXML NOT IN CATALOG OR CATALOG CAN NOT BE ACCESSED.
Prerequisite PTF LU07109 contains HOLDDATA tasks required to allocate the new XML Distribution and Target libraries. The failure occurs because these libraries are missing in the target environment or the DDDEF points to an incorrect location.
PTF LU07109.//* Allocate the new XML Distribution and Target libraries//CAIALLOC EXEC PGM=IEFBR14//ASYTXML DD DSN=prodhlq.new.ASYTXML, // DISP=(NEW,CATLG,DELETE), // DCB=(LRECL=512,BLKSIZE=32760,RECFM=VB), // UNIT=SYSDA,VOL=(,,,16), // SPACE=(CYL,(10,5,60))//CSYTXML DD DSN=prodhlq.new.CSYTXML, // DISP=(NEW,CATLG,DELETE), // DCB=(LRECL=512,BLKSIZE=32760,RECFM=VB), // UNIT=SYSDA,VOL=(,,,16), // SPACE=(CYL,(10,5,60))