I wanted to add that the program will export to csv or text also.
Ron,
To export ASCII comma delimited, minimal quoting (CSV):
GATEWAY EXPORT CSV filename.csv SELECT * FROM tablename
To export ASCII tab delimited, guess numeric values (TXT):
GATEWAY EXPORT TXT filename.txt SELECT * FROM tablename
Enjoy and make sure to have fun!
Very Best R:egards,
Razzak.

