Determine what maintenance is applied to Endevor
search cancel

Determine what maintenance is applied to Endevor

book

Article ID: 204483

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

Is there way in Endevor to list all of the PTF's that are applied on a mainframe?

 

Environment

Release : All from 18.0

Component : Endevor

 

Resolution

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 .         
/*