Can a PARM be passed to the Encore Proc to override the ESP SUBSYS and ESPGROUP?
search cancel

Can a PARM be passed to the Encore Proc to override the ESP SUBSYS and ESPGROUP?

book

Article ID: 116787

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

How to override the ESP SUBSYS and ESPGROUP in the Encore proc? 

Environment

Workload Automation Restart Option EE MVS

Resolution

Sample Encore proc: 


//ENC120  PROC 
//$$$$$$@ EXEC PGM=CYBRM000,REGION=2M, 
// PARM='SUBSYS ESPX  ESPGROUP(ESPX)' 
//*CYBRMENC EXEC PGM=CYBRM000,REGION=2M 
//*------------------------------------------------------------------ 
//* This is the ESP Encore step which is inserted into each job. 
//*------------------------------------------------------------------ 
//STEPLIB DD DISP=SHR,DSN=ESP.CD7YLOAD
//SYSIN DD DDNAME=ENCPARMS
//SYSPRINT DD SYSOUT=*