<?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 9.4 - Export multiple XLS files in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-Export-multiple-XLS-files/m-p/297585#M62521</link>
    <description>&lt;P&gt;You're probably going to need a macro but I'd also look into ODS Excel.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are many examples on here.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Sep 2016 08:12:36 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-09-11T08:12:36Z</dc:date>
    <item>
      <title>SAS 9.4 - Export multiple XLS files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-Export-multiple-XLS-files/m-p/297583#M62520</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have processed a lot of data in SAS and I need to put out a lot of XLS files for our colleagues who analyze the results. There are about 100 XLS files, each with 30 sheets ... &lt;img id="smileymad" class="emoticon emoticon-smileymad" src="https://communities.sas.com/i/smilies/16x16_smiley-mad.png" alt="Smiley Mad" title="Smiley Mad" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In each XLS, there are about 5 different sheet types (each sheet type fed by a different SQL) and each XLS contains all sheet types (queries ran for different currencies).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS 9.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any good sugestions how to do the XLS writing? Should I use proc export or some other way might be better?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2016 07:33:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-Export-multiple-XLS-files/m-p/297583#M62520</guid>
      <dc:creator>_SAS_</dc:creator>
      <dc:date>2016-09-11T07:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Export multiple XLS files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-Export-multiple-XLS-files/m-p/297585#M62521</link>
      <description>&lt;P&gt;You're probably going to need a macro but I'd also look into ODS Excel.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are many examples on here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2016 08:12:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-Export-multiple-XLS-files/m-p/297585#M62521</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-11T08:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Export multiple XLS files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-Export-multiple-XLS-files/m-p/297589#M62524</link>
      <description>&lt;PRE&gt;

My favorite is Libname statement:


libname x xlsx 'c:\temp\want1.xlsx';
proc copy in=work out=x;
 select a1-a10;
run; 



&lt;/PRE&gt;</description>
      <pubDate>Sun, 11 Sep 2016 09:45:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-Export-multiple-XLS-files/m-p/297589#M62524</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-09-11T09:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Export multiple XLS files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-Export-multiple-XLS-files/m-p/297693#M62553</link>
      <description>&lt;P&gt;I'm somewhat curious about what type of analysis is performed in Excel that can't be done in SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or possibly you're exporting raw data instead of organized summaries?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 07:16:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-Export-multiple-XLS-files/m-p/297693#M62553</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-12T07:16:13Z</dc:date>
    </item>
  </channel>
</rss>

