The Accept check for PTF RO91358 fails with GIM54502E when accepting CA DADS Plus for CICS r 4.0 maintenance.
search cancel

The Accept check for PTF RO91358 fails with GIM54502E when accepting CA DADS Plus for CICS r 4.0 maintenance.

book

Article ID: 8177

calendar_today

Updated On:

Products

DADS Plus

Issue/Introduction

The client is applying the latest GA fixes for CA DADS Plus for CICS r 4.0. The Accept check for PTF RO91358 fails with messages

GIM54502E ** ALLOCATION FAILED FOR RO10396M BECAUSE THERE IS NO DD STATEMENT IN THE JCL AND NO DDDEF ENTRY IN DLIB ZONE CAIDLIB.
GIM28307E ** ALLOCATION FAILED FOR RO10396M, WHICH IS REQUIRED IN ORDER TO PROCESS ELEMENT DADPCOMM IN SYSMOD RO10396. 

Environment

Z/OS

Cause

The client needs to locate the data sets used when they applied CA DADS Plus of CICS fix RO10396. RO10396 was a load and MACLIB replacement fix. SMP/E requires the RO10396 MACLIB member DADPCOMM in order to accept the maintenance.

Resolution

Locate the MACLIB dataset associated with CA DADS Plus for CICS fix RO10396. If this library is no longer on the system you will need to download it again for the CA web site and create the MACLIB following the instructions below.

Then you will need to add the DD statement below and point to the RO10396 MACLIB in your accept JCL.
//RO10396M DD DSN=YOURHLQ.RO10396.MACLIB,DISP=SHR 

After downloading RO10396 to your desk top follow the instructions to upload the RO10396 MACLIB (RO10396M.XMIT) to the mainframe.

The directions to process fix RO10396 are


1) DOWNLOAD THE RO10396L.XMIT, RO10396M.XMIT AND SMP CONTROL CARDS RO10396.TXT.
2) BINARY TRANSFER THE RO10396.XMIT FILES TO TSO INTO PRE-ALLOCATED SEQUENTIAL DATASETS WITH THE FOLLOWING ATTRIBUTES:
    DCB=(RECFM=FB,BLKSIZE=3200,LRECL=80)
3)RECEIVE THE FILES:
   TSO RECEIVE INDATASET('UPLOAD.FILE.RO10396L.XMIT')
   WHEN PROMPTED FOR PARMS, THEN ENTER:
   DATASET('YOURHLQ.RO10396L.LOADLIB')

   TSO RECEIVE INDATASET('UPLOAD.FILE.RO10396M.XMIT')
   WHEN PROMPTED FOR PARMS, THEN ENTER:
   DATASET('YOURHLQ.RO10396M.MACLIB')
4) INSTALL RO10396 USING SMP/E AND INSERTING

    THE FOLLOWING DD CARDS JUST BEFORE THE SMPCNTL DD:

   //RO10396L DD DSN=YOURHLQ.RO10396.LOADLIB,DISP=SHR
   //RO10396M DD DSN=YOURHLQ.RO10396.MACLIB,DISP=SHR