ESP Workload Automation

 View Only

 Job Status in ESP Workload Automation

Ray Cooke's profile image
Ray Cooke posted Oct 04, 2024 09:46 AM

We are trying to send a notification out when the Job Status is Bypassed. The job is set as request in the appl and display below shows status in ESP. Is there a way to issue a notify for this situation.

ESPP Consolidated Status: View EXT      -----------------------------------------
COMMAND ===>                                                                     
                                                                                 
Job Name Job Qual ApplName AvgRT Gen#  P Node        CCode  Job Status              
XXXXXXXX              XXXXXXXX         -       28 COMPLETE           -   BYPASSED                

Lucy Zhang's profile image
Broadcom Employee Lucy Zhang

Hi Ray,

As you may already found out, there is no related option on ESP NOTIFY statement.

As an alternative, you may monitor the related ESP messages below:
ESP6614I APPLMGR: APPL NOTIFY.2 JOB CYBLZ.SECOND BYPASSED BY USERX
ESP6644I APPLMGR: APPL NOTIFY.2 JOB CYBLZ.SECOND BYPASSED

They show in ESP auditlog, and you can define the proper SELECT in ESPLOG, like:

SELECT MSGID(6614,6644)

So that the messages above will show in ESPJESMSGLG and MVS console, then you can detect them thru console tools, like OPS/VS. 

See more about this feature on the doc link below:

https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-workload-automation-esp-edition/12-0/reference/initialization-parameters/select-select-audit-log-messages-to-copy-to-the-jes-job-log.html

Hope this helps,

Lucy