<?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  suppressing the n count rows in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-TABULATE-suppressing-the-n-count-rows/m-p/388898#M65985</link>
    <description>&lt;P&gt;I feel a tad foolish.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Aug 2017 17:27:47 GMT</pubDate>
    <dc:creator>GreggB</dc:creator>
    <dc:date>2017-08-17T17:27:47Z</dc:date>
    <item>
      <title>PROC TABULATE  suppressing the n count rows</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-TABULATE-suppressing-the-n-count-rows/m-p/388890#M65982</link>
      <description>&lt;P&gt;Is it possible to suppress the rows that show the n count? I only want percentages&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code:&lt;/P&gt;
&lt;P&gt;ods pdf file='fakepath.pdf';&lt;BR /&gt;proc tabulate data=one;&lt;BR /&gt;where elatook ne '';&lt;BR /&gt;class efagrade /*school*/;&lt;BR /&gt;class elalev1 elalev2;&lt;BR /&gt;tables elalev1='Literary Text'*(n*f=6.0 pctn&amp;lt;elalev1&amp;gt;='PCT'*f=6.0) all='TOTAL'*(n*f=6.0) &lt;BR /&gt; elalev2='(LT)Meaning/Context'*(n*f=6.0 pctn&amp;lt;elalev2&amp;gt;='PCT'*f=6.0) all='TOTAL'*(n*f=6.0)&lt;BR /&gt; efagrade='Grade' all='Total' /rts=25 misstext='0' printmiss;&lt;BR /&gt;format elalev1-elalev2 perf.;&lt;BR /&gt;run;&lt;BR /&gt;ODS pdf close;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 17:16:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-TABULATE-suppressing-the-n-count-rows/m-p/388890#M65982</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2017-08-17T17:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TABULATE  suppressing the n count rows</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-TABULATE-suppressing-the-n-count-rows/m-p/388896#M65984</link>
      <description>&lt;P&gt;What happens if you remove the N from the code below?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 17:25:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-TABULATE-suppressing-the-n-count-rows/m-p/388896#M65984</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-17T17:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TABULATE  suppressing the n count rows</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-TABULATE-suppressing-the-n-count-rows/m-p/388898#M65985</link>
      <description>&lt;P&gt;I feel a tad foolish.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 17:27:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-TABULATE-suppressing-the-n-count-rows/m-p/388898#M65985</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2017-08-17T17:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TABULATE  suppressing the n count rows</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-TABULATE-suppressing-the-n-count-rows/m-p/388904#M65986</link>
      <description>&lt;P&gt;I will never forget SAS tech supports to some really stupid mistakes I made in my code when I first started programming in SAS:&lt;/P&gt;
&lt;P&gt;"I've never seen it done that way before, but I think what you're trying to do is ... "&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Incredibly polite of them and didn't make me feel like a fool!&lt;/P&gt;
&lt;P&gt;We've all been there &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 17:37:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-TABULATE-suppressing-the-n-count-rows/m-p/388904#M65986</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-17T17:37:24Z</dc:date>
    </item>
  </channel>
</rss>

