Stage in File Format

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
yuva010
Participant
Posts: 36
Joined: Thu Apr 24, 2008 7:12 pm

Stage in File Format

Post 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.
Thanks,
Yuva.
GSIDSXGrp
Premium Member
Premium Member
Posts: 19
Joined: Tue Jul 31, 2007 2:25 pm

Post by GSIDSXGrp »

What about using a Copy Stage to send the data to the Sequential File and to the next Transform Stage?
yuva010
Participant
Posts: 36
Joined: Thu Apr 24, 2008 7:12 pm

Post by yuva010 »

Thanks for the suggetion.
I am working on this, and it should work.
Thanks,
Yuva.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Passive stages that have input and output link (apart from reject handling) are specifically prohibited in parallel jobs.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply