How to install just Compress for IMS using SMP/E
search cancel

How to install just Compress for IMS using SMP/E

book

Article ID: 29853

calendar_today

Updated On:

Products

Compress Data Compression (IMS Tools) DATABASE MANAGEMENT SOLUTIONS FOR IMS FOR Z/OS

Issue/Introduction

Compress for IMS is now packaged as part of the Database Management Solutions for IMS suite of products. As such the SMP/E
installation jobs are set up by default to install the entire product suite. If there is a requirement to install just Compress for IMS
then the following changes can be made to the APPLY and ACCEPT SMP/E install jobs.

Resolution

Amend the Apply JCL in SAMPJCL member IMT5APP:

//SMPCNTL  DD *                                         

 SET BOUNDARY (CAIT0) .                                 

 APPLY                                                  

  PTFS                                                  

  FORFMID(                                              

    CITKI00   /* IMS Toolkit Common Component */        

    CASTI00   /* CA Compress Data Compression for IMS */

            )                                           

  SELECT (                                              

  CASTI00 /*CA Compress Data Compression for IMS */     

  )                                                     

  EXCLUDE (                                             

  CITKI00 /*IMS Toolkit Common Component */             

  )                                                     

  BYPASS(HOLDSYSTEM).                                   

//*                                                     

 

 

Amend the Accept JCL in SAMPJCL member IMT6ACC:

//SMPCNTL  DD *                                       

 SET BOUNDARY (CAID0) .                               

 ACCEPT                                               

   PTFS                                               

   FORFMID (                                          

     CITKI00 /*IMS Toolkit Common Component */        

     CASTI00 /*CA Compress Data Compression for IMS */

            )                                         

   SELECT (                                           

     CASTI00 /*CA Compress Data Compression for IMS */

            )                                         

   EXCLUDE (                                          

     CITKI00 /*IMS Toolkit Common Component */        

            )                                         

 BYPASS(HOLDSYSTEM).                                  

//*                                                   

 

These changes will apply and accept just the Compress for IMS FMID CASTx00.
In this example x=I represents the FMID version for release r18 of the products.