Page 1 of 1

Stage in File Format

Posted: Wed Sep 24, 2008 8:35 am
by yuva010
Hi,

I have following requirement -

[Transaformer Stage] (Read Data) -Link- ["File Stage"] (Stored as well as read from it) -Link- [Transformer Stage]

I am storing and reading data from "File Stage" simultaneously.

Is there any "File Stage" (like Sequential File Stage, Look up file Stage ... etc) where we can give input and take output from it?

we don't want to use temporary table.

Posted: Wed Sep 24, 2008 2:12 pm
by GSIDSXGrp
What about using a Copy Stage to send the data to the Sequential File and to the next Transform Stage?

Posted: Fri Sep 26, 2008 6:57 am
by yuva010
Thanks for the suggetion.
I am working on this, and it should work.

Posted: Fri Sep 26, 2008 3:44 pm
by ray.wurlod
Passive stages that have input and output link (apart from reject handling) are specifically prohibited in parallel jobs.