View previous topic :: View next topic
|
Author |
Message |
vijayakumar.yellala
New User
Joined: 19 Apr 2006 Posts: 63 Location: Chennai
|
|
|
|
Hi,
In my program we are inserting data to the new table, but while execute the program, job is abending with sql code : -311.
I have checked all the host filed lengths are greater than the source fields
Regards
Vjay |
|
Back to top |
|
|
dbzTHEdinosauer
Global Moderator
Joined: 20 Oct 2006 Posts: 6966 Location: porcelain throne
|
|
|
|
the error message provides a position number of the host field causing the error.
suggest you read the explaination for a -311 again,
since you apparently did not understand the explanation.
hint:
Quote: |
I have checked all the host filed lengths are greater than the source fields |
considering the explanation provided in the manual,
this is an idiotic comment to make.
beside, what 'source fields' are you talking about? DB2 columns? |
|
Back to top |
|
|
GuyC
Senior Member
Joined: 11 Aug 2009 Posts: 1281 Location: Belgium
|
|
|
|
if we're talking char() or varchar() a common cause is the confusion between UNICODE and EBCDIC |
|
Back to top |
|
|
|