<?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 Convert a sas table from proc tabulate in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Convert-a-sas-table-from-proc-tabulate/m-p/213434#M16016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a report created like this, what i need is too see exactly same think to as a table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=M format=8.2 ; &lt;/P&gt;&lt;P&gt; class TERM CAMPUS GENDER/MISSING; &lt;/P&gt;&lt;P&gt; table &lt;/P&gt;&lt;P&gt;&amp;nbsp; GENDER ALL, (CAMPUS ALL)*TERM*(n='#Enrl'*f=8. &lt;/P&gt;&lt;P&gt; pctn&amp;lt;GENDER ALL/*CAMPUS*TERM*/&amp;nbsp; ALL*GENDER&amp;nbsp;&amp;nbsp; GENDER&amp;gt; &lt;/P&gt;&lt;P&gt; ='% Tot Enrl') / rts=20;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i convert it to table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 17:25:37 GMT</pubDate>
    <dc:creator>lerdem</dc:creator>
    <dc:date>2015-07-29T17:25:37Z</dc:date>
    <item>
      <title>Convert a sas table from proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Convert-a-sas-table-from-proc-tabulate/m-p/213434#M16016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a report created like this, what i need is too see exactly same think to as a table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=M format=8.2 ; &lt;/P&gt;&lt;P&gt; class TERM CAMPUS GENDER/MISSING; &lt;/P&gt;&lt;P&gt; table &lt;/P&gt;&lt;P&gt;&amp;nbsp; GENDER ALL, (CAMPUS ALL)*TERM*(n='#Enrl'*f=8. &lt;/P&gt;&lt;P&gt; pctn&amp;lt;GENDER ALL/*CAMPUS*TERM*/&amp;nbsp; ALL*GENDER&amp;nbsp;&amp;nbsp; GENDER&amp;gt; &lt;/P&gt;&lt;P&gt; ='% Tot Enrl') / rts=20;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i convert it to table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 17:25:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Convert-a-sas-table-from-proc-tabulate/m-p/213434#M16016</guid>
      <dc:creator>lerdem</dc:creator>
      <dc:date>2015-07-29T17:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Convert a sas table from proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Convert-a-sas-table-from-proc-tabulate/m-p/213435#M16017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might define precisely what you want as a "table".&lt;/P&gt;&lt;P&gt;Proc Tabulate can generate an output data set either with out=want on the proc statement or using ODS output but the contents are likely not what you would expect though may be transformable into what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provide a few rows of input data and exactly what you want in the output "table" - not the ods or output from proc tabulate but details of the table such as variable names and types.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 19:20:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Convert-a-sas-table-from-proc-tabulate/m-p/213435#M16017</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-07-29T19:20:56Z</dc:date>
    </item>
  </channel>
</rss>

