<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAS to Excel in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-to-Excel/m-p/44151#M11652</link>
    <description>Hi Mark, &lt;BR /&gt;
&lt;BR /&gt;
If you are using pc SAS, you should be able to go to File --&amp;gt; Export Data&lt;BR /&gt;
and a new window will open up and walk you through the process of creating and naming the Excel file and where to save it.&lt;BR /&gt;
&lt;BR /&gt;
peat</description>
    <pubDate>Sun, 04 Jul 2010 11:58:50 GMT</pubDate>
    <dc:creator>peatjohnston</dc:creator>
    <dc:date>2010-07-04T11:58:50Z</dc:date>
    <item>
      <title>SAS to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-to-Excel/m-p/44150#M11651</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
I have an output data set 'ext4' in work.I want to export this ODS to excel. I tried google serach on how to do this , but did not get much help.&lt;BR /&gt;
&lt;BR /&gt;
kindly could anyone please sugeest me on this.&lt;BR /&gt;
&lt;BR /&gt;
kindest regards,&lt;BR /&gt;
Mark</description>
      <pubDate>Sun, 04 Jul 2010 06:51:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-to-Excel/m-p/44150#M11651</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-07-04T06:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-to-Excel/m-p/44151#M11652</link>
      <description>Hi Mark, &lt;BR /&gt;
&lt;BR /&gt;
If you are using pc SAS, you should be able to go to File --&amp;gt; Export Data&lt;BR /&gt;
and a new window will open up and walk you through the process of creating and naming the Excel file and where to save it.&lt;BR /&gt;
&lt;BR /&gt;
peat</description>
      <pubDate>Sun, 04 Jul 2010 11:58:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-to-Excel/m-p/44151#M11652</guid>
      <dc:creator>peatjohnston</dc:creator>
      <dc:date>2010-07-04T11:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-to-Excel/m-p/44152#M11653</link>
      <description>Hi:&lt;BR /&gt;
 For some code examples, see these previous forum postings:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=7958἖" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=7958἖&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=31690篊" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=31690篊&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
For an explanation of all the various ODS techniques, see this previous forum posting:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=8719∏" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=8719∏&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
And the answer to this question back in March, still applies, as well:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=33372艜" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=33372艜&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthai</description>
      <pubDate>Sun, 04 Jul 2010 17:24:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-to-Excel/m-p/44152#M11653</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-07-04T17:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS to Excel - Macro for easy reuse</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-to-Excel/m-p/44153#M11654</link>
      <description>%macro xlsxport(lib,dataset,ssname,sheet);&lt;BR /&gt;
*XPORT a spreadsheet to c:\xxxx\ssname.xls because everyone will have this folder.;&lt;BR /&gt;
PROC EXPORT DATA= &amp;amp;lib..&amp;amp;dataset&lt;BR /&gt;
            OUTFILE= "C:\xxxx\yyyy\zzzz\&amp;amp;ssname..xls" &lt;BR /&gt;
            DBMS=EXCEL2000 REPLACE;&lt;BR /&gt;
				sheet=&amp;amp;sheet;&lt;BR /&gt;
run;&lt;BR /&gt;
%MEND xlsxport;&lt;BR /&gt;
&lt;BR /&gt;
to use this...&lt;BR /&gt;
&lt;BR /&gt;
%xlsxport(work,mydataset,myexcelworkbook,myexcellsheet);&lt;BR /&gt;
&lt;BR /&gt;
You can adjust the path name to fit your needs.</description>
      <pubDate>Wed, 14 Jul 2010 21:05:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-to-Excel/m-p/44153#M11654</guid>
      <dc:creator>jj030655</dc:creator>
      <dc:date>2010-07-14T21:05:20Z</dc:date>
    </item>
  </channel>
</rss>

