ESP History report list number of jobs by application
search cancel

ESP History report list number of jobs by application

book

Article ID: 250338

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

ESP History report is displaying total number of jobs but is not displaying number of jobs per application.

Environment

Release : 12.0

Component : ESP WORKLOAD AUTOMATION

Cause

ESP History reporting job is using REPORT (Job History Report), and TOTAL History Reporting Field is not included.

Resolution

Code APPLREPORT after REPORT command to begin Application history report definition

Use APPLNAME instead of APPLSYS in APPLREPORT definition

Code DISPAY APPLNAME,TOTAL to display Application Name, and count of jobs (workload objects)

Refer example below:

REPORT                                
APPLREPORT                 
CRITERIA APPLNAME EQ 'xxxx', crit1, crit2, crit3
FROM date/time          
DISPLAY APPLNAME,TOTAL     
ENDR        

 

Additional Information

Refer to documentation sections: Create Reports and History Reporting Fields