Archives of the TeradataForum
Message Posted: Wed, 07 Oct 2015 @ 13:35:27 GMT
Subj: | | Re: RDBMS Error code 6706 |
|
From: | | Geoffrey Rommel |
Fred's comments are correct, but a little more information about the input would be helpful.
x'32' in EBCDIC is SYN (synchronize), which corresponds to ASCII x'16'. This should load without any trouble. Why do you suspect this
particular byte?
Is this byte appearing in a packed-decimal field? If so, the packed-decimal should be defined as such -- or you could convert the numbers to
character strings.
|