Finding the list of jobs in a sequence

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
shankar_ramanath
Premium Member
Premium Member
Posts: 67
Joined: Thu Aug 09, 2007 7:51 pm

Finding the list of jobs in a sequence

Post by shankar_ramanath »

Hi,

I would like to get the list of all parallel jobs in a job sequence. Is there a programmatic way of achieving this objective?

Thanks,
Akumar1
Participant
Posts: 48
Joined: Tue May 22, 2007 3:38 am
Location: bangalore
Contact:

Re: Finding the list of jobs in a sequence

Post by Akumar1 »

shankar_ramanath wrote:Hi,

I would like to get the list of all parallel jobs in a job sequence. Is there a programmatic way of achieving this objective?

Thanks,

Try Usages analysis
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

An Advanced Search for dependencies is one way.

It can also be done programmatically.

But the question that needs to be answered first is whether you want the jobs that are designed into the sequence, or the jobs that are actually executed.

Search DSXchange to find examples of each.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
shankar_ramanath
Premium Member
Premium Member
Posts: 67
Joined: Thu Aug 09, 2007 7:51 pm

Post by shankar_ramanath »

Thanks Ray. The link below was quite useful.

http://dsxchange.com/viewtopic.php?t=11 ... 79294e3279
Post Reply