APPLYCHECK process and get the GIM54701E error message for IMS RESLIB can not be accessed.
search cancel

APPLYCHECK process and get the GIM54701E error message for IMS RESLIB can not be accessed.

book

Article ID: 430576

calendar_today

Updated On:

Products

InterTest - Batch

Issue/Introduction

Try to apply check LU04390 abend with GIM54701E message as follows:

GIM54701E ** ALLOCATION FAILED FOR SMP00029 - IKJ56228I DATA SET IMS14.SDFSRESL NOT IN CATALOG OR CATALOG CAN NOT BE ACCESSED.

Environment

Z/OS

Cause

Installed new IMS with different high level qualifier library name which different then CSI DDDEF RESLIB DSN.

Resolution

The CSI DDDEF can be updated in 2 ways.

1) Run SMPE CSI DDDEF to replace 

//INTBCSI EXEC PGM=GIMSMP,REGION=0M, 
//  PARM='CSI=INTEREST.CSI,DATE=U'   
//SMPOUT   DD SYSOUT=*               
//SMPRPT   DD SYSOUT=*               
//SMPLOG   DD DISP=SHR,DSN=INTEREST.SMPLOG
//SMPLOGA  DD DISP=SHR,DSN=INTEREST.SMPLOGA
//SMPPTS   DD DISP=SHR,DSN=INTEREST.SMPPTS 
//SMPPTS1  DD DISP=SHR,DSN=INTEREST.SMPPTS1
//SMPCNTL  DD *                   
SET BOUNDARY(TARGET_ZONE).                 
 UCLIN.                                    
 REP DDDEF(RESLIB)                          
     SHR DA(IMS15.SDFSRESL) .   
 ENDUCL.                                    
/*  

2) Update CSI DDDEF via the TSO SMPE menu.

SMP/E PRIMARY OPTION MENU panel—enter CSI DSN and select option 1 ADMINISTRATION.
And then select 1 DEFINITION—Define, update, delete, or display zone.
Leave the zone name as blank, and press enter.
And then select the target zone.
Select 2 DDDEF—create or modify the DDDEF entries.
Look for the RESLIB and select it to update.