Error GIM54701E allocation failed for CSYTXML during Jobtrac PTF application
search cancel

Error GIM54701E allocation failed for CSYTXML during Jobtrac PTF application

book

Article ID: 450708

calendar_today

Updated On:

Products

Jobtrac

Issue/Introduction

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.

Cause

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.

Resolution

  1. Verify the current Jobtrac maintenance level by issuing the STATUS command.
  2. Review the HOLDDATA requirements for prerequisite PTF LU07109.
  3. Allocate the new XML Distribution and Target libraries using the following JCL:
    //* 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))
  4. Rerun the SMP/E APPLY CHECK to confirm the error is resolved.