Date: Fri, 26 Jul 2002 16:25:04 -0400
Reply-To: "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Subject: Re: Write Proc Freq Result to a flatfile
Content-Type: text/plain; charset="iso-8859-1"
From: Lu Liu [mailto:Lu.Liu@TALBOTS.COM]
> I use SAS in mainframe environment.
> To export the output to Excel,
> I have to write the output to a flatfile first,
> then use ftp software to download to my PC.
> I would like to write the following proc freq results
> to a flatfile to be downloaded to Excel afterwards.
I would recommend
proc CPORT
and
proc CIMPORT
for this work.
for a macro to write Excel files:
http://www.listserv.uga.edu/cgi-bin/wa?A2=ind0207B&L=sas-l&P=R35436&D=1&H=0&
O=D&T=1
Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov
|