<?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 Exporting Proc Tabulate Results in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Exporting-Proc-Tabulate-Results/m-p/535968#M147228</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please advise how to export proc tabulate results properly to excel ?&lt;/P&gt;&lt;P&gt;I have some blank rows in the descriptor variables of he output?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an easy way to get the results out neatly in excel?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Feb 2019 19:11:17 GMT</pubDate>
    <dc:creator>Ranjeeta</dc:creator>
    <dc:date>2019-02-15T19:11:17Z</dc:date>
    <item>
      <title>Exporting Proc Tabulate Results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-Proc-Tabulate-Results/m-p/535968#M147228</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please advise how to export proc tabulate results properly to excel ?&lt;/P&gt;&lt;P&gt;I have some blank rows in the descriptor variables of he output?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an easy way to get the results out neatly in excel?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 19:11:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-Proc-Tabulate-Results/m-p/535968#M147228</guid>
      <dc:creator>Ranjeeta</dc:creator>
      <dc:date>2019-02-15T19:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Proc Tabulate Results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-Proc-Tabulate-Results/m-p/535978#M147230</link>
      <description>&lt;P&gt;The "easy" answer is ODS EXCEL. But since you haven't really been specific, its hard to say more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file="mydrive\myfolder\excelfilename.xlsx";
proc tabulate;
...
run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Feb 2019 19:15:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-Proc-Tabulate-Results/m-p/535978#M147230</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-02-15T19:15:23Z</dc:date>
    </item>
    <item>
      <title>Exporting Proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-Proc-Tabulate-Results/m-p/535991#M147239</link>
      <description>&lt;P&gt;Can someone advise how to neatly export proc tabulate results to excel&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 19:20:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-Proc-Tabulate-Results/m-p/535991#M147239</guid>
      <dc:creator>Ranjeeta</dc:creator>
      <dc:date>2019-02-15T19:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-Proc-Tabulate-Results/m-p/535998#M147240</link>
      <description>&lt;P&gt;Duplicate thread, reply at&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Programming/Exporting-Proc-Tabulate-Results/m-p/535968#M147228" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/Exporting-Proc-Tabulate-Results/m-p/535968#M147228&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 19:23:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-Proc-Tabulate-Results/m-p/535998#M147240</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-02-15T19:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-Proc-Tabulate-Results/m-p/536011#M147242</link>
      <description>&lt;P&gt;Fixed.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Duplicate thread, reply at&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Programming/Exporting-Proc-Tabulate-Results/m-p/535968#M147228" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/SAS-Programming/Exporting-Proc-Tabulate-Results/m-p/535968#M147228&lt;/A&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 19:49:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-Proc-Tabulate-Results/m-p/536011#M147242</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-15T19:49:20Z</dc:date>
    </item>
  </channel>
</rss>

