How to skip a job in the sequence

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
pradkumar
Charter Member
Charter Member
Posts: 393
Joined: Wed Oct 18, 2006 1:09 pm

How to skip a job in the sequence

Post by pradkumar »

Hi,
My sequence job looks like J1-->J2-->J3-->J4. I have requirement to skip J1 if we are doing huge load, but we still need it in the job. we are executing all the sequences through the shell script.

Could any one suggest the ways to skip the job J1 based on an parameters to the seq??

Thanks in Advance
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Code: Select all

Nested
Condition ---->  J1  
    |            |
    |            V
    +---------> Any ---->  J2  ---->  J3 ...
             Sequencer
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