Ignore any condition codes or system abends for a JOB on ESP
search cancel

Ignore any condition codes or system abends for a JOB on ESP

book

Article ID: 10671

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

The programmer has a particular job and wants to ignore any abnormal failure message that the job might put out which could cause ESP Workload Automation system or its Encore to fail/abend it.



Environment

Component: ESP Workload Automation
Release: ALL

Resolution

Add CONDITIONAL LINK PROCESS as a successor which will be released when the JOB fails, it then will force complete the JOB:

JOB MYJOB
RUN TODAY
CCCHK RC(1:4095) OK CONTINUE 
RELEASE ADD(PDUMMY3.COMP(A))
ENDJOB

JOB MYJOB.COMP LINK PROCESS CONDITIONAL
RUN TODAY
ESPNOMSG AJ MYJOB COMPLETE APPL($ESPAPPL..$ESPAPGEN)
ENDJOB