error datatype:floating point decimal

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
lory
Participant
Posts: 21
Joined: Tue Apr 13, 2004 9:05 am

error datatype:floating point decimal

Post by lory »

What does mean the following warning:
[i]input1.DSLink43:
When checking operator: Column num_dw floating point decimal
not fully supported. Adjusting scale??[/i]
In Input the field extracted from oracle is a decimal field (num_dwh) without scale!

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

Post by ray.wurlod »

It's just a warning. DataStage expects Decimal data types to have a scale (otherwise it expects Float). So a warning is logged informing you that the "scale" in the metadata is being adjusted, presumably from unknown to 0.
Why a warning and not an informational message? Because it's an unusual event. This is the DataStage philosophy for logging; only usual, or normal, events are logged as informational messages.
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