CA SymDump

 View Only

TECH TIP: How to install CA Symdump batch r 9.1 using CSM for sites not licensed for IMS. 

May 17, 2016 03:45 PM

When Installing CA Symdump batch r 9.1 using CSM the apply step  fails with the error message below because it can't find IMS.SDFSRESL. My site is not licensed for IMS.

 

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

GIM54601E ** DYNAMIC ALLOCATION FAILED FOR SMP00031 BECAUSE RESLIB IS PART OF THE SMP00031 CONCATENATION BUT WAS NOT ALLOCATED.  

 

For sites not licensed for IMS the following work around is used.

 

Allocate an empty PDS using TSO 3.2 with following DCB. For example

 

  1. HLQ.EMPTY.IMSRES

 

10 directory blocks

Record format . . . : FB           Used cylinders  . . : 1                 

Record length . . . : 80            Used extents  . . . : 1                

Block size  . . . . : 27920          Used dir. blocks  . : 1

 

Then in CSM when installing CA SymDump Batch r 9.1 point to this empty PDS when prompted.

 

OPERATING SYSTEM: RESLIB*:    HLQ.EMPTY.IMSRES

 

In the apply  output you will see

 

SMP00032

SDSNLOAD SMP00032 PERM    DB2.DB210.GA.RSU1512.SDSNLOAD               DB2PK           SHR           

RESLIB          SMP00033 PERM    HLQ.EMPTY.IMSRES                                         IMSPK           SHR          

     

The five default FMIDS where applied below and the apply ends with a zero return code.

 

APPLY

   SELECT(CARX910,CARX911,CAVH910,CAVH912,CCPJ910)

   BYPASS(HOLDSYSTEM)

   COMPRESS(ALL)                                                                                                         

   GROUPEXTEND(NOAPARS,NOUSERMODS) .

 

GIM22701I    APPLY PROCESSING WAS SUCCESSFUL FOR SYSMOD CAVH912.   

GIM22701I    APPLY PROCESSING WAS SUCCESSFUL FOR SYSMOD CCPJ910.

GIM22701I    APPLY PROCESSING WAS SUCCESSFUL FOR SYSMOD CARX910.    

GIM22701I    APPLY PROCESSING WAS SUCCESSFUL FOR SYSMOD CARX911.

GIM22701I    APPLY PROCESSING WAS SUCCESSFUL FOR SYSMOD CAVH910.

 

GIM20501I    APPLY PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS 00.

Statistics
0 Favorited
1 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.