Is there way in Endevor to list all of the PTF's that are applied on a mainframe?
Release : All from 18.0
Component : Endevor
Endevor cannot be used to list the PTFs that are applied to the mainframe. PTFs/APARs are installed via IBM SMPE.
IBM SMPE should be used to review any maintenance that is applied to Broadcom mainframe products.
Here is an example of some JCL that could use to list the PTFS/APARs that have been applied to the Endevor CSI:
//SMPELIST EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M
//SMPCSI DD DISP=SHR,DSN=your.endevor.csi
//SMPCNTL DD *
SET BOUNDARY (GLOBAL) .
LIST SYSMODS .
/*