Damon:  In 6.5++ Windows you can use the Gateway command in program code, but 
not in DOS.    What you can do in windows is something like this:

output c:\temp.csv
unload data for tablename as ascii
output screen

The .csv file can then be brought up in Excel.   Since Excel expects a 
double-quote you will have to change your setting if it's a single-quote

Karen

 
> In 6.5++ is there a means of programmatically exporting a table to a CSV or 
> XLS?  I see I can to it through the GUI, but would like to make that part of 
> a sproc.
> 
>   
> 
> 
> 

Reply via email to