Decimal field with scale zero

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
swathi Singamareddygari
Participant
Posts: 48
Joined: Fri Feb 29, 2008 1:09 am
Location: Bangalore

Decimal field with scale zero

Post by swathi Singamareddygari »

Hi all,

I am facing a problem with the decimal field having scale zero

I am fetching the demial[15,0] field from db2 database using
ODBC stage.

when i am doing this one i got the warning as

"TBL_SRV_REQ_CI: When checking operator: When binding output interface field "PRSN_ID_MEM" to field "PRSN_ID_MEM": Implicit conversion from source type "int64" to result type "decimal[15,0]": Possible range limitation."


can any one know please help me

Thanks for your help

Regards

Swathi s
Thanks&Regards
S.Swathi
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

An exact search for Implicit conversion from source type "int64" found 18 other posts on this subject, see if any of them help.
-craig

"You can never have too many knives" -- Logan Nine Fingers
dsuser_cai
Premium Member
Premium Member
Posts: 151
Joined: Fri Feb 13, 2009 4:19 pm

Post by dsuser_cai »

try to change the data type to double (leave the length empty), check the edit column meta data
Thanks
Karthick
Post Reply