<?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 check in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581518#M165291</link>
    <description>Thanks for your reply. I have I more condition to be added.&lt;BR /&gt;&lt;BR /&gt;If Visit is ‘Unsch’ then that record should be deleted if Days gap is less than 10. Hence here 4rd and 6th record should be deleted&lt;BR /&gt;&lt;BR /&gt;Can you add the condition also please. I have added one more below for ‘Unsch’ visit&lt;BR /&gt;&lt;BR /&gt;data have;&lt;BR /&gt;input id Visit &amp;amp; $10. date :date9. response $;&lt;BR /&gt;format date date9.;&lt;BR /&gt;cards;&lt;BR /&gt;01 Base 02APR2019 N&lt;BR /&gt;01 Vis 1 18APR2019 N&lt;BR /&gt;01 Vis 2 20APR2019 N&lt;BR /&gt;01 Unsch 22APR2019 Y&lt;BR /&gt;01 Vis 2 04MAY2019 Y&lt;BR /&gt;01 Vis 3 16MAY2019 N&lt;BR /&gt;;</description>
    <pubDate>Thu, 15 Aug 2019 17:19:22 GMT</pubDate>
    <dc:creator>vandhan</dc:creator>
    <dc:date>2019-08-15T17:19:22Z</dc:date>
    <item>
      <title>Data check</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581177#M165148</link>
      <description>&lt;P&gt;I have data like below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;id----Visit --------date------- response&lt;/P&gt;&lt;P&gt;01&amp;nbsp; &amp;nbsp; Base&amp;nbsp; &amp;nbsp;02APR2019&amp;nbsp; &amp;nbsp; &amp;nbsp; N&lt;/P&gt;&lt;P&gt;01&amp;nbsp; &amp;nbsp; Vis 1&amp;nbsp; &amp;nbsp;18APR2019&amp;nbsp; &amp;nbsp; &amp;nbsp; N&lt;/P&gt;&lt;P&gt;01&amp;nbsp; &amp;nbsp; Vis 1&amp;nbsp; &amp;nbsp;20APR2019&amp;nbsp; &amp;nbsp; &amp;nbsp; N&amp;nbsp;&lt;/P&gt;&lt;P&gt;01&amp;nbsp; &amp;nbsp; Vis&amp;nbsp; 2&amp;nbsp; &amp;nbsp;04MAY2019&amp;nbsp; &amp;nbsp; &amp;nbsp; Y&amp;nbsp;&lt;/P&gt;&lt;P&gt;01&amp;nbsp; &amp;nbsp; Vis&amp;nbsp; 3&amp;nbsp; &amp;nbsp;16MAY2019&amp;nbsp; &amp;nbsp; &amp;nbsp; N&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Want :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. if next record date difference date &amp;lt;=10 days then I want delete the records regardless of visit name.&lt;/P&gt;&lt;P&gt;2. I want per id until Y response. from Y I dont want records. In this I dont want Vis 3 record from above data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&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;&amp;nbsp;&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;</description>
      <pubDate>Wed, 14 Aug 2019 15:10:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581177#M165148</guid>
      <dc:creator>vandhan</dc:creator>
      <dc:date>2019-08-14T15:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data check</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581178#M165149</link>
      <description>Please show expected output from this data.</description>
      <pubDate>Wed, 14 Aug 2019 15:11:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581178#M165149</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-14T15:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data check</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581180#M165151</link>
      <description>&lt;P&gt;So in total, which records should be deleted here?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 15:20:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581180#M165151</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-08-14T15:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Data check</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581182#M165153</link>
      <description>And you should probably add more than one ID since your real data will likely have that unless you're sure you're comfortable generalizing the code.</description>
      <pubDate>Wed, 14 Aug 2019 15:22:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581182#M165153</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-14T15:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data check</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581184#M165154</link>
      <description>&lt;P&gt;id----Visit --------date------- response&lt;/P&gt;&lt;P&gt;01&amp;nbsp; &amp;nbsp; Base&amp;nbsp; &amp;nbsp;02APR2019&amp;nbsp; &amp;nbsp; &amp;nbsp; N&lt;/P&gt;&lt;P&gt;01&amp;nbsp; &amp;nbsp; Vis 1&amp;nbsp; &amp;nbsp;18APR2019&amp;nbsp; &amp;nbsp; &amp;nbsp; N&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;01&amp;nbsp; &amp;nbsp; Vis 1&amp;nbsp; &amp;nbsp;20APR2019&amp;nbsp; &amp;nbsp; &amp;nbsp; N&amp;nbsp;&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;01&amp;nbsp; &amp;nbsp; Vis&amp;nbsp; 2&amp;nbsp; &amp;nbsp;04MAY2019&amp;nbsp; &amp;nbsp; &amp;nbsp; Y&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;01&amp;nbsp; &amp;nbsp; Vis&amp;nbsp; 3&amp;nbsp; &amp;nbsp;16MAY2019&amp;nbsp; &amp;nbsp; &amp;nbsp; N&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3rd and 5th records I want to remove.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3rd - since difference with previous visit is just 2 days. I want more than 10 days gap between visits.&lt;/P&gt;&lt;P&gt;5th - Response is N after Y response. I want to remove all records which occured after Y response for particular subject.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 15:25:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581184#M165154</guid>
      <dc:creator>vandhan</dc:creator>
      <dc:date>2019-08-14T15:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data check</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581185#M165155</link>
      <description>&lt;P&gt;id----Visit --------date------- response&lt;/P&gt;&lt;P&gt;01&amp;nbsp; &amp;nbsp; Base&amp;nbsp; &amp;nbsp;02APR2019&amp;nbsp; &amp;nbsp; &amp;nbsp; N&lt;/P&gt;&lt;P&gt;01&amp;nbsp; &amp;nbsp; Vis 1&amp;nbsp; &amp;nbsp;18APR2019&amp;nbsp; &amp;nbsp; &amp;nbsp; N&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;01&amp;nbsp; &amp;nbsp; Vis 1&amp;nbsp; &amp;nbsp;20APR2019&amp;nbsp; &amp;nbsp; &amp;nbsp; N&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;01&amp;nbsp; &amp;nbsp; Vis&amp;nbsp; 2&amp;nbsp; &amp;nbsp;04MAY2019&amp;nbsp; &amp;nbsp; &amp;nbsp; Y&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;01&amp;nbsp; &amp;nbsp; Vis&amp;nbsp; 3&amp;nbsp; &amp;nbsp;16MAY2019&amp;nbsp; &amp;nbsp; &amp;nbsp; N&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3rd and 5th records I want to remove.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3rd - since difference with previous visit is just 2 days. I want more than 10 days gap between visits.&lt;/P&gt;&lt;P&gt;5th - Response is N after Y response. I want to remove all records which occured after Y response for particular subject.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 15:26:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581185#M165155</guid>
      <dc:creator>vandhan</dc:creator>
      <dc:date>2019-08-14T15:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data check</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581196#M165158</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
set have;

retain response_flag;

prev_date = lag(date);
response_flag = 0;

if date - prev_date &amp;lt; 10 then delete;

if response_flag = 1 then delete;

if response = 'Y' and response_flag = 0 then response_flag=1;

run;



&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12567"&gt;@vandhan&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;id----Visit --------date------- response&lt;/P&gt;
&lt;P&gt;01&amp;nbsp; &amp;nbsp; Base&amp;nbsp; &amp;nbsp;02APR2019&amp;nbsp; &amp;nbsp; &amp;nbsp; N&lt;/P&gt;
&lt;P&gt;01&amp;nbsp; &amp;nbsp; Vis 1&amp;nbsp; &amp;nbsp;18APR2019&amp;nbsp; &amp;nbsp; &amp;nbsp; N&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;01&amp;nbsp; &amp;nbsp; Vis 1&amp;nbsp; &amp;nbsp;20APR2019&amp;nbsp; &amp;nbsp; &amp;nbsp; N&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;01&amp;nbsp; &amp;nbsp; Vis&amp;nbsp; 2&amp;nbsp; &amp;nbsp;04MAY2019&amp;nbsp; &amp;nbsp; &amp;nbsp; Y&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;01&amp;nbsp; &amp;nbsp; Vis&amp;nbsp; 3&amp;nbsp; &amp;nbsp;16MAY2019&amp;nbsp; &amp;nbsp; &amp;nbsp; N&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3rd and 5th records I want to remove.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3rd - since difference with previous visit is just 2 days. I want more than 10 days gap between visits.&lt;/P&gt;
&lt;P&gt;5th - Response is N after Y response. I want to remove all records which occured after Y response for particular subject.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 15:52:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581196#M165158</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-14T15:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data check</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581205#M165161</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12567"&gt;@vandhan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input id Visit &amp;amp; $10.  date :date9. response $;
format date date9.;
cards;
01    Base   02APR2019      N
01    Vis 1   18APR2019      N
01    Vis 1   20APR2019      N 
01    Vis 2   04MAY2019      Y 
01    Vis 3   16MAY2019      N
;

data want ;
do _n_=1 by 1 until(last.id);
 set have;
 by id;
 if (dif(date)&amp;gt;10 or _n_=1) and not _k then output;
 if response='Y' then _k=1;
end;
drop _:;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Notes:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;(dif(date)&amp;gt;10 or _n_=1)&amp;nbsp;&lt;/STRONG&gt; can also be written as&lt;STRONG&gt;&amp;nbsp;(dif(date)&amp;gt;10 or first.id)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 16:21:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581205#M165161</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-08-14T16:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data check</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581281#M165200</link>
      <description>&lt;P&gt;what if the RESPONSE='Y' record appears on an observation that your rule says to delete?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 20:41:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581281#M165200</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-08-14T20:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data check</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581518#M165291</link>
      <description>Thanks for your reply. I have I more condition to be added.&lt;BR /&gt;&lt;BR /&gt;If Visit is ‘Unsch’ then that record should be deleted if Days gap is less than 10. Hence here 4rd and 6th record should be deleted&lt;BR /&gt;&lt;BR /&gt;Can you add the condition also please. I have added one more below for ‘Unsch’ visit&lt;BR /&gt;&lt;BR /&gt;data have;&lt;BR /&gt;input id Visit &amp;amp; $10. date :date9. response $;&lt;BR /&gt;format date date9.;&lt;BR /&gt;cards;&lt;BR /&gt;01 Base 02APR2019 N&lt;BR /&gt;01 Vis 1 18APR2019 N&lt;BR /&gt;01 Vis 2 20APR2019 N&lt;BR /&gt;01 Unsch 22APR2019 Y&lt;BR /&gt;01 Vis 2 04MAY2019 Y&lt;BR /&gt;01 Vis 3 16MAY2019 N&lt;BR /&gt;;</description>
      <pubDate>Thu, 15 Aug 2019 17:19:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581518#M165291</guid>
      <dc:creator>vandhan</dc:creator>
      <dc:date>2019-08-15T17:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data check</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581519#M165292</link>
      <description>Have you tried modifying it yourself so far? If so, please post what you've tried. It's a bad idea to run code you don't understand...</description>
      <pubDate>Thu, 15 Aug 2019 17:20:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581519#M165292</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-15T17:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data check</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581526#M165295</link>
      <description>&lt;P&gt;&lt;EM&gt;"It's a bad idea to run code you don't understand..."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp; That's Bingo!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Reminds me of&amp;nbsp; my dire situation back in Sep-oct 2012, hmm&amp;nbsp; My very first basic exposure to SAS and didn't even understand what's DATA and SET statement. Jeez!, Believe it or not, was sitting at work. Used my desk phone to call my mom. Give her the HAVE and WANT. Mom used som crazy proc sql to avoid hoops of arrays and loops but compelled to use loops at times. Boss, holding me on the fire. Didn't understand the solutions nor the HAVE/WANT and finally&amp;nbsp; However , I quit within 3 months and fell into depression.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 17:35:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581526#M165295</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-08-15T17:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data check</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581534#M165296</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12567"&gt;@vandhan&lt;/a&gt;&amp;nbsp; &amp;nbsp;Please post the below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Sample of HAVE (which you did)&lt;/P&gt;
&lt;P&gt;2. Sample of WANT(expected output for the sample HAVE)&lt;/P&gt;
&lt;P&gt;3. Business logic to be coded.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Figures are much more helpful. Also, take your time, get the requirements in full and we shall get it done in one shot. Cheers!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 17:53:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581534#M165296</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-08-15T17:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data check</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581536#M165297</link>
      <description>Your mom is a SAS programmer? You're a second generation SAS programmer! That's kinda cool. I don't know very many people outside of work who even know what SAS is - first in my family to get a post secondary degree type background. &lt;BR /&gt;&lt;BR /&gt;Yeah, a good boss gives you space to learn while still holding your feet to the fire &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;</description>
      <pubDate>Thu, 15 Aug 2019 18:00:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581536#M165297</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-15T18:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data check</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581541#M165300</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;Your mom is a SAS programmer?" - No. She was forced to learn for my sake as I was struggling. So what i learned in 6 years, she did in half the time. We started together. lol&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 18:04:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581541#M165300</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-08-15T18:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data check</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581546#M165304</link>
      <description>lol, that's interesting. Still good that you had someone to rely on &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 15 Aug 2019 18:15:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-check/m-p/581546#M165304</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-15T18:15:07Z</dc:date>
    </item>
  </channel>
</rss>

