I am trying to export a DEL file from a 8.2 database via a perl script using the export command
when I issue the below code for nochardel I get an error, I can issue a chardelx fine but it only errors when I try to use nochardel which is of course what I need?
command: db2 \"export to test.txt of del modified by nochardel select *
from table \";
The error is:
SQL3016N An unexpected keyword "nochardel" was found in the filetmod
parameter for the filetype.