Search found 32 matches

by vgupta88
Sat Feb 13, 2016 12:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting StringToDecimal and back DecimalToString
Replies: 9
Views: 5228

Thanks all for your prompt response. My second issue got resolved. I was using NullToZero(StringToDecimal(INPUT_COL)) which was giving me timezone error. Craig: My bad, I have Unix as my OS. Ray: For your question regarding "why?" - I don't want to complicate my job by introducing two tran...
by vgupta88
Thu Feb 11, 2016 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting StringToDecimal and back DecimalToString
Replies: 9
Views: 5228

Converting StringToDecimal and back DecimalToString

Hi All, Converting StringToDecimal and back DecimalToString in a single transformer stage: I have a job where I need to perform data type conversion in a single transformer stage. I have a Varchar2(25) field which needs to be converted to Decimal (20,1) and then back to Varchar2(25).The challenge ov...