Description:
ESP can track history for distributed jobs (jobs run by agents). Some limitations exist when compared to tracking Mainframe Jobs.
Solution:
The tracking is stored the same way as Mainframe jobs. The jobs can be included/excluded from being tracked by use of the TRACKDEF command. This command is used in the Job Tracking Definition Table(CYBESS08). The table is loaded by use of the LOADJTDT command in the init parameters(CYBESS03). The only valid fields for including/excluding distributed jobs are Name, Job, notrack and Model. To include distributed jobs you must use the job name(can be with wild cards). For example:
TRACKDEF JOB NAME(ABC-) MODEL(MODEL1)
This will track all jobs starting with ABC. Remember this will track all jobs including all mainframe jobs starting with ABC.