Sequence job

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
krisna
Participant
Posts: 77
Joined: Tue Apr 08, 2008 11:33 pm

Sequence job

Post by krisna »

Hi,

In my master sequence, I have sub sequneces. for example.

master sequence contains -->sub sequence 1
-->sub sequence 2
-->sub sequnece 3

when any of the sub sequence is aborted, the status of the subsequence status in director is aborted, but the master sequence status is 'Finished'.

Triggers iam using are for success 'ok conditional' and fail 'otherwise'.

Thanks in advance
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Your 'otherwise' trigger needs to go to a Terminator stage. Either that or remove it and allow the 'Automatically handle' compiler option to take care of things for you.
-craig

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