Didn't realize I had the wrong data type definition in my stage variable in the transform. Once it was changed to the correct precision, the value was passing through correctly.
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 ...