Search found 17 matches

by Jdrost
Thu Aug 24, 2006 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to obtain the starttimestamp of the parent-sequencer
Replies: 15
Views: 8424

What do you mean by '..., then open up that job and issue the call again.'? DSGetJobInfo(jobhandle, DSJ.JOBCONTROLLER) returns a string of the parent-job. How do I vovert this string into a jobhandle? Below the code I wrote based on your remarks: JobHandle = CurrentJob Loop ParentJob = DSGetJobInfo(...
by Jdrost
Thu Aug 24, 2006 3:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to obtain the starttimestamp of the parent-sequencer
Replies: 15
Views: 8424

How to obtain the starttimestamp of the parent-sequencer

Hello, I have several DS-server-jobs grouped into several sequence-jobs. These sequence-jobs are also combined into other sequence-jobs. This hierarchy is 4 levels. I want to obtain the start-timestamp of the 'highest' sequence-job in the DS-jobs on the lowest level. Can someone tell me how to do th...