Updating the SYSTEM name in an event definition.
search cancel

Updating the SYSTEM name in an event definition.

book

Article ID: 439126

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

Customer needs to update/change the SYSTEM name in several defined events. 

Environment

Component: ESP Workload Automation
Release: ALL   

Resolution

Use the ALTEVENT command in batch to change the following.

ALTEVENT eventid
             {[CLASS(classname)]}   
         {[CALENDAR(cal1[,cal2]...)]}
         {[ADD(hours,minutes)|SUBTRACT(hours,minutes)]}
         {[EVENTSET(evdsid)]}
         {[SYMLIB(sym1[,sym2]...)]}
         {[SYSTEM(newsys,oldsys)]}

 

EXAMPLE:

//STEP1    EXEC PGM=ESP,REGION=3000K,PARM='SUB(????)MASTER'   ===> Your subsys name
//STEPLIB DD DISP=SHR,DSN=ESP.CD7YLOAD       = your loadlib if steplib is used 
//SYSPRINT DD SYSOUT=*                                     
//SYSIN    DD  *                                           
 ALTEVENT event.name SYSTEM(newsys,oldsys)