Page 1 of 1

Audit datastage job run

Posted: Thu Jun 07, 2012 4:22 am
by egsalayon
How can I audit datastage job run? Who executed the job, start time, end_time?

Many thanks,
eric

Posted: Thu Jun 07, 2012 7:19 am
by vamsi.4a6
I am not sure how to get Who executed the job and end_time but start time can be found in below manner

1)Get list of Jobs in a project by using dsjob command

2)For each Job run the below command

dsjob -jobinfo <project> <job>