Duplicate ESP1195W for the same jobname found in the ESP started task log:
16.00.04 STC02115 *ESP1195W Job MYJOB(JOB12754) FAILED, CMPC=CCFAIL AT 16.00.04 ON 10 MAY 2020, APPL MYAPPL.4958
16.00.04 STC02115 *ESP1195W Job MYJOB(JOB12754) FAILED, CMPC=CCFAIL AT 16.00.04 ON 10 MAY 2020, APPL MYAPPL.4958
Release : 12.0
Component : ESP WORKLOAD AUTOMATION
The application INVOKEs a proc twice, and the proc contains the following statement:
NOTIFY ABEND FAILURE ROUTE(1) DESC(2)
As the result, the NOTIFY statement is processed twice. The solution is to remove the second INVOKE statement.