Search found 5 matches

by cspeter8
Thu Nov 03, 2005 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating multiple output record layouts based on rec type
Replies: 15
Views: 10626

Kenneth, Five containers suggests to me 5 passes through the data. This doesn't seem very efficient. For sake of discussion, if efficiency did not matter, then why not just grep the data for the specific record-type in each of 5 sequential stages? Where's the benefit of using containers? Can you ela...
by cspeter8
Wed Nov 02, 2005 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating multiple output record layouts based on rec type
Replies: 15
Views: 10626

Looking into containers, it looks like they all require one input link and one output link only for the container's interface to the outside.

This doesn't seem workable - I need 5 output links on my container. Am I missing something in your suggestion?

Thanks
by cspeter8
Wed Nov 02, 2005 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating multiple output record layouts based on rec type
Replies: 15
Views: 10626

I've never used containers, but could give it a try to see if I can make it work that way. This option sounds better than creating a seperate server job to do the preliminary processing - I'd like to avoid landing the files unnecessarily.
by cspeter8
Wed Nov 02, 2005 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File Stage in PX vs. DS Server
Replies: 2
Views: 1527

You're right - the first post was from my co-worker, who was trying to help me out. I should have put my rephrasing of the problem into the same topic - sorry.
by cspeter8
Wed Nov 02, 2005 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating multiple output record layouts based on rec type
Replies: 15
Views: 10626

creating multiple output record layouts based on rec type

I have a large input file containing multple record types. Each record type has a different record layout. Is there a way to make one read-pass through the input file, and for each record-type encountered, select a specific output link, with a record layout correct for that record-type? I am trying ...