Hi,
I use the following code in UNIX to execute delimited flat file
Code:
db2 -x "load from 'abc' of del modified by coldel~ replace into a.emp" > a.log
if any error happens i.e. data field size is less and is not able to store value from flat file or any other database related error it logs error like
Code:
SQL3107W There is at least one warning message in the message file.
How can I find out exact error occured while loading?
Thanks.