<?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: number of id per date in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/number-of-id-per-date/m-p/721363#M80216</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data = have noprint;
   tables date / out=want(drop = percent);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 23 Feb 2021 18:49:06 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2021-02-23T18:49:06Z</dc:date>
    <item>
      <title>number of id per date</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/number-of-id-per-date/m-p/721362#M80215</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to calculate the number of id per date or year&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data have;&lt;BR /&gt;input date id $;&lt;BR /&gt;datalines;&lt;/P&gt;
&lt;P&gt;1996 5&lt;BR /&gt;1996 6&lt;BR /&gt;1996 7&lt;BR /&gt;1997 1&lt;BR /&gt;1998 5&lt;BR /&gt;1998 10&lt;BR /&gt;1999 11&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;data want;&lt;BR /&gt;input date nbid $;&lt;BR /&gt;datalines;&lt;/P&gt;
&lt;P&gt;1996 3&lt;BR /&gt;1997 1&lt;BR /&gt;1998 2&lt;BR /&gt;1999 1&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 18:45:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/number-of-id-per-date/m-p/721362#M80215</guid>
      <dc:creator>sasphd</dc:creator>
      <dc:date>2021-02-23T18:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: number of id per date</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/number-of-id-per-date/m-p/721363#M80216</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data = have noprint;
   tables date / out=want(drop = percent);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Feb 2021 18:49:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/number-of-id-per-date/m-p/721363#M80216</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2021-02-23T18:49:06Z</dc:date>
    </item>
  </channel>
</rss>

