function

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
laxmi_etl
Charter Member
Charter Member
Posts: 117
Joined: Thu Sep 28, 2006 9:10 am

function

Post by laxmi_etl »

Hi,

What is the function that we use for converting string to integer.
I don't see that funtion in the transformer

Any help?

Thanks.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I looked in the docs and didn't find a function, either. Odd.

Try AsInteger(StringToDecimal(In.Column))
Post Reply