<?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 i want to export two datasets into excel within single work sheet in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/i-want-to-export-two-datasets-into-excel-within-single-work/m-p/394435#M95046</link>
    <description>&lt;P&gt;i have two datasets for example sashelp.class1 sashelp.class2;&lt;BR /&gt;now i want to export these two datasets into excel within single work sheet.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sheet1 contains&amp;nbsp; sashelp.class1 data and sashelp.class2 data.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 09 Sep 2017 12:39:11 GMT</pubDate>
    <dc:creator>Kusuma001</dc:creator>
    <dc:date>2017-09-09T12:39:11Z</dc:date>
    <item>
      <title>i want to export two datasets into excel within single work sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/i-want-to-export-two-datasets-into-excel-within-single-work/m-p/394435#M95046</link>
      <description>&lt;P&gt;i have two datasets for example sashelp.class1 sashelp.class2;&lt;BR /&gt;now i want to export these two datasets into excel within single work sheet.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sheet1 contains&amp;nbsp; sashelp.class1 data and sashelp.class2 data.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 12:39:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/i-want-to-export-two-datasets-into-excel-within-single-work/m-p/394435#M95046</guid>
      <dc:creator>Kusuma001</dc:creator>
      <dc:date>2017-09-09T12:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: i want to export two datasets into excel within single work sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/i-want-to-export-two-datasets-into-excel-within-single-work/m-p/394437#M95047</link>
      <description>&lt;P&gt;ODS Excel file='myfile.xlsx" options(sheet_interval='none');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc print data=SASHELP.class;&lt;/P&gt;
&lt;P&gt;proc print data=SASHELP.air;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods excel close;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 12:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/i-want-to-export-two-datasets-into-excel-within-single-work/m-p/394437#M95047</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-09T12:49:42Z</dc:date>
    </item>
  </channel>
</rss>

