Multiple checkpoints in Job sequencers

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
ameyvaidya
Charter Member
Charter Member
Posts: 166
Joined: Wed Mar 16, 2005 6:52 am
Location: Mumbai, India

Post by ameyvaidya »

I havent tried it out but this should work;

Create 3 sequences:

Main Sequence :
SeqA->SeqB

SeqA:
A1->A
A1.Do not CheckPoint run= true

SeqB:
B1->B
B1.Do not CheckPoint run= true

IHTH
Amey Vaidya<i>
I am rarely happier than when spending an entire day programming my computer to perform automatically a task that it would otherwise take me a good ten seconds to do by hand.</i>
<i>- Douglas Adams</i>
Chaitanya
Participant
Posts: 2
Joined: Mon Dec 12, 2005 6:26 am

Post by Chaitanya »

Having a sequencer in a sequencer works. I have already tried that out. but isn't there a simpler solution (one that involves a single sequencer)?
Chaitanya
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Not if you have "do not checkpoint run" set for A1. You're asking to have your cake and eat it too.
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