Page 1 of 1

Log from Sequence using DS commands

Posted: Thu Dec 03, 2009 2:16 am
by Grace J.
Hi All,

If we are calling 3 jobs in a sequence, can we get the start time and end time of all the 3 jobs using DS commands from the sequence??? Please help me...

Posted: Thu Dec 03, 2009 2:27 am
by Sreenivasulu
Use the API help in pdf to get these commands

Regards
Sreeni

Posted: Thu Dec 03, 2009 8:01 am
by chulett
That would be either the DSGet* functions if you want to do this 'in job' or the equivalent options in the dsjob command line utility.

Posted: Thu Dec 03, 2009 2:39 pm
by ray.wurlod
dsjob -jobinfo commands through Execute Command activities will capture the information - you will have to parse it.

Or you could use a routine invoking DSGetJobInfo() calls, invoked via Routine activity.