Page 1 of 1

Job Sequencer

Posted: Thu Nov 21, 2002 1:16 pm
by vbalacts
Hi,

I have 2 queries regarding job Sequncer in DataStage.

1. How to write a customized Trigger, say for example, it should trigger next job when the job completed successfully or job finished with Warnings.


2. I have 5 jobs say A, B, C, D and E. After the completion of the Job A, the jobs B and C should trigger parallely and the job D should run after the completion of B. The job E should start after the completion of all the 4 jobs. How to set these dependencies thro Job Sequencer without using any program?

THanks,
Bala

Posted: Thu Nov 21, 2002 9:33 pm
by vmcburney
Use the Sequencer stage (the one that looks like an arrow with three dots in it) to either split one path into multiple paths to turn multiple paths back into one path.

-- Job B -- Job D --
/ Job A -- Seq1 --- Job C ------------ Seq2 -- Job E

Make sure the Seq2 has been set to "Wait for All" to ensure it only starts after jobs C and D have finished.

regards
Vincent