Is there a "buffer clear" at EOF?

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
tomengers
Participant
Posts: 167
Joined: Tue Nov 19, 2002 12:20 pm
Location: Key West

Is there a "buffer clear" at EOF?

Post 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
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

You need to identify the row by any method such as row number.

Search the forum for more info.
Post Reply