Date: Sun, 27 Feb 2000 16:05:43 GMT
Reply-To: Jens <jms%email.de%email.de%email.de@BROMO.EMAIL.CH>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jens <jms%email.de%email.de%email.de@BROMO.EMAIL.CH>
Organization: JMS Consulting
Subject: Re: sas tabulate output to excel
Content-Type: text/plain; charset="iso-8859-1"
> 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
|