<?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: Exporting the SAS Datasets into Excel with multiple sheets in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-the-SAS-Datasets-into-Excel-with-multiple-sheets/m-p/720131#M38204</link>
    <description>using DATA Steps</description>
    <pubDate>Thu, 18 Feb 2021 08:50:34 GMT</pubDate>
    <dc:creator>THALLA_REDDY</dc:creator>
    <dc:date>2021-02-18T08:50:34Z</dc:date>
    <item>
      <title>Exporting the SAS Datasets into Excel with multiple sheets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-the-SAS-Datasets-into-Excel-with-multiple-sheets/m-p/719815#M38178</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using SAS Enterprise Guide 8.3 and will be querying data into multiple datasets. Now I want to export all the datasets into Single Excel file with multiple sheets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help me with this requirements ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks in advance&lt;/P&gt;
&lt;P&gt;Thalla&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 06:41:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-the-SAS-Datasets-into-Excel-with-multiple-sheets/m-p/719815#M38178</guid>
      <dc:creator>THALLA_REDDY</dc:creator>
      <dc:date>2021-02-17T06:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting the SAS Datasets into Excel with multiple sheets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-the-SAS-Datasets-into-Excel-with-multiple-sheets/m-p/719816#M38179</link>
      <description>&lt;P&gt;How do you split the data into multiple data sets?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 06:43:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-the-SAS-Datasets-into-Excel-with-multiple-sheets/m-p/719816#M38179</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2021-02-17T06:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting the SAS Datasets into Excel with multiple sheets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-the-SAS-Datasets-into-Excel-with-multiple-sheets/m-p/719874#M38185</link>
      <description>&lt;PRE&gt;libname x xlsx 'c:\temp\x.xlsx';
proc copy in=work out=x;
select a b c d ;
run;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Feb 2021 11:51:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-the-SAS-Datasets-into-Excel-with-multiple-sheets/m-p/719874#M38185</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-02-17T11:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting the SAS Datasets into Excel with multiple sheets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-the-SAS-Datasets-into-Excel-with-multiple-sheets/m-p/720131#M38204</link>
      <description>using DATA Steps</description>
      <pubDate>Thu, 18 Feb 2021 08:50:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-the-SAS-Datasets-into-Excel-with-multiple-sheets/m-p/720131#M38204</guid>
      <dc:creator>THALLA_REDDY</dc:creator>
      <dc:date>2021-02-18T08:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting the SAS Datasets into Excel with multiple sheets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-the-SAS-Datasets-into-Excel-with-multiple-sheets/m-p/728056#M38380</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;for the simple and elegant example&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 00:45:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-the-SAS-Datasets-into-Excel-with-multiple-sheets/m-p/728056#M38380</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-03-22T00:45:28Z</dc:date>
    </item>
  </channel>
</rss>

