Hi there,
You are basically trying to get a number with a length of 13(Quan13) into a variable which only has space for 3 numbers(DEC3). So basically it is telling you that it wont fit. Regarding a convertion routine it would depend on what conversion you would wont to do to fit it into a field of size 3.
Just incase you ment to put DEC13 then the reason for the error might be down to the number of decimal places.
Add a comment