Page 1 of 1

Help needed

Posted: Fri Dec 04, 2009 12:57 am
by sagar deshmukh
Hi ,

I have a job which has three stages..
The second stage is not a trasformer stage...all i want to achieve is 3rd stage should be triggered only and only when there is one row coming out of second stage.... is there any function to achieve this?
(I am not using any job control or sequencer...)

Thanks
Sagar

Re: Help needed

Posted: Fri Dec 04, 2009 1:16 am
by dsx999
sagar deshmukh wrote:Hi ,

I have a job which has three stages..
The second stage is not a trasformer stage...all i want to achieve is 3rd stage should be triggered only and only when there is one row coming out of second stage.... is there any function to achieve this?
(I am not using any job control or sequencer...)

Thanks
Sagar
There may be...

Posted: Fri Dec 04, 2009 2:55 am
by Sainath.Srinivasan
You can do it in that way.

Posted: Fri Dec 04, 2009 4:07 am
by sagar deshmukh
how? :roll:

Posted: Fri Dec 04, 2009 4:35 am
by dsx999
I have a function or I will write one and give you. But before that tell me how do you want to achieve your objective if I give you that function.



------------------------------------------
If I don't know how to ask a question, then you cannot find anything useful in the thread except "Rolling Eyes and Spinning Heads"...

Posted: Fri Dec 04, 2009 6:19 am
by sagar deshmukh
Well..this was being asked by one of my friend...So i was curious to know..how to achieve this...

Posted: Fri Dec 04, 2009 6:48 am
by ray.wurlod
Please inform your "friend" that that is not the way in which DataStage works. All stages (operators in player processes) are started when the job starts. This allows for immediate pipeline parallelism to occur.