How to append the values

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
bollinenik
Participant
Posts: 111
Joined: Thu Jun 01, 2006 5:12 am
Location: Detroit

How to append the values

Post by bollinenik »

Hi,

In oracle we can append the values by using of "||" symbol ,is there any function in DS how we can append the values insted of overwriteing,
Actually i am appending the values in target oracle stage by using user defined query,but now my requirement is changed i need to append source values and overwrite the same values in target So, that same append needs to be implement in datatsge it self any body has idea..pls tell me

thanks in advance
kOTI,
1586-738-7785
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

As far as I understant you need, once the data been extracted, concatinate ':' in datastage.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Kirtikumar
Participant
Posts: 437
Joined: Fri Oct 15, 2004 6:13 am
Location: Pune, India

Post by Kirtikumar »

To use this oprator you will have to use the transformer stage.
Regards,
S. Kirtikumar.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Or you can use the Oracle concatenate operator if you use user-defined SQL.
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