<?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 FREQ in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ/m-p/135166#M36590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc freq data=have;&lt;/P&gt;&lt;P&gt;table id*DESCRIPTION/list norow nocol nopercent nocum;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2014 14:02:30 GMT</pubDate>
    <dc:creator>stat_sas</dc:creator>
    <dc:date>2014-10-21T14:02:30Z</dc:date>
    <item>
      <title>PROC FREQ</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ/m-p/135164#M36588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have the following;&lt;/P&gt;&lt;P&gt;ID DESCRIPTION&lt;/P&gt;&lt;P&gt;01&amp;nbsp;&amp;nbsp; Fever&lt;/P&gt;&lt;P&gt;02&amp;nbsp; Headache&lt;/P&gt;&lt;P&gt;03 sprain&lt;/P&gt;&lt;P&gt;01 Fever&lt;/P&gt;&lt;P&gt;01 Fever&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was using and missing the description in the output.&lt;/P&gt;&lt;P&gt;can someone help me with this&lt;/P&gt;&lt;P&gt;Proc freq data=have;&lt;/P&gt;&lt;P&gt;tables ID/out=freqs;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get&lt;/P&gt;&lt;P&gt;ID Count&lt;/P&gt;&lt;P&gt;01&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;02&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;03&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want&amp;nbsp; counts by ID and Description&lt;/P&gt;&lt;P&gt;ID DESCRIP COUNT&lt;/P&gt;&lt;P&gt;01 fever 3&lt;/P&gt;&lt;P&gt;02 Headache 1&lt;/P&gt;&lt;P&gt;03 sprain 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 13:43:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ/m-p/135164#M36588</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2014-10-21T13:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ/m-p/135165#M36589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;select&amp;nbsp; *,sum(1) as COUNT&lt;/P&gt;&lt;P&gt;from have&lt;/P&gt;&lt;P&gt;group by ID ,DESCRIPTION;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 13:56:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ/m-p/135165#M36589</guid>
      <dc:creator>mohamed_zaki</dc:creator>
      <dc:date>2014-10-21T13:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ/m-p/135166#M36590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc freq data=have;&lt;/P&gt;&lt;P&gt;table id*DESCRIPTION/list norow nocol nopercent nocum;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 14:02:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ/m-p/135166#M36590</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-10-21T14:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ/m-p/135167#M36591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Proc freq data=have;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;tables ID*&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;DESCRIPTION&lt;/SPAN&gt;/out=freqs&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; norow nocol nopercent nocum;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 14:27:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FREQ/m-p/135167#M36591</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-10-21T14:27:13Z</dc:date>
    </item>
  </channel>
</rss>

