Reading large strings

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
Neelima_B
Participant
Posts: 2
Joined: Fri May 30, 2008 3:52 am

Reading large strings

Post by Neelima_B »

Hi,

Is it possible to read a string of length - 47489897 in data stage. Currently I need this. I am using DRS stage to read the data.

Please help me regarding this.

Thanks in advance,
Neelima.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That would be a CLOB field which is technically not supported. However, that doesn't necessarily mean it won't work. What have you tried? Perhaps an unbounded LongVarchar would do the trick.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Ankur_KapoorUK
Participant
Posts: 64
Joined: Fri Feb 05, 2010 5:29 am
Location: India, UK

Post by Ankur_KapoorUK »

Try unbounded LongVarchar as suggested by craig, it should work...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Depends on the database and the stage used but the DRS stage seems to work 'more better' for stuff like this from what I've seen.
-craig

"You can never have too many knives" -- Logan Nine Fingers
dsuser_cai
Premium Member
Premium Member
Posts: 151
Joined: Fri Feb 13, 2009 4:19 pm

Post by dsuser_cai »

Did you try LongVarBinary?
Thanks
Karthick
Post Reply