sequencer job skip

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
just4u_sharath
Premium Member
Premium Member
Posts: 236
Joined: Sun Apr 01, 2007 7:41 am
Location: Michigan

sequencer job skip

Post by just4u_sharath »

I have a strange problem (i guess). In my sequencer i have 10 activities.
Is there any way i can run only 6 activities and skip the other 4. Or i can run any 7 activites and skip the remaining. i dont want to run all the activities in sequencer. for some parameters some activites should run and for some other activities other activites should run. we cannot split the sequencer into two and run individually. Can anybody please help me with this
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sounds like you'll need to add conditional branching into your Sequence job. You can use the Nested Condition stage or simple triggers to 'branch' streams around jobs if you need to, and Sequencer stages set to 'Any' to join the streams back together again.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply