How to Get a List of the APARs applied to Roscoe?
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
) .
/*
//