Date: Thu, 29 Sep 2005 11:37:36 -0700
Reply-To: David Fickbohm <davefickbohm@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: David Fickbohm <davefickbohm@YAHOO.COM>
Subject: outputting multiple sas files to multiple worksheets
Content-Type: text/plain; charset=iso-8859-1
People,
Yesterday this was discussed and I understand most of it. The code as I understand it follows:
proc datasets lib = sashelp;
libname xlcopy excel "c:\temp\xl-lib.xls";
copy out=xlcopy memtype = data;
select class shoes retail;
run;
libname xlcopy;
quit;
I have a couple of questions
1 - I think this code is copying SAS files into excel?
2 - Is this sas ver9?
3 - Do we not have to export the data as csv or xls first ?
Thanks
Dave
Dave Fickbohm
Use Technology to the Fullest
1250 45th st suite 200
Emeryville, CA, 94608
510 594 4151 voice
|