How to funnel sequential files?

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
Karine
Participant
Posts: 37
Joined: Sun Feb 18, 2007 3:33 am

How to funnel sequential files?

Post by Karine »

I have the following scenario. Seq file A is transformed by B and some records are passed to the next transformer stage c while others are constrained and written to seq file E.
Similarly some records and constrained by transformer c and written to seq file F.

seq A
|
V
transformer B ______ seq E
|
V
transformer C _______ seq F
|
V
enterprise D

Seq E and Seq F has the same format. I would like to funnel seq E and seq F via a Funnel stage into a combined seq file, but don't seem to be able to do so. Datastage would only treat link out of seq E and F as reject links, which is not what I want.
How can I achieve what I want to do or is it not possible. Any suggestions will be gratefully received.
I don't want it to be done in a job sequence.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Make the links from Transformers B C go to a funnel stage and then output straight to F
Karine
Participant
Posts: 37
Joined: Sun Feb 18, 2007 3:33 am

Post by Karine »

Thank you. That's exactly what I want.
Post Reply