Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

modified by doubledel

Status
Not open for further replies.

troyu

Programmer
Nov 21, 2000
185
CA
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.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top