data issue

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
scorpion
Participant
Posts: 144
Joined: Thu May 12, 2005 4:19 am

data issue

Post by scorpion »

hi,

I have sybase views are as my source database and i am loading in the file in my jobs.

The value for one of the column in sybase view is coming up like exponentials.

i.e. "1.0000000000010001e-006"

but i need this value to be populated as "0.00",instead of exponentials.

can any one direct me in this?

thanks in advance.
Thanx&Regards
scorpion
Maveric
Participant
Posts: 388
Joined: Tue Mar 13, 2007 1:28 am

Post by Maveric »

Looks like your source is floating point decimal data type and target will be decimal. Float to decimal need not be converted explicitly. So a direct mapping should work.
Post Reply