<?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: The count of number of previous admissions within the last year in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323482#M71709</link>
    <description>&lt;P&gt;Many users here don't want to download Excel files because of virus potential, others have such things blocked by security software. Also if you give us Excel we have to create a SAS data set and due to the non-existent constraints on Excel data cells the result we end up with may not have variables of the same type (numeric or character) and even values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However if you have things in a SAS dataset then instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; will create data step code you can paste in the forum as text (in a code box please opened with the {i} menu icon) or place in a TXT file and attach. Then we will have your data in&amp;nbsp;a form we can test code against.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2017 23:53:52 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-01-09T23:53:52Z</dc:date>
    <item>
      <title>The count of number of previous admissions within the last year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323473#M71701</link>
      <description>&lt;P&gt;I have a logic problem that I couldn't solve with my SAS/STAT version 9.4 TS 1M3. Below I listed some patients with IDs and hospital admission dates. I want to count the number of previous admissions within the last year. I also provided the solution by hand counting in the "number of admissions" column. The logic I would like to create in SAS would search the previous admissions of the patients and if they are within the 365 days it would sum them. If there is more than 365 days in between the admission dates by the same patients then the logic would start counting from zero again. I hope the data below and hand-counted solution are helpful to explain my question! I would appreciate if you can offer a solution!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recep&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data admissions;&lt;BR /&gt;input id admission_date number_of_admissions;&lt;BR /&gt;datalines;&lt;BR /&gt;1 19088 0&lt;BR /&gt;1 19203 1&lt;BR /&gt;2 19001 0&lt;BR /&gt;3 19050 0&lt;BR /&gt;3 19070 1&lt;BR /&gt;3 19482 0&lt;BR /&gt;3 19492 1&lt;BR /&gt;3 19512 2&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 00:08:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323473#M71701</guid>
      <dc:creator>Recep</dc:creator>
      <dc:date>2017-01-10T00:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: The count of number of previous admissions within the last year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323482#M71709</link>
      <description>&lt;P&gt;Many users here don't want to download Excel files because of virus potential, others have such things blocked by security software. Also if you give us Excel we have to create a SAS data set and due to the non-existent constraints on Excel data cells the result we end up with may not have variables of the same type (numeric or character) and even values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However if you have things in a SAS dataset then instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; will create data step code you can paste in the forum as text (in a code box please opened with the {i} menu icon) or place in a TXT file and attach. Then we will have your data in&amp;nbsp;a form we can test code against.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 23:53:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323482#M71709</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-01-09T23:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: The count of number of previous admissions within the last year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323484#M71711</link>
      <description>Thanks a lot for letting me know! I'll create the dataset in a data step and resubmit...&lt;BR /&gt;Cheers,&lt;BR /&gt;Recep&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jan 2017 00:00:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323484#M71711</guid>
      <dc:creator>Recep</dc:creator>
      <dc:date>2017-01-10T00:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: The count of number of previous admissions within the last year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323485#M71712</link>
      <description>&lt;P&gt;Most people won't download an Excel file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This generally is a straightforwad SQL query with a self join.Untested and you may need to muck about with the dates to get it to work. If you search 30 day re-admission problem this is the same idea, except 365 days.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sql;&lt;/P&gt;
&lt;P&gt;create table want as&lt;/P&gt;
&lt;P&gt;select a.id, a.visit, count(b.visit) as num_previous_visits&lt;/P&gt;
&lt;P&gt;from have as a&lt;/P&gt;
&lt;P&gt;left join have as b&lt;/P&gt;
&lt;P&gt;on a.id=b.id and &amp;nbsp;b.date+1 &amp;lt; a.date &amp;lt; = b.date-365&lt;/P&gt;
&lt;P&gt;group by a.id, a.visit;&lt;/P&gt;
&lt;P&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 00:01:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323485#M71712</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-01-10T00:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: The count of number of previous admissions within the last year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323486#M71713</link>
      <description>&lt;P&gt;Thank you Reeza! Even though I'm not familiar with the PROC SQL a lot I'll fiddle with the code you provided and try to figure out a solution...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recep&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 00:11:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323486#M71713</guid>
      <dc:creator>Recep</dc:creator>
      <dc:date>2017-01-10T00:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: The count of number of previous admissions within the last year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323491#M71717</link>
      <description>&lt;P&gt;Hey Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would be the "visit" in your code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recep&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 00:33:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323491#M71717</guid>
      <dc:creator>Recep</dc:creator>
      <dc:date>2017-01-10T00:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: The count of number of previous admissions within the last year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323500#M71720</link>
      <description>&lt;P&gt;Some variable that uniquely identifies a visit. If you don't have one count any other variable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend using this on your test data first. So you can develop the code. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 01:38:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323500#M71720</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-01-10T01:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: The count of number of previous admissions within the last year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323501#M71721</link>
      <description>&lt;P&gt;Here the SQL&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;posted using your test data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've also added a small fix to Reeza's code logic as I believe we need to add and not substract 365 days for the date comparison as posted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;b.admission_date+1 &amp;lt; a.date &amp;lt;= b.admission_date&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;+&lt;/FONT&gt;&lt;/STRONG&gt;365&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data admissions;
  input id admission_date number_of_admissions;
  format admission_date date9.;
datalines;
1 19088 0
1 19203 1
2 19001 0
3 19050 0
3 19070 1
3 19482 0
3 19492 1
3 19512 2
;
run;

proc sql;
  create table want as
  select 
    a.id, 
    a.admission_date, 
    count(b.admission_date) as num_previous_visits
  from 
    admissions as a
    left join admissions as b
      on a.id=b.id and b.admission_date+1 &amp;lt; a.admission_date &amp;lt;= b.admission_date+365
  group by a.id, a.admission_date;
quit;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Jan 2017 01:46:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323501#M71721</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-01-10T01:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: The count of number of previous admissions within the last year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323525#M71726</link>
      <description>&lt;P&gt;Yeah &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;I never remember if it's plus/minus for the date intervals and since I know I can test it I'm too lazy to try and remember it.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/122505"&gt;@Recep&lt;/a&gt;&amp;nbsp;It also helps to included your desired output, but I think the solution from Patrick is correct.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 04:31:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323525#M71726</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-01-10T04:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: The count of number of previous admissions within the last year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323723#M71792</link>
      <description>&lt;P&gt;Thank you very much Patrick and&amp;nbsp;@Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested the code in my dataset and it produces the desired outcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really appreciate your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recep&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 18:12:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323723#M71792</guid>
      <dc:creator>Recep</dc:creator>
      <dc:date>2017-01-10T18:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: The count of number of previous admissions within the last year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323802#M71824</link>
      <description>&lt;P&gt;The following solution was provided by SAS. There are a lot of ways to approach a problem for sure. It may be helpful for the ones who are not very familiar with SQL:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data one;&lt;BR /&gt;input id admission : mmddyy10.;&lt;BR /&gt;format admission mmddyy10.;&lt;BR /&gt;cards;&lt;BR /&gt;1 4/4/1952&lt;BR /&gt;1 7/28/1952&lt;BR /&gt;2 1/8/1952&lt;BR /&gt;3 2/26/1952&lt;BR /&gt;3 3/17/1952&lt;BR /&gt;3 5/3/1953&lt;BR /&gt;3 5/13/1953&lt;BR /&gt;3 6/2/1953&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;data two;&lt;BR /&gt;set one;&lt;BR /&gt;by id admission;&lt;BR /&gt;prevadmiss=lag(admission);&lt;BR /&gt;if first.id then do;&lt;BR /&gt;numofadmiss=0;&lt;BR /&gt;prevadmiss=admission;&lt;BR /&gt;end;&lt;BR /&gt;diff=admission-prevadmiss;&lt;BR /&gt;if diff &amp;lt; 365 and not first.id then numofadmiss+1;&lt;BR /&gt;if diff &amp;gt; 365 then numofadmiss=0;&lt;BR /&gt;/*keep id admission numofadmiss;*/&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc print;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 22:43:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323802#M71824</guid>
      <dc:creator>Recep</dc:creator>
      <dc:date>2017-01-10T22:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: The count of number of previous admissions within the last year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323806#M71826</link>
      <description>&lt;P&gt;That generates different solution that the SQL once your data is expanded. Please ensure the solution works for your actual data, not just your test data. But this illustrates the importance of generating test data that is reflective of your situation while still keeping it simple enough.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check this data set out:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; data one;
input id admission : mmddyy10.;
format admission mmddyy10.;
cards;
1 4/4/1952
1 7/28/1952
1 5/28/1953
1 5/28/1954
1 7/28/1954
1 11/28/1954
2 1/8/1952
3 2/26/1952
3 3/17/1952
3 5/3/1953
3 5/13/1953
3 6/2/1953
;
run;

data two;
set one;
by id admission;
prevadmiss=lag(admission);
if first.id then do;
numofadmiss=0;
prevadmiss=admission;
end;
diff=admission-prevadmiss;
if diff &amp;lt; 365 and not first.id then numofadmiss+1;
if diff &amp;gt; 365 then numofadmiss=0;
/*keep id admission numofadmiss;*/
run;

proc print;
run;

proc sql;
  create table want as
  select 
    a.id, 
    a.admission, 
    count(b.admission) as num_previous_visits
  from 
    one as a
    left join one as b
      on a.id=b.id and b.admission+1 &amp;lt; a.admission &amp;lt;= b.admission+365
  group by a.id, a.admission;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Jan 2017 22:56:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323806#M71826</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-01-10T22:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: The count of number of previous admissions within the last year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323811#M71829</link>
      <description>&lt;P&gt;Looks like Tech Support interpreted your requirement differently. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've added the following line to your data to demonstrate the difference:&amp;nbsp;&lt;STRONG&gt;3 9/17/1952&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code just adds up visits and only resets the counter if there is a gap of more than a year between two consecutive records and now that I've added a record for ID 3 there is never such a gap and you end up with a count over more than one year for the last few records.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/6657i92D8A8FFCB0A5B51/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I understood that you have been asking for a roling count of visits within a year. That's what Reeza's solution does.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data one;
  input id admission : mmddyy10.;
  format admission mmddyy10.;
  cards;
1 4/4/1952
1 7/28/1952
2 1/8/1952
3 2/26/1952
3 3/17/1952
3 9/17/1952
3 5/3/1953
3 5/13/1953
3 6/2/1953
;
run;

data two;
  set one;
  by id admission;
  prevadmiss=lag(admission);

  if first.id then
    do;
      numofadmiss=0;
      prevadmiss=admission;
    end;

  diff=admission-prevadmiss;

  if diff &amp;lt; 365 and not first.id then
    numofadmiss+1;

  if diff &amp;gt; 365 then
    numofadmiss=0;

  /*keep id admission numofadmiss;*/
run;

proc print;
run;

proc sql;
  create table want as
  select 
    a.id, 
    a.admission, 
    count(b.admission) as num_previous_visits
  from 
    one as a
    left join one as b
      on a.id=b.id and b.admission+1 &amp;lt; a.admission &amp;lt;= b.admission+365
  group by a.id, a.admission;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 20:57:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323811#M71829</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-01-17T20:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: The count of number of previous admissions within the last year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323825#M71836</link>
      <description>&lt;P&gt;Thank you again&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;! It was a major miss in my account. Perhaps I couldn't explain my problem to the SAS help desk properly (though you got the same problem definition from me and you got it right:)).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As Reeza said it is crucial to create a representative data set. Lesson learnt!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 23:58:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-count-of-number-of-previous-admissions-within-the-last-year/m-p/323825#M71836</guid>
      <dc:creator>Recep</dc:creator>
      <dc:date>2017-01-10T23:58:12Z</dc:date>
    </item>
  </channel>
</rss>

