Search found 2 matches

by Test1973
Thu Feb 02, 2012 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NEG function automatically rounding decimals
Replies: 1
Views: 967

My bad - total NOOB here.

Didn't realize I had the wrong data type definition in my stage variable in the transform. :oops: Once it was changed to the correct precision, the value was passing through correctly.

Thanks!
by Test1973
Thu Feb 02, 2012 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NEG function automatically rounding decimals
Replies: 1
Views: 967

NEG function automatically rounding decimals

Hi, New to DataStage and trying to understand why my numeric value of 4321.12345 is automatically rounded up to two decimal points when I have the following derivation defined in my transform NEG(DSLink1.DECIMAL_NUMBDER[1,21]) will return -4321.12 but I need -4321.12345 to be displayed. If I remove ...