GIM54701E ALLOCATION FAILED IKJ56228I DATA SET
search cancel

GIM54701E ALLOCATION FAILED IKJ56228I DATA SET

book

Article ID: 124883

calendar_today

Updated On:

Products

Datacom DATACOM - AD

Issue/Introduction



How to diagnose SMP/e APPLY CHECK  or APPLY error:
GIM54701E ** ALLOCATION FAILED FOR SMP00001 - IKJ56228I DATA SET TCPIP.SEZATCP 
 

Environment

z/OS

Resolution

The 1st error indicates that data set does not exist, in this case TCPIP.SEZATCP:

GIM54701E ** ALLOCATION FAILED FOR SMP00001 - IKJ56228I DATA SET TCPIP.SEZATCP

Run a batch SMP/e report of the DDDEFS:
 
//SMPLIST  EXEC PGM=GIMSMP,REGION=4096K
//SMPCSI DD DISP=SHR,DSN=your.CSI    
...                  
//SMPCNTL  DD *                 
SET BDY(GLOBAL).       
LIST DDDEF ALLZONES.   
         
/*                           
                     

Check that the DDDEFs defined to the CSI point to existing valid data sets.