For 6.5, all you can do is output to a .csv file, which will open in Excel. You would do something like this:
SET QUOTES=" OUTPUT test.csv WRITE "Column 1Name, Column 2Name, Column 3Name" UNLOAD DATA FOR table AS ASCII USING column1, column2, column3 OUTPUT SCREEN Karen > At the moment we’re on 6.5. That’s going to change, but for now… > > > > >

