How to identify the Sequence that triggered the job

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
elias.shaik
Participant
Posts: 51
Joined: Sat Dec 09, 2006 3:32 am

How to identify the Sequence that triggered the job

Post by elias.shaik »

Hi all,

We are trying to find a solution to identify the sequence which has triggered/started the parallel job.

Example:

Code: Select all

                        MainSequence
                        |           |           
                     Seq2         Seq3
                      |               |
                Job1.Seq2         Job1.Seq3
From above example, I would like to know if there is any UNIX command to find out the master sequence name (MainSequence) of Job1.Seq2 .

Here Job1 is a multiple instance job.There could be many sequences between MainSequence and Job1.

Thanks in Advance.
------------
Elias
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Look for dsjob -jobinfo

Will leave the rest for you.
Post Reply