<?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: How do I only show frequency in the PROC FREQ? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-only-show-frequency-in-the-PROC-FREQ/m-p/294873#M8332</link>
    <description>&lt;P&gt;If this is using proc freq, add the options NOPERCENT NOCUM to your TABLES&amp;nbsp;statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;- Jan.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2016 15:48:03 GMT</pubDate>
    <dc:creator>jklaverstijn</dc:creator>
    <dc:date>2016-08-29T15:48:03Z</dc:date>
    <item>
      <title>How do I only show frequency in the PROC FREQ?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-only-show-frequency-in-the-PROC-FREQ/m-p/294866#M8331</link>
      <description>&lt;P&gt;Really simple...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running a bunch of proc freqs, but I need to make a million graphs and when I export the proc freqs to an excel it's not allowing me to unmerge the cells making it very tedious to create graphs quickly in excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I remove the percent, row percent and col percent from my output? I only want to see frequency.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 15:38:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-only-show-frequency-in-the-PROC-FREQ/m-p/294866#M8331</guid>
      <dc:creator>christinagting0</dc:creator>
      <dc:date>2016-08-29T15:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I only show frequency in the PROC FREQ?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-only-show-frequency-in-the-PROC-FREQ/m-p/294873#M8332</link>
      <description>&lt;P&gt;If this is using proc freq, add the options NOPERCENT NOCUM to your TABLES&amp;nbsp;statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;- Jan.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 15:48:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-only-show-frequency-in-the-PROC-FREQ/m-p/294873#M8332</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2016-08-29T15:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I only show frequency in the PROC FREQ?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-only-show-frequency-in-the-PROC-FREQ/m-p/294874#M8333</link>
      <description>&lt;P&gt;awesome thank you. I was using that but forgot the "/" in my code!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my final line in my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;tables site*tsi_acc_rs_cat / norow nofreq nocol;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Aug 2016 15:49:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-only-show-frequency-in-the-PROC-FREQ/m-p/294874#M8333</guid>
      <dc:creator>christinagting0</dc:creator>
      <dc:date>2016-08-29T15:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I only show frequency in the PROC FREQ?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-only-show-frequency-in-the-PROC-FREQ/m-p/294876#M8334</link>
      <description>&lt;P&gt;Please use nocol, norow and nopercent options to suppress them in the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc freq data=have;&lt;/P&gt;
&lt;P&gt;table x*y / nocol corow nopercent;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 15:51:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-I-only-show-frequency-in-the-PROC-FREQ/m-p/294876#M8334</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2016-08-29T15:51:06Z</dc:date>
    </item>
  </channel>
</rss>

