How do you determine the current release and service pack level of SMR and list all the PTFs currently APPLYd to this level?
search cancel

How do you determine the current release and service pack level of SMR and list all the PTFs currently APPLYd to this level?

book

Article ID: 11174

calendar_today

Updated On:

Products

SMR

Issue/Introduction



How do you determine the current release and service pack of SMR and list all the PTFs currently APPLYd to this level?

Environment

Release: ESBSMR99000-3.4-Extended Support Basic-for SMR
Component:

Resolution

The easiest way is to review the startup messages that appear when you startup CA SMR. You should see something like this:

 SMR001I - SMR ACTIVE VERSION 3.4 GENLEVEL 0309

Another method is to browse the SMR CAILIB member CAPLRLSE. Look for this character string:

CAPLRLSERELEASE  3.4   .340309CPL00.

You may have to tab over to the right a couple of screens if using standard ISPF screens (PF11).

To list out all the current PTFs APPLYd to your current level of SMR you can use the following JCL and SMPE control statements to create a report. This is not only handy for your own records but helpful should you open a support issue for any reason.

//LIST     EXEC PGM=GIMSMP,REGION=4M,
//PARM='CSI=YOUR.SMR CSI GOES HERE'  ----> change this
//SMPHOLD   DD *                    
//SMPLOG    DD SYSOUT=*             
//SMPRPT    DD SYSOUT=*             
//SMPOUT    DD SYSOUT=*             
//SMPLIST   DD SYSOUT=*             
//SYSPRINT  DD SYSOUT=*             
//SMPCNTL   DD *                    
 SET BDY(CAITGT).                   
 LIST SYSMODS                       
   FORFMID(CPL3400 CCW1000).