Hi.
I searched most of the URL about my error, but I didn't find what I expected.
I am using AIX Ksh to write a script to export data from table, while exporting I get error like
SQL3100W Column number "1" (identified as "1") in the output DEL format file
is longer than 254 bytes.
In my SQL file, I used || (concatination for many columns, it might go beyond 254 also)...
I need only in DEL format, if I go for IXF format then whether this is readble by Notepad or any other tool.
Whether such error can be avoided or this is a serious error....
Inspite of either above two, how can I avoid it ?
And also I used function to truncate i.e. cast sme columns, I get the following error too...
SQL3015N An SQL error "445" occurred during processing.
SQL0445W Value "-000000877.00" has been truncated. SQLSTATE=01004
Kindly tell me whether all can be avoided ?
Thanks,
Shahnaz.