Search found 10 matches

by kagnihotri
Tue Feb 19, 2013 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Places getting truncated while moving data
Replies: 19
Views: 6519

HI Eric, Thanks for reply!! The source and target tables are oracle tables. The The source and target column datatypes unbound NUMBER. My number qualifies to fit in NUMBER datatype. There is NO truncate happening. Its the proper ROUND OFF happening which actually getting source number(decimal or non...
by kagnihotri
Mon Feb 18, 2013 7:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Places getting truncated while moving data
Replies: 19
Views: 6519

Hi Craig and Eric, The following are the values set at my projetc level: APT_DECIMAL_INTERM_PRECISION =38 which is default value and APT_DECIMAL_INTERM_SCALE =10 which is default value. I also tries using them at job level but it didn't work. (I used them from parameter box) I have a special req. fo...
by kagnihotri
Mon Feb 18, 2013 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Places getting truncated while moving data
Replies: 19
Views: 6519

Hi Crag ....Is is EXACTNUMERIC in uvconfig?
by kagnihotri
Mon Feb 18, 2013 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Places getting truncated while moving data
Replies: 19
Views: 6519

I havent set any scale or precision... But what i found is that even if the source number is having more than 15 digits before decimal and any number of digit after decimal, the target is having total of 15 digits(with or without precison,, Could you please let me know how to set scale or precision ...
by kagnihotri
Sun Feb 17, 2013 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Places getting truncated while moving data
Replies: 19
Views: 6519

HI Craig, I checked and found that the issue is with the precision. When I increased the precision of source number to more then 15 digits, the target number is getting round off. Could you please help?
by kagnihotri
Sun Feb 17, 2013 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Places getting truncated while moving data
Replies: 19
Views: 6519

Hi Craig,

yes its NUMBER only...NO precision on both sides.
by kagnihotri
Sun Feb 17, 2013 12:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Places getting truncated while moving data
Replies: 19
Views: 6519

Oracle NUMBER datatype can store a decimal number. The source is NUMBER datatype and target is also NUMBER datatype. The source value is 11111111111.489001 and in target i am getting 11111111111.489. I am using runtime column prapogation. Please let me know if I misunderstood your qestion or if you ...
by kagnihotri
Sat Feb 16, 2013 6:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Places getting truncated while moving data
Replies: 19
Views: 6519

Thanks Craig...The source and target tables are oracle tables. Oracle Version is 11.1.0.7. The column data type is number in source and target.
by kagnihotri
Sat Feb 16, 2013 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Places getting truncated while moving data
Replies: 19
Views: 6519

Decimal Places getting truncated while moving data

Hi I am new to data stage and i am also facing the issue.
We are using datastage runtime column prapogation for a table. The source value is 11111111111.489001 and in target getting 11111111111.489.
Decimal Places getting truncated while moving data
Could anybody pls help?

thanks