Job Sequencer

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
vbalacts
Participant
Posts: 31
Joined: Wed Jan 08, 2003 7:30 pm

Job Sequencer

Post 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
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post 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
Post Reply