How to increase INDEX value for ESP jobs
search cancel

How to increase INDEX value for ESP jobs

book

Article ID: 117045

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

LTJ TEST1 I
JOB TEST1, MODEL MODEL1, OWNER NONE, 10 JOBS INDEXED, 10 MAX 

How to change the Index value for this job?  

Environment

ESP Workload Automation

Resolution

- Define tracking model.  Sample name is TRAK40.

DEFTM TRAK40 ADD INDEX(40) HISTFILE(HIST1)

- Adjust the JTDT table.  The following should be added before the general one for MODEL(MODEL1):

TRACKDEF JOB NAME(TEST1) MODEL(TRAK40)

- Issue the following command in the ESP Master and its proxies:

/F esp_stc,LOADJTDT 'your.dataset.name(JTDT)'

- Issue the following page mode command from the ESP Master to change the job's Index number: 

ALTTJ TEST1 INDEX(40)

Note: If you only want to increase the INDEX for one or for a few jobs, then only the last step is needed.