<?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 How to append two same proc tabulate in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-append-two-same-proc-tabulate/m-p/213397#M16012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two output, and need to append them one. &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 ; &lt;/P&gt;&lt;P&gt; table&amp;nbsp; (all='Total' ),&lt;/P&gt;&lt;P&gt;(CAMPUS ALL)*TERM *(n='#Enrl'*f=8. &lt;/P&gt;&lt;P&gt; pctn&amp;lt;CAMPUS ALL/*CAMPUS*TERM*/&amp;nbsp; ALL*CAMPUS&amp;nbsp;&amp;nbsp; CAMPUS&amp;gt; &lt;/P&gt;&lt;P&gt; ='% Tot Enrl') / rts=20;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;run; &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;run; &lt;/P&gt;&lt;P&gt;How can i append these two reports? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 17:12:47 GMT</pubDate>
    <dc:creator>lerdem</dc:creator>
    <dc:date>2015-07-29T17:12:47Z</dc:date>
    <item>
      <title>How to append two same proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-append-two-same-proc-tabulate/m-p/213397#M16012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two output, and need to append them one. &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 ; &lt;/P&gt;&lt;P&gt; table&amp;nbsp; (all='Total' ),&lt;/P&gt;&lt;P&gt;(CAMPUS ALL)*TERM *(n='#Enrl'*f=8. &lt;/P&gt;&lt;P&gt; pctn&amp;lt;CAMPUS ALL/*CAMPUS*TERM*/&amp;nbsp; ALL*CAMPUS&amp;nbsp;&amp;nbsp; CAMPUS&amp;gt; &lt;/P&gt;&lt;P&gt; ='% Tot Enrl') / rts=20;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;run; &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;run; &lt;/P&gt;&lt;P&gt;How can i append these two reports? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 17:12:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-append-two-same-proc-tabulate/m-p/213397#M16012</guid>
      <dc:creator>lerdem</dc:creator>
      <dc:date>2015-07-29T17:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to append two same proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-append-two-same-proc-tabulate/m-p/213398#M16013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have more than one table statement in a call to proc tabulate. But I'm not sure what you would mean by "append". Do mean to have the same columns align vertically or rows align horizontally?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to show what you would expect the output to look like.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 19:25:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-append-two-same-proc-tabulate/m-p/213398#M16013</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-07-29T19:25:09Z</dc:date>
    </item>
  </channel>
</rss>

