control the Execution flow

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
nagarjuna900
Participant
Posts: 35
Joined: Mon Dec 29, 2008 2:22 am
Location: chennai

control the Execution flow

Post by nagarjuna900 »

Hi,

I have two job flows ( One flow for inserting the table, second job for updating the table) in single workspace window in designer.

I need to run the first the first job ( for insert) and Update flow ( for update).

How to fix it.

Many thanks,
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

I assume by 'single workspace' you mean same job. Also am assuming that it is quite complex to redesign from scratch.

Easiest way will be to copy-and-paste them into two separate jobs.

Alternatively you can insert a dependancy by inserting a dummy lookup of data from input stream in the update stream which will cause a delay of the update stream.
Post Reply