How to list all the maintenance applied to CA Mainframe Application Tuner r8.5 and v9.0.
search cancel

How to list all the maintenance applied to CA Mainframe Application Tuner r8.5 and v9.0.

book

Article ID: 19826

calendar_today

Updated On:

Products

Mainframe Application Tuner

Issue/Introduction

Description:

In the previous release of CA Mainframe Application Tuner, called Tritune, there was a sample job to list all the maintenance applied to the product, called UM90LIST.

It's removed starting with r8.5 and v9.0. With CA MSM/CSM (Chorus Software Manager) you can check what maintenance is applied, but not send it to CA support to provide a list of PTFs applied to the product when they request it.

Solution:

Here the sample JCL for the PTF listing of maintenance at CA MAT r8.5 and v9.0 (the old UM90LIST) :


//*UM90LIST JOB ...                                                    
/*JOBPARM L=9999                                                       
//* ----------------------------------------------------------------- *
//*                 --FOR MAINTENANCE ONLY--                          *
//*            LIST ALL SYSMOD STATUS IN EACH ZONE                    *
//*                                                                   *
//*  THIS JOB PERFORMS AN SMP/E LIST REPORT FOR ALL OF THE SYSMODS    *
//*  IN EACH SMP/E ZONE.  THIS JOB MAY BE EXECUTED AT ANY TIME.       *
//*  BUT, IT IS NORMALLY ONLY RUN UPON REQUEST BY CA CUSTOMER SUPPORT.*
//*                                                                   *
//*  CHANGE THE FOLLOWING ITEMS TO YOUR DATA CENTER'S STANDARDS       *
//*  BEFORE SUBMITTING THE JOB FOR EXECUTION:                         *
//*         COPY    $JOBCARD                   ;(BEFORE LINE 1)       *
//*         CHANGE            ; your CSI CA MAT name *
//* ----------------------------------------------------------------- *
//*                                                                    
//LISTPTF EXEC PGM=GIMSMP,PARM='CSI=' 
//SMPLOG   DD  SYSOUT=*                                    
//SMPLOGA  DD  DUMMY                                       
//SMPHOLD  DD  DUMMY                                       
//SMPRPT   DD  SYSOUT=*                                    
//SMPSNAP  DD  DUMMY                                       
//SYSUT1   DD  UNIT=SYSDA,SPACE=(CYL,20)                   
//SYSUT2   DD  UNIT=SYSDA,SPACE=(CYL,20)                   
//SYSUT3   DD  UNIT=SYSDA,SPACE=(CYL,20)                   
//*SMPPTS   DD  DUMMY                                      
//SMPLIST  DD  SYSOUT=*                                    
//SMPPRINT DD  SYSOUT=*                                    
//SMPPUNCH DD  SYSOUT=*                                    
//SMPOUT   DD  SYSOUT=*                                    
//SMPCNTL  DD  *                                                       
          SET BDY(GLOBAL).         
          LIST SYSMODS APARS PTFS. 
          SET BDY(CAIT0).          
          LIST SYSMODS APARS PTFS. 
          SET BDY(CAID0).          
          LIST SYSMODS APARS PTFS. 
/*                                  
//

Environment

Release: MATUNE00200-8.5-Mainframe-Application Tuner
Component: