warning on the decimal values

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
ravi_etl
Participant
Posts: 9
Joined: Tue Jul 15, 2008 10:11 pm

warning on the decimal values

Post by ravi_etl »

Hi All,

when I run the ETL I am getting the below warning. Can anybody help me
why am I getting this warning.


APT_CombinedOperatorController(1),0: APT_Decimal::operator=: Source decimal has even precision, but non-zero in leading nybble, or is too large for destination decimal



Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

First, disable operator combination so you can learn where this is happening.

Then try to diagnose which decimal field is giving the problem - your metadata don't match what's out there.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply