|
> I have a series of tabulates that I would like to output to an excel
> spreadsheet for a research consultant who doesn't have SAS
a) DDE (filename x dde 'EXCEL|Table1!Column3')
b) CSV-format with proc export data=work.x outfile='x.csv' replace;
run;
c) sas/access to excel
Easiest should be b) for you.
Jens
|