<?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: data cleaning, deleting obsevations for visitdate within one year in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511755#M73075</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/186157"&gt;@Kyra&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Like for one MRN,&amp;nbsp; if any of two Date _of_proc is less than a year apart i want to delete that MRN.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MRN 1029 has Date _of_proc which was less than a year apart so i want to delete 1029.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1080 has Date _of_proc more than a year apart so i want to keep this MRN.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Next question: are your date values actual SAS date values with a SAS date format applied or are they character? If they are character the first step is to create an actual SAS date value so you can compare values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second: I think your definition of "more than a year apart" needs some expansion as when I look at the following I do not actually see a difference for exclusion/inclusion when compared with MRN=1080&lt;/P&gt;
&lt;PRE&gt;1029&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/9/15&lt;BR /&gt;1029    1/9/17
&lt;/PRE&gt;</description>
    <pubDate>Fri, 09 Nov 2018 17:33:02 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-11-09T17:33:02Z</dc:date>
    <item>
      <title>data cleaning, deleting obsevations for visitdate within one year</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511739#M73072</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a dataset looking like below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MRN&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_of_proc&lt;/P&gt;&lt;P&gt;1029&amp;nbsp;&amp;nbsp; 11/9/15&lt;/P&gt;&lt;P&gt;1029&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/9/15&lt;/P&gt;&lt;P&gt;1029&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/9/17&lt;/P&gt;&lt;P&gt;1029&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2/9/18&lt;/P&gt;&lt;P&gt;1050&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/5/17&lt;/P&gt;&lt;P&gt;1080&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/7/16&lt;/P&gt;&lt;P&gt;1080&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2/5/18&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to delete the observations for which Date_of_proc is within one year.and i want it look like this&lt;/P&gt;&lt;P&gt;MRN&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_of_proc&lt;/P&gt;&lt;P&gt;1050&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/5/17&lt;/P&gt;&lt;P&gt;1080&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/7/16&lt;/P&gt;&lt;P&gt;1080&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2/5/18&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help. Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 16:55:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511739#M73072</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2018-11-09T16:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: data cleaning, deleting obsevations for visitdate within one year</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511741#M73073</link>
      <description>&lt;P&gt;Can you clarify&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;within one year of &lt;U&gt;what&lt;/U&gt;?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 16:57:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511741#M73073</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-11-09T16:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: data cleaning, deleting obsevations for visitdate within one year</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511748#M73074</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like for one MRN,&amp;nbsp; if any of two Date _of_proc is less than a year apart i want to delete that MRN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MRN 1029 has Date _of_proc which was less than a year apart so i want to delete 1029.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1080 has Date _of_proc more than a year apart so i want to keep this MRN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 17:24:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511748#M73074</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2018-11-09T17:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: data cleaning, deleting obsevations for visitdate within one year</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511755#M73075</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/186157"&gt;@Kyra&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Like for one MRN,&amp;nbsp; if any of two Date _of_proc is less than a year apart i want to delete that MRN.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MRN 1029 has Date _of_proc which was less than a year apart so i want to delete 1029.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1080 has Date _of_proc more than a year apart so i want to keep this MRN.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Next question: are your date values actual SAS date values with a SAS date format applied or are they character? If they are character the first step is to create an actual SAS date value so you can compare values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second: I think your definition of "more than a year apart" needs some expansion as when I look at the following I do not actually see a difference for exclusion/inclusion when compared with MRN=1080&lt;/P&gt;
&lt;PRE&gt;1029&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/9/15&lt;BR /&gt;1029    1/9/17
&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Nov 2018 17:33:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511755#M73075</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-11-09T17:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: data cleaning, deleting obsevations for visitdate within one year</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511757#M73076</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;two of the dates for 1029 are 11/9/15 and 12/9/15 which is within one year so i want to delete this MRN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i run the proc contents below is what comes up for my date variable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS Output&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Date_of_proc&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;DATE9.&lt;/TD&gt;&lt;TD&gt;DATE9.&lt;/TD&gt;&lt;TD&gt;Date_of_proc&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Nov 2018 17:49:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511757#M73076</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2018-11-09T17:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: data cleaning, deleting obsevations for visitdate within one year</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511763#M73077</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/186157"&gt;@Kyra&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;two of the dates for 1029 are 11/9/15 and 12/9/15 which is within one year so i want to delete this MRN.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when i run the proc contents below is what comes up for my date variable&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Output&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE cellspacing="0" cellpadding="5"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Date_of_proc&lt;/TD&gt;
&lt;TD&gt;Num&lt;/TD&gt;
&lt;TD&gt;8&lt;/TD&gt;
&lt;TD&gt;DATE9.&lt;/TD&gt;
&lt;TD&gt;DATE9.&lt;/TD&gt;
&lt;TD&gt;Date_of_proc&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So at least we have date value to work with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So is&amp;nbsp;your rule actually: if &lt;STRONG&gt;ANY&lt;/STRONG&gt; two dates within the value of MRN are less than a year apart then delete the entire MRN.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now is a "year" always 365 days or are you considering leap days in the interval determination?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 18:02:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511763#M73077</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-11-09T18:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: data cleaning, deleting obsevations for visitdate within one year</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511766#M73078</link>
      <description>&lt;P&gt;if &lt;STRONG&gt;ANY&lt;/STRONG&gt; two dates within the value of MRN are less than a year apart then delete the entire MRN- Yes this is correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A year is always 365 for me.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 18:11:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511766#M73078</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2018-11-09T18:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: data cleaning, deleting obsevations for visitdate within one year</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511775#M73079</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input MRN    Date_of_proc :mmddyy10.;
format Date_of_proc mmddyy10.;
cards;
1029   11/9/15
1029    12/9/15
1029    1/9/17
1029     2/9/18
1050     12/5/17
1080      1/7/16
1080      2/5/18
;
proc sort data=have;
by mrn Date_of_proc;
run;

data want;
_f=.;
do until(last.mrn);
set have;
by mrn;
_temp_=dif(date_of_proc);
if first.mrn then call missing(_temp_);
if .&amp;lt;_temp_&amp;lt;365 then _f=1;
end;
do until(last.mrn);
set have;
by mrn;
if not _f then output;
end;
drop _:;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Nov 2018 18:32:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511775#M73079</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-11-09T18:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: data cleaning, deleting obsevations for visitdate within one year</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511776#M73080</link>
      <description>&lt;P&gt;Thank you very much . It worked.&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 18:42:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511776#M73080</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2018-11-09T18:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: data cleaning, deleting obsevations for visitdate within one year</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511777#M73081</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/138205"&gt;@novinosrin&lt;/a&gt;: Good. I think you can save three lines with&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if .&amp;lt;dif(date_of_proc)&amp;lt;365 &amp;amp; ~first.mrn then _f=1;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Nov 2018 18:42:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511777#M73081</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-11-09T18:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: data cleaning, deleting obsevations for visitdate within one year</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511779#M73082</link>
      <description>ok. will look into it.&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Nov 2018 18:47:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511779#M73082</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2018-11-09T18:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: data cleaning, deleting obsevations for visitdate within one year</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511784#M73083</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/186157"&gt;@Kyra&lt;/a&gt;&amp;nbsp; Improving upon&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;&amp;nbsp;sir's neat suggestion &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
do until(last.mrn);
set have;
by mrn;
if not first.mrn and .&amp;lt;dif(Date_of_proc)&amp;lt;365 then _f=1;
end;
do until(last.mrn);
set have;
by mrn;
if not _f then output;
end;
drop _:;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Nov 2018 19:08:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511784#M73083</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-11-09T19:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: data cleaning, deleting obsevations for visitdate within one year</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511849#M73084</link>
      <description>&lt;P&gt;Thank you very much for these codes. But the previous codes were also correct, Right?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 21:52:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511849#M73084</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2018-11-09T21:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: data cleaning, deleting obsevations for visitdate within one year</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511852#M73085</link>
      <description>&lt;P&gt;Yes indeed it is correct. But we learn from guru&amp;nbsp;'s like&amp;nbsp;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;to further speed up learning and optimise processes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am privileged to get such selfless mentors&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And hey, Don't worry or dwell too much. Perfectionists are a blessing, if and when you become a regular here, you would get those too. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; I get them in many threads&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Idea is to get those champs interested in getting to see what we have done. That in itself is a privilege.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 22:02:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511852#M73085</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-11-09T22:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: data cleaning, deleting obsevations for visitdate within one year</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511853#M73086</link>
      <description>&lt;P&gt;Thank you very much. I have just started to work on SAS so wanted to make sure i used correct codes. This forum is an asset to beginners like me. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 22:01:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/data-cleaning-deleting-obsevations-for-visitdate-within-one-year/m-p/511853#M73086</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2018-11-09T22:01:52Z</dc:date>
    </item>
  </channel>
</rss>

