Error in Modify stage

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
arunkumar1111
Participant
Posts: 19
Joined: Sun Jun 29, 2008 10:19 pm

Error in Modify stage

Post by arunkumar1111 »

Hi

I use modify stage is used to convert a string to decimal and created a data set. When this data set is used as look up I'm getting the following warning

"When checking operator: When binding output schema variable "outRec": When binding output interface field "Col1" to field "Col1": Implicit conversion from source type "string[max@]" to result type "int64": Converting string to number"


when i use transfromer there are no errors.

Why there are warnings when modify stage is used ?

can any one explain


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

Post by ray.wurlod »

What is "max@"? What is the input data type?

Add an extra specification to the Modify stage containing just the single word NOWARN.
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