SMP/E error GIM69102E applying LU20556 for Datacom/AD
search cancel

SMP/E error GIM69102E applying LU20556 for Datacom/AD

book

Article ID: 446954

calendar_today

Updated On:

Products

Datacom/AD

Issue/Introduction

Applying  PTF LU20556 to a Datacom/AD SMP/E environment results in SMP/E allocation failures for the SDFHLOAD library. 

GIM69102E ** ALLOCATION FAILED FOR SMP00011 BECAUSE THERE IS NO DDDEF ENTRY FOR SDFHLOAD IN TARGET ZONE.GIM54601E ** DYNAMIC ALLOCATION FAILED FOR SMP00010 BECAUSE SDFHLOAD IS PART OF THE SMP00010 CONCATENATION BUT WAS NOT ALLOCATED.GIM69149E ** CALLLIBS COULD NOT BE ALLOCATED FOR LMOD DDIDLURT IN ZONE.GIM22601I APPLY PROCESSING FAILED FOR SYSMOD LU20556.

Environment

Z/OS

Datacom/AD 15.1 

Cause

Certain PTFs contain link-edits that require modules typically found in the CICS SDFHLOAD library (e.g., DFHEAI). If CICS is not installed or the DDDEF is missing from the CSI, SMP/E cannot allocate the library for CALLLIBS processing.

Datacom/AD using products do not run in CICS . 

 

Resolution

Run the SMP/E Datacom maintenance APPLY job using EXCLUDE(LU20556) . 

Or , if you have a CICS SDFHLOAD data set , add the SDFHLOAD DDDEF to your Datacom/AD CSI by running this job:

//*--------------------------------------------------------------------
//* UPDATE CSI SMP/E TARGET ZONE
//*--------------------------------------------------------------------
//INITCSI EXEC PGM=GIMSMP,REGION=0M,
//  PARM='CSI=GLOBALHLQ.CSI,DATE=U'
//SMPOUT   DD SYSOUT=*
//SMPRPT   DD SYSOUT=*
//SMPLOG   DD DISP=SHR,DSN=GLOBALHLQ.SMPLOG
//SMPPTS   DD DISP=SHR,DSN=GLOBALHLQ.SMPPTS
//SMPCNTL  DD *
SET BOUNDARY(CAIT0).
 UCLIN.
 ADD DDDEF(SDFHLOAD)
     SHR DA(CICSTS.SDFHLOAD) .
 ENDUCL.
/*