parallel row splitter

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
iskapalli
Participant
Posts: 76
Joined: Wed Jul 25, 2007 12:36 am

parallel row splitter

Post by iskapalli »

is there any row splitter stage in parallel jobs 8.1 like server?
laknar
Participant
Posts: 162
Joined: Thu Apr 26, 2007 5:59 am
Location: Chennai

Post by laknar »

Yes it is.

Use Switch Stage or Filter Stage or Transformer Stage
Regards
LakNar
iskapalli
Participant
Posts: 76
Joined: Wed Jul 25, 2007 12:36 am

Post by iskapalli »

thanks lakner. I want to explain briefly my job design.

MQconnecterstage-> xml transfomer(XSLT)-> row splitter (server)-> teradata
example :
if source is haveing 3 messages after the XSLT we are getting three messages as one line. Because of this I used in row splitter stage (server).
it is doing correctly. Because of this we are faceing some problems.
Please let me know can we use any other stage instead of row splitter.
Please let me know if you need any details.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Transformer stage.

If the elements are of fixed size you can also use Modify stage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
laknar
Participant
Posts: 162
Joined: Thu Apr 26, 2007 5:59 am
Location: Chennai

Post by laknar »

If the Output is single row.Use Pivot Stage to split single Row into Multiple rows
Regards
LakNar
iskapalli
Participant
Posts: 76
Joined: Wed Jul 25, 2007 12:36 am

Post by iskapalli »

ray,the elements are not fixed size . Please sugget me
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Don't try to find a solution using Modify stage. Use Transformer stage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
rameshrr3
Premium Member
Premium Member
Posts: 609
Joined: Mon May 10, 2004 3:32 am
Location: BRENTWOOD, TN

Post by rameshrr3 »

Well , split the messages using Transformer stage - with field function or any other logical way of splitting, also propagate key columns to the output and combine using Funnel stage - assuiming all output links have same number of columns...
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Sounds like you might just be doing an alternate assignment of metadata....consider using ColumnImport.....

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply