<?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 ODS with multiple sheet in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-with-multiple-sheet/m-p/397177#M19382</link>
    <description>Dear Patrick,&lt;BR /&gt;&lt;BR /&gt;I've two dataset tab1 and tab2. I want to export these dataset into a single excel sheet with sheet name tab1 and tab2.&lt;BR /&gt;&lt;BR /&gt;I'm able to achieve this by using ODS EXCEL and PROC PRINT but i want to achieve this by using ODS EXCEL and PROC REPORT .&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Sep 2017 15:49:08 GMT</pubDate>
    <dc:creator>singhsahab</dc:creator>
    <dc:date>2017-09-19T15:49:08Z</dc:date>
    <item>
      <title>SAS ODS with multiple sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-with-multiple-sheet/m-p/396634#M19366</link>
      <description>&lt;P&gt;Coud anybody explain how to import data in multiple excel sheet in a single excel file by using ODS and PROD REPORT.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 04:41:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-with-multiple-sheet/m-p/396634#M19366</guid>
      <dc:creator>singhsahab</dc:creator>
      <dc:date>2017-09-17T04:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS with multiple sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-with-multiple-sheet/m-p/396637#M19367</link>
      <description>&lt;P&gt;You can't import data with ODS and Proc Report - if you want to read an excel file with multiple worksheets you should use either the EXCEL, PCFILES or XLSX engines as shown in this link&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/69731/HTML/default/viewer.htm#p05hxa7xihwolmn1sdjpfui9nosc.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acpcref/69731/HTML/default/viewer.htm#p05hxa7xihwolmn1sdjpfui9nosc.htm&lt;/A&gt; - the workbook will then appear as a library with each worksheet appearing as a seperate data set&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 08:03:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-with-multiple-sheet/m-p/396637#M19367</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-09-17T08:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS with multiple sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-with-multiple-sheet/m-p/396640#M19368</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/153275"&gt;@singhsahab&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;What exactly are you trying to achieve? What do you have (what's your starting point) and what do you want (what's the desired result)?&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 09:39:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-with-multiple-sheet/m-p/396640#M19368</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-09-17T09:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS with multiple sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-with-multiple-sheet/m-p/396664#M19369</link>
      <description>&lt;P&gt;Making a very broad assumption that you actually mean export to Excel, see the examples here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html" target="_blank"&gt;https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise, please clarify your question.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/153275"&gt;@singhsahab&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Coud anybody explain how to import data in multiple excel sheet in a single excel file by using ODS and PROD REPORT.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 17:31:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-with-multiple-sheet/m-p/396664#M19369</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-17T17:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS with multiple sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-with-multiple-sheet/m-p/397176#M19381</link>
      <description>&lt;P&gt;Dear Reeza,&lt;/P&gt;&lt;P&gt;I've two dataset tab1 and tab2. I want to export these dataset into a single excel sheet with sheet name tab1 and tab2.&lt;/P&gt;&lt;P&gt;I'm able to achieve this by using ODS EXCEL and PROC PRINT but i want to achieve this by using ODS EXCEL and PROC REPORT .&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 15:48:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-with-multiple-sheet/m-p/397176#M19381</guid>
      <dc:creator>singhsahab</dc:creator>
      <dc:date>2017-09-19T15:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS with multiple sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-with-multiple-sheet/m-p/397177#M19382</link>
      <description>Dear Patrick,&lt;BR /&gt;&lt;BR /&gt;I've two dataset tab1 and tab2. I want to export these dataset into a single excel sheet with sheet name tab1 and tab2.&lt;BR /&gt;&lt;BR /&gt;I'm able to achieve this by using ODS EXCEL and PROC PRINT but i want to achieve this by using ODS EXCEL and PROC REPORT .&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Sep 2017 15:49:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-with-multiple-sheet/m-p/397177#M19382</guid>
      <dc:creator>singhsahab</dc:creator>
      <dc:date>2017-09-19T15:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS with multiple sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-with-multiple-sheet/m-p/397178#M19383</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/153275"&gt;@singhsahab&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Dear Reeza,&lt;/P&gt;
&lt;P&gt;I've two dataset tab1 and tab2. I want to export these dataset into a single excel sheet with sheet name tab1 and tab2.&lt;/P&gt;
&lt;P&gt;I'm able to achieve this by using ODS EXCEL and PROC PRINT but i want to achieve this by using ODS EXCEL and PROC REPORT .&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So replace your PROC PRINT with the PROC REPORT.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure what the question is beyond that or how we can help you out here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 15:49:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-with-multiple-sheet/m-p/397178#M19383</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-19T15:49:09Z</dc:date>
    </item>
  </channel>
</rss>

