<?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 Proc Tabulate in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate/m-p/43053#M11223</link>
    <description>Hi,&lt;BR /&gt;
Is it possible to remove observations from an output created by a proc tabulate, by applying a condition on one of the aggrigative variables I've created during the proc tabulate?&lt;BR /&gt;
for example, lets asy I am creating a variable that displays number of customers, and I want to remove all observations with less then 100 customers.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Sivan.</description>
    <pubDate>Mon, 04 Apr 2011 08:54:48 GMT</pubDate>
    <dc:creator>Sivan</dc:creator>
    <dc:date>2011-04-04T08:54:48Z</dc:date>
    <item>
      <title>Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate/m-p/43053#M11223</link>
      <description>Hi,&lt;BR /&gt;
Is it possible to remove observations from an output created by a proc tabulate, by applying a condition on one of the aggrigative variables I've created during the proc tabulate?&lt;BR /&gt;
for example, lets asy I am creating a variable that displays number of customers, and I want to remove all observations with less then 100 customers.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Sivan.</description>
      <pubDate>Mon, 04 Apr 2011 08:54:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate/m-p/43053#M11223</guid>
      <dc:creator>Sivan</dc:creator>
      <dc:date>2011-04-04T08:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate/m-p/43054#M11224</link>
      <description>No, PROC TABULATE does not let you act on summarized statistics. You'll have to "pre-summarize" the data -- with PROC MEANS, PROC SQL, PROC REPORT, or even PROC TABULATE -- somehow to determine which rows are non-conforming. At that point, you can either eliminate the group to which the rows belong -- before your TABULATE -- or adjust the values for purposes of the report (like lump a bunch of small categories into an "OTHER" category). (If your elimination criteria is based on a simple count of obs for each group/category, you could even get that info out of PROC FREQ.)&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 04 Apr 2011 13:13:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Tabulate/m-p/43054#M11224</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-04-04T13:13:59Z</dc:date>
    </item>
  </channel>
</rss>

