is it possible in DATASTAGE??

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
arnie_nits
Participant
Posts: 101
Joined: Mon Aug 13, 2007 2:32 am

is it possible in DATASTAGE??

Post by arnie_nits »

Hi,

My source table has a varchar field. And it propagates either alphabatic or numeric value in it (like 'ABG' and '123').
Now in the transformer stage I have to check whether it is alphabatic or numeric ...i.e 'asd' or '412'......

Is it possible in datastage.....Kindly let me know...

regards
Arnie.
bikan
Premium Member
Premium Member
Posts: 128
Joined: Thu Jun 08, 2006 5:27 am

Post by bikan »

Yes.

Use the string functions Alpha and Num in the transformer.
arnie_nits
Participant
Posts: 101
Joined: Mon Aug 13, 2007 2:32 am

Post by arnie_nits »

got it....thank you very much ........
Post Reply