Nested activity clarification

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
vamsi_4a6
Participant
Posts: 95
Joined: Wed Jun 04, 2014 12:06 am

Nested activity clarification

Post by vamsi_4a6 »

I have condition1,condition2,condition3.I need to trigger job1 depends upon condition1.similarly condition2 for Job2,condition3 for Job3.When all the conditions1 to conditions3 are not satisfied I need to trigger Job4.
How to develop this job in job sequence?
I used Nested activity but not sure what condition I need to mention for Job4?
FranklinE
Premium Member
Premium Member
Posts: 739
Joined: Tue Nov 25, 2008 2:19 pm
Location: Malvern, PA

Post by FranklinE »

The stage will have four outgoing links, three for your custom conditions, and the fourth for "otherwise".

Word of caution: the three will need to be very specific in what they cover. It can behave very much like a nested If statement, and the danger of negative logic is there as well.
Franklin Evans
"Shared pain is lessened, shared joy increased. Thus do we refute entropy." -- Spider Robinson

Using mainframe data FAQ: viewtopic.php?t=143596 Using CFF FAQ: viewtopic.php?t=157872
Post Reply