hi experts
i have an reqirement of tracking the sceduled jobs in a year. (say from jan. to dec.)
those jobs are classified as follows.
1) total jobs
a) adhoc - run immediately without a schediled tile.
b) scheduled - scheduled for a single time and only once.
c) recursive - scheduled on a daily , weekly or monthly basis for more than once.
d) dependent - job dependent on previous job and which run after the completion of the predecessor job.
2) successful jobs
a) adhoc
b) scheduled
c) recursive
d) dependent
3) aborted or cancelled jobs
a) adhoc
b) scheduled
c) recursive
d) dependent
so please kindly inform the relevant tables and fields for the above.