<?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: Suppressing Small Cell Size using Proc Surveyfreq in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Suppressing-Small-Cell-Size-using-Proc-Surveyfreq/m-p/274440#M310930</link>
    <description>&lt;P&gt;I didn't think of doing that - I'll give that a try!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jun 2016 17:55:18 GMT</pubDate>
    <dc:creator>einstein</dc:creator>
    <dc:date>2016-06-01T17:55:18Z</dc:date>
    <item>
      <title>Suppressing Small Cell Size using Proc Surveyfreq</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppressing-Small-Cell-Size-using-Proc-Surveyfreq/m-p/274398#M310928</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a frequency table, but to suppress values with cell sizes less than 5.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can do it when using proc freq, but I can't seem to find an option to do it for proc surveyfreq. &amp;nbsp;Here's how I did it with proc freq, is there an equivalent when using&amp;nbsp;proc surveyfreq?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PROC FORMAT;
VALUE mask
.     = 0
1,2,3,4,5   = '*'
OTHER = [16.];
RUN;

PROC FREQ DATA=test;
TABLE age*hypertension / NOCUM NOCOL NOROW MISSING FORMAT=mask.;
RUN;&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 15:52:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppressing-Small-Cell-Size-using-Proc-Surveyfreq/m-p/274398#M310928</guid>
      <dc:creator>einstein</dc:creator>
      <dc:date>2016-06-01T15:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Small Cell Size using Proc Surveyfreq</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppressing-Small-Cell-Size-using-Proc-Surveyfreq/m-p/274427#M310929</link>
      <description>&lt;P&gt;I would say it depends on what you are looking for in the final output. I generally never use the raw results from the survey procedures but generate data sets and then appropriate formats or appearance modifiers in a report procedure such as proc print, tabulate or report as they provide much more control.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 17:16:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppressing-Small-Cell-Size-using-Proc-Surveyfreq/m-p/274427#M310929</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-06-01T17:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Small Cell Size using Proc Surveyfreq</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppressing-Small-Cell-Size-using-Proc-Surveyfreq/m-p/274440#M310930</link>
      <description>&lt;P&gt;I didn't think of doing that - I'll give that a try!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 17:55:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppressing-Small-Cell-Size-using-Proc-Surveyfreq/m-p/274440#M310930</guid>
      <dc:creator>einstein</dc:creator>
      <dc:date>2016-06-01T17:55:18Z</dc:date>
    </item>
  </channel>
</rss>

