<?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 Export - proc tabulate in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Export-proc-tabulate/m-p/31979#M7644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure. ODS is helpful.&lt;/P&gt;&lt;P&gt;You should post it into ODS Forum, there is a SAS employee Cynthia@sas is a specialist about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Oct 2011 02:20:59 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2011-10-21T02:20:59Z</dc:date>
    <item>
      <title>Export - proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-proc-tabulate/m-p/31977#M7642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;&lt;SPAN class="259014712-20102011"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;&lt;SPAN class="259014712-20102011"&gt;I want send proc tabulate result to excel.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;&lt;SPAN class="259014712-20102011"&gt;&lt;SPAN class="259014712-20102011"&gt;Is it possible?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 12:52:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-proc-tabulate/m-p/31977#M7642</guid>
      <dc:creator>CMilena</dc:creator>
      <dc:date>2011-10-20T12:52:10Z</dc:date>
    </item>
    <item>
      <title>Export - proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-proc-tabulate/m-p/31978#M7643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not?&amp;nbsp; Take a look at &lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for one possibility&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 14:00:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-proc-tabulate/m-p/31978#M7643</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-10-20T14:00:15Z</dc:date>
    </item>
    <item>
      <title>Export - proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-proc-tabulate/m-p/31979#M7644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure. ODS is helpful.&lt;/P&gt;&lt;P&gt;You should post it into ODS Forum, there is a SAS employee Cynthia@sas is a specialist about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 02:20:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-proc-tabulate/m-p/31979#M7644</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-10-21T02:20:59Z</dc:date>
    </item>
    <item>
      <title>Export - proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-proc-tabulate/m-p/31980#M7645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hey Milena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried my best but I failed. :smileyconfused:&lt;/P&gt;&lt;P&gt;I would export the dataset by PROC EXPORT and build the table in EXCEL..&lt;/P&gt;&lt;P&gt;The simple export is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DATA TEST;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET SASHELP:CLASS;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RUN;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PROC EXPORT DATA= TEST;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUTFILE ="YOUR PATH:::\TEST.XLS"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS = EXCEL REPLACE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHEET = "&lt;EM&gt;EXPORT SAS TO EXCEL&lt;/EM&gt;";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RUN;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetz Niels&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 13:34:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-proc-tabulate/m-p/31980#M7645</guid>
      <dc:creator>SAS_Niels</dc:creator>
      <dc:date>2011-10-21T13:34:17Z</dc:date>
    </item>
    <item>
      <title>Export - proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-proc-tabulate/m-p/31981#M7646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are wanting the tabular appearance one approach is to use the EXCELXP tagset. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp file='output path\your file name.xml' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;your proc tabulate code here&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use EXCEL to open the resulting XML file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 20:12:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-proc-tabulate/m-p/31981#M7646</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2011-10-21T20:12:51Z</dc:date>
    </item>
  </channel>
</rss>

