ESP Workload Automation

  • 1.  The USE command (or ESPCTR)

    Posted May 20, 2015 03:23 PM

    Is anyone using the "USE" command or ESPCTR operator command to track the number of applications and jobs submitted by ESP every day? Is there a way to issue this command in a batch job? We want to be able to graph the number of jobs submitted by ESP in a management report. Any and all help is appreciated!



  • 2.  Re: The USE command (or ESPCTR)
    Best Answer

    Broadcom Employee
    Posted May 21, 2015 09:47 AM

    Yes, you can code "OPER ESPCTR" in ESP batch JOB, like:

     

    //ESPBATC2 JOB  

     

    //STEPLIB DD DSN=prefix.CD7YLOAD,DISP=SHR    

     

    //SYSPRINT DD SYSOUT=*                                 

     

    //SYSIN  DD *                                          

     

    OPER ESPCTR                                            

      //

     

    Lucy



  • 3.  Re: The USE command (or ESPCTR)

    Posted May 21, 2015 10:49 AM

    Hi,

     

    Is the OPER ESPCTR only available with CA DOCS?

     

    Thank you

    Diane



  • 4.  Re: The USE command (or ESPCTR)

    Broadcom Employee
    Posted May 21, 2015 10:55 AM

    Hi Diane,

     

    This is for CA Workload Automation ESP Edition (formerly called ESP) running on mainframe. It's not related to CA DOCS.

     

    Thanks,

     

    Lucy



  • 5.  Re: The USE command (or ESPCTR)

    Posted May 21, 2015 11:00 AM

    Thank you, I too will give it a try.

     




  • 6.  Re: The USE command (or ESPCTR)

    Broadcom Employee
    Posted May 21, 2015 11:45 AM

    You are welcome, Diane.