Log from Sequence using DS commands

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Grace J.
Participant
Posts: 22
Joined: Mon Nov 03, 2008 5:34 am

Log from Sequence using DS commands

Post 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...
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

Use the API help in pdf to get these commands

Regards
Sreeni
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply