Hello,
I am trying to export to a fixed length data file. I have the following statement:
EXPORT TO /path/file.del OF DEL
MODIFIED BY NODOUBLEDEL
MESSAGES /path/messages.msg
SELECT STATEMENT;
The problem is I have receiving the error message within the message file: "There is a character string delimiter in column "1" in row "x""
x = each row number that has a " within it.
I am trying to export to a fixed length data file. I have the following statement:
EXPORT TO /path/file.del OF DEL
MODIFIED BY NODOUBLEDEL
MESSAGES /path/messages.msg
SELECT STATEMENT;
The problem is I have receiving the error message within the message file: "There is a character string delimiter in column "1" in row "x""
x = each row number that has a " within it.