<?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: Proc tabulate to create multiple tables+using ODS excel to export into one excel file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-to-create-multiple-tables-using-ODS-excel-to/m-p/648426#M194226</link>
    <description>&lt;P&gt;Try&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel options (sheet_interval="bygroup");&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 17 May 2020 19:02:54 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-05-17T19:02:54Z</dc:date>
    <item>
      <title>Proc tabulate to create multiple tables+using ODS excel to export into one excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-to-create-multiple-tables-using-ODS-excel-to/m-p/648422#M194222</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I want to use ODC EXCEL in order to export tables into excel.&lt;/P&gt;
&lt;P&gt;I want that each table will be in a separate sheet.&lt;/P&gt;
&lt;P&gt;There will be 3 sheets: Europe ,Asia, USA.&lt;/P&gt;
&lt;P&gt;I also want to ask how sas determine the order of the sheets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sort data=sashelp.cars out=cars;
by origin;
run;
proc tabulate data=cars;
class make;
by origin;
var invoice;
table make ALL='TOTAL'  ,invoice=SUM;
Run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 17 May 2020 18:25:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-to-create-multiple-tables-using-ODS-excel-to/m-p/648422#M194222</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2020-05-17T18:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate to create multiple tables+using ODS excel to export into one excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-to-create-multiple-tables-using-ODS-excel-to/m-p/648426#M194226</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel options (sheet_interval="bygroup");&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 17 May 2020 19:02:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-tabulate-to-create-multiple-tables-using-ODS-excel-to/m-p/648426#M194226</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-17T19:02:54Z</dc:date>
    </item>
  </channel>
</rss>

