Page 1 of 1

job creation date

Posted: Wed Dec 03, 2008 3:02 am
by fareeda_b
Hi All,

I want to see the job creation date. How can I see it? Is there any command for that?



thanks
fareeda

Posted: Wed Dec 03, 2008 3:30 am
by srinivas.g
In Transformer ---> DSmacro --> DSJobStartDate

Posted: Wed Dec 03, 2008 5:16 am
by ray.wurlod
No, that's when the job most recently started. You get the creation date from the DS_AUDIT table.

Code: Select all

SELECT DTC, CREATOR FROM DS_AUDIT WHERE CLASS = '2' AND INSTANCE = '<<Job Name>>';