sequence

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
kishoreramachandran
Participant
Posts: 88
Joined: Tue Nov 28, 2006 9:33 pm

sequence

Post by kishoreramachandran »

I have to run 2 jobs parallely and if both of them are ok I need to do the 3rd job, how can i design it and how do i check the status of the first 2 jobs.
this is on windows.Everthing has to be scheduled to run.
JoshGeorge
Participant
Posts: 612
Joined: Thu May 03, 2007 4:59 am
Location: Melbourne

Post by JoshGeorge »

You might want to do this in a Sequence job. Give output link from both jobs with 'OK' trigger (If you want to go forward for 'Finished with warning' you have to add those triggers also) to a sequencer stage with 'ALL' mode.
Joshy George
<a href="http://www.linkedin.com/in/joshygeorge1" ><img src="http://www.linkedin.com/img/webpromo/bt ... _80x15.gif" width="80" height="15" border="0"></a>
Post Reply