Job dependency list

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ratikmishra1
Charter Member
Charter Member
Posts: 42
Joined: Wed Aug 18, 2004 2:49 pm

Job dependency list

Post by ratikmishra1 »

I mostly use Batch wrapper for job sequencing. Given a batch name, is there a way to know the list of jobs that got executed from the batch.

Like some system table or some system call.

Note: I'd not like to scan the source for DSRunJob etc. Nor I'd like to convert to a JobSequencer.

Will appreciate your inputs.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

When you use job add then the jobs in the dependecy list on the job properties.
Mamu Kim
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If you create your batch as a job sequence the job names are automatically stored on the Dependencies tab of job properties. I don't know whether this is also automatic for batches (created in Director) but, if not, follow Kim's suggestion and record them there.
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