Endevor - How to verify that a solution is correctly applied
search cancel

Endevor - How to verify that a solution is correctly applied

book

Article ID: 121204

calendar_today

Updated On:

Products

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

Issue/Introduction

This article explains how to verify that a solution has been applied and accepted.
In the sample, the solution # SO15462 is researched.

Environment

z/OS
Endevor 18.1
Security

Resolution

This information is available from SMPe LIST command (See sample below), once job is completed, search for SO15462 status in the SMPe sysout and make sure it is in the list with the right status.
If it is not present, it means the solution has not been applied.  

Here is some JCL to list all zones.

//SMPELIST EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M 
//SMPCSI DD DISP=SHR,DSN=your.endevor.v18.CSI 
//SMPCNTL DD * 
  SET BOUNDARY (GLOBAL) . 
  LIST 
  ALLZONES        /* FOR ALL ZONES. */ 
  . 
/*

Additional Information