Function alpha and Alnum

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
Javieregh
Participant
Posts: 25
Joined: Mon Apr 16, 2007 10:35 am
Location: JavierGH

Function alpha and Alnum

Post by Javieregh »

Hi All,

I need any functions or suggestions to implement the AlNum and Alpha operator in datastage.

Eg. if Alpha(table.column) = 1 then 0 else 1 or if AlNum(table.column) then 0 else 1

I need return when the column is invalid Alpha and also Alnum.

Any inputs most appreciated.

Regards,
Xavi
Consultant in DTS
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Have you not been through the functions listed in the documentation, either in the online help or in the suppiled pdfs? In addition to the ones you've been asking about, there is an IsValid function you should check out as well.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Alpha(), AlNum() and Num() all exist.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Exactly, which a quick check of the documentation would easily reveal.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply