ESP Workload Automation

  • 1.  ESP job log via Email

    Posted Mar 07, 2019 09:24 PM

    One of our client like to see ESP job log with ABEND/failure notification email; we are using NOTIFY FAILURE MAILBOX(xyz) to send ABEND/failure notification.

      is there any code we can use to send auto email with ESP job log.

     

     

     Thanks



  • 2.  Re: ESP job log via Email

    Posted Mar 08, 2019 08:56 AM

    ARZ,

     

    They are going to move this thread over to the Mainframe Workload Automation Community, but before they do. . .  It seems to me that the email notification functions are rather limited.  Therefore, you may consider using a scripting language to do this.  Once you have done that, you can 'grab' the spool file output in several different ways, including the use of WOBSF (via esplmi) or just grabbing the file from the agent folder.  Once you have done that, you can use that script in a regular batch job (distributed of course), put in in an application and give it an event;  and then notify that event on completion.

     

    <JC>