How to Get a List of the APARs applied to Roscoe?
search cancel

How to Get a List of the APARs applied to Roscoe?

book

Article ID: 60681

calendar_today

Updated On:

Products

Roscoe

Issue/Introduction

How to Get a List of the APARs applied to Roscoe?

 

 

Resolution

Run an SMP/E Report for this information.  

Modify the following JCL and execute the JCL to list the SMP regions.

//LIST     EXEC PGM=GIMSMP,REGION=4M,   
// PARM='CSI=yourhlq.roscoe.CSI'    
//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(                              
        CRO6000
               ) .                      
/*                                      
//