<?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: Counts gt 10 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Counts-gt-10/m-p/581544#M165302</link>
    <description>&lt;P&gt;&lt;SPAN&gt;1233 has only count of 10 occurrences&amp;nbsp;in your sample&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Will this help&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc sql;
create table want as
select *,count(sid) as count
from have
group by sid
having count&amp;gt;10;
quit;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Aug 2019 18:10:51 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2019-08-15T18:10:51Z</dc:date>
    <item>
      <title>Counts gt 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Counts-gt-10/m-p/581537#M165298</link>
      <description>Hello I need help with the data which having count sID &amp;gt; 10&lt;BR /&gt;&lt;BR /&gt;Data:&lt;BR /&gt;&lt;BR /&gt;ID sID. Dt&lt;BR /&gt;1. 1234. 1/7/2019&lt;BR /&gt;1. 1234. 1/7/2017&lt;BR /&gt;2. 1233. 1/6/2017&lt;BR /&gt;3. 1233. 1/6/2017&lt;BR /&gt;4. 1233. 1/6/2017&lt;BR /&gt;5. 1233. 1/6/2017&lt;BR /&gt;6. 1233. 1/6/2017&lt;BR /&gt;7. 1233. 1/6/2017&lt;BR /&gt;8. 1233 1/6/2017&lt;BR /&gt;9. 1233. 1/6/2017&lt;BR /&gt;11. 1233. 1/6/2017&lt;BR /&gt;10. 1233. 1/6/2017&lt;BR /&gt;11. 1233. 1/6/2017&lt;BR /&gt;I need to get&lt;BR /&gt;&lt;BR /&gt;ID. sID. No_acc&lt;BR /&gt;2. 1233. 11&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;11. 1233. 11</description>
      <pubDate>Thu, 15 Aug 2019 18:02:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Counts-gt-10/m-p/581537#M165298</guid>
      <dc:creator>kpdoe</dc:creator>
      <dc:date>2019-08-15T18:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Counts gt 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Counts-gt-10/m-p/581544#M165302</link>
      <description>&lt;P&gt;&lt;SPAN&gt;1233 has only count of 10 occurrences&amp;nbsp;in your sample&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Will this help&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc sql;
create table want as
select *,count(sid) as count
from have
group by sid
having count&amp;gt;10;
quit;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 18:10:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Counts-gt-10/m-p/581544#M165302</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-08-15T18:10:51Z</dc:date>
    </item>
  </channel>
</rss>

