Page 1 of 1

Is there a "buffer clear" at EOF?

Posted: Tue Aug 16, 2005 11:58 am
by tomengers
Hi Guys ...

I am constructing a little server job which will collect data and not write until a specific row arrives. It's typical control break logic.
Question: when I hit EOF will DataStage write out the unwritten stuff held in Stage Variables (which are mapped to the output link)?

... tom

Posted: Tue Aug 16, 2005 12:05 pm
by Sainath.Srinivasan
You need to identify the row by any method such as row number.

Search the forum for more info.