Page 1 of 1

How to skip a job in the sequence

Posted: Mon Dec 14, 2009 7:37 pm
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

Posted: Mon Dec 14, 2009 8:05 pm
by ray.wurlod

Code: Select all

Nested
Condition ---->  J1  
    |            |
    |            V
    +---------> Any ---->  J2  ---->  J3 ...
             Sequencer