warings implicit conversion

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
harryhome
Participant
Posts: 112
Joined: Wed Oct 18, 2006 7:10 am

warings implicit conversion

Post by harryhome »

Transformer_4: When checking operator: When binding input interface field "CUST1" to field "CUST1": Implicit conversion from source type "string" to result type "string[40]": Possible truncation of variable length string.

I have char 40 in source and target. source is db2 target in dataset.

need to get rid of this warning
mobashshar
Participant
Posts: 91
Joined: Wed Apr 20, 2005 7:59 pm
Location: U.S.

Post by mobashshar »

Have you checked the Unicode in your source/target link?
harryhome
Participant
Posts: 112
Joined: Wed Oct 18, 2006 7:10 am

Post by harryhome »

mobashshar wrote:Have you checked the Unicode in your source/target link?
no , unicode is not checked

job is

db2--> pivot-->rmdup-->xmer--> dataset
veera24
Premium Member
Premium Member
Posts: 150
Joined: Thu Feb 07, 2008 9:37 pm
Location: NewYork

Post by veera24 »

verify the table definition in DB2 for your field...
Thanks in advance...
veera...
Post Reply