Scheduling the dependant jobs from different projects

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
vinodsri22
Participant
Posts: 1
Joined: Wed Jul 20, 2011 12:49 pm

Scheduling the dependant jobs from different projects

Post by vinodsri22 »

Hi All,

We have developed two ETL processes A & B and now planning to schedule them. One ETL process is dependant on the other and they reside in two different projects. I have to schedule them such a way that process B should start only after Process A has finished. If both of them co-exist in the same project, we can put them in a single sequence and shcedule the sequence. But, if the dependant jobs are located in different projects, then I have no clue how to schedule them to run one after the other.

Can you please suggest me any solution for this? Your feedback is greatly appreciated.

thanks

Vinod
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

One way is to execute the remote job via the dsjob command in an Execute Command activity in your sequence.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

... make sure you use one of the wait options, "-jobstatus" would be preferred here in my humble opinion.
-craig

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