<?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: Select var based on sequence of date in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772014#M245072</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19356"&gt;@alagiejatta&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;If someone has test in all five then all the slots will be filled. I am sorry I forget to include slot5 in the output sample&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt; asked "What are you planning to do with this later on?" I don't see an answer. After you re-arrange the data, what analysis or reporting are you going to do? Knowing this information can really help devise the best method of handling this data.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Oct 2021 21:14:52 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2021-10-04T21:14:52Z</dc:date>
    <item>
      <title>Select var based on sequence of date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772005#M245065</link>
      <description>&lt;P&gt;I have a data set like this&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ID&lt;/TD&gt;&lt;TD&gt;&amp;nbsp; vr&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;bd&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;fx&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;gh&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A11&lt;/TD&gt;&lt;TD&gt;1/2/1999&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;6/4/2012&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/TD&gt;&lt;TD&gt;8/1/2021&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A12&lt;/TD&gt;&lt;TD&gt;3/5/2021&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A13&lt;/TD&gt;&lt;TD&gt;3/5/2000&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;4/17/1988&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A14&lt;/TD&gt;&lt;TD&gt;10/24/1956&lt;/TD&gt;&lt;TD&gt;12/2/1967&lt;/TD&gt;&lt;TD&gt;1/6/2001&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A15&lt;/TD&gt;&lt;TD&gt;7/1/1996&lt;/TD&gt;&lt;TD&gt;11/7/1990&amp;nbsp; &amp;nbsp;&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;7/21/2001&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted a table like this. Varaibles are selected based dates values- earliest date will fill slit1 and latest date fill slot 4. Missing dates are ignored.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ID&lt;/TD&gt;&lt;TD&gt;&amp;nbsp; vr&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;bd&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;fx&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;gh&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;yz&lt;/TD&gt;&lt;TD&gt;slot1&lt;/TD&gt;&lt;TD&gt;slot2&lt;/TD&gt;&lt;TD&gt;slot3&lt;/TD&gt;&lt;TD&gt;slot4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A11&lt;/TD&gt;&lt;TD&gt;1/2/1999&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;8/1/2021&lt;/TD&gt;&lt;TD&gt;9/23/2019&lt;/TD&gt;&lt;TD&gt;vr&lt;/TD&gt;&lt;TD&gt;gh&lt;/TD&gt;&lt;TD&gt;yz&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A12&lt;/TD&gt;&lt;TD&gt;3/5/2021&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;3/5/2000&lt;/TD&gt;&lt;TD&gt;yz&lt;/TD&gt;&lt;TD&gt;vr&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A13&lt;/TD&gt;&lt;TD&gt;3/5/2000&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;4/17/1988&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;gh&lt;/TD&gt;&lt;TD&gt;vr&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A14&lt;/TD&gt;&lt;TD&gt;10/24/1956&lt;/TD&gt;&lt;TD&gt;12/2/1967&lt;/TD&gt;&lt;TD&gt;1/6/2001&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;fx&lt;/TD&gt;&lt;TD&gt;bd&lt;/TD&gt;&lt;TD&gt;vr&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A15&lt;/TD&gt;&lt;TD&gt;7/1/1996&lt;/TD&gt;&lt;TD&gt;11/7/1990&amp;nbsp; &amp;nbsp;&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;7/21/2001&lt;/TD&gt;&lt;TD&gt;6/10/2000&lt;/TD&gt;&lt;TD&gt;bd&lt;/TD&gt;&lt;TD&gt;vr&lt;/TD&gt;&lt;TD&gt;yz&lt;/TD&gt;&lt;TD&gt;gh&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 20:36:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772005#M245065</guid>
      <dc:creator>alagiejatta</dc:creator>
      <dc:date>2021-10-04T20:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select var based on sequence of date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772008#M245067</link>
      <description>What happens if someone has a test in all 5 categories? &lt;BR /&gt;Do you need exactly 5 or does this need to scale?&lt;BR /&gt;What are you planning to do with this later on?&lt;BR /&gt;&lt;BR /&gt;I'm leaning very strongly to suggesting whatever you're doing is likely easier using a long format such as:&lt;BR /&gt;&lt;BR /&gt;ID TEST DATE&lt;BR /&gt;A11 VR 1/2/1999&lt;BR /&gt;A11 GH 8/1/2021&lt;BR /&gt;A12 VR 3/5/2021&lt;BR /&gt;A13 VR 3/5/2000&lt;BR /&gt;....</description>
      <pubDate>Mon, 04 Oct 2021 20:41:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772008#M245067</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-10-04T20:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Select var based on sequence of date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772010#M245069</link>
      <description>&lt;P&gt;If someone has test in all five then all the slots will be filled. I am sorry I forget to include slot5 in the output sample&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 20:43:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772010#M245069</guid>
      <dc:creator>alagiejatta</dc:creator>
      <dc:date>2021-10-04T20:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select var based on sequence of date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772013#M245071</link>
      <description>&lt;P&gt;What &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;said. Transpose to long, sort by date and assign a number sequence, then transpose back to wide.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 21:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772013#M245071</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-04T21:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Select var based on sequence of date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772014#M245072</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19356"&gt;@alagiejatta&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;If someone has test in all five then all the slots will be filled. I am sorry I forget to include slot5 in the output sample&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt; asked "What are you planning to do with this later on?" I don't see an answer. After you re-arrange the data, what analysis or reporting are you going to do? Knowing this information can really help devise the best method of handling this data.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 21:14:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772014#M245072</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-04T21:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select var based on sequence of date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772019#M245074</link>
      <description>So the final product is to show a sequence of event. I will submit a file the shows which event occur first, second, third etc by ID. For A11 the final answer is VR-GH-YZ</description>
      <pubDate>Mon, 04 Oct 2021 21:21:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772019#M245074</guid>
      <dc:creator>alagiejatta</dc:creator>
      <dc:date>2021-10-04T21:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Select var based on sequence of date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772020#M245075</link>
      <description>&lt;P&gt;The long data set as suggested by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt; will do that, and should be much easier to program.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 21:24:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772020#M245075</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-04T21:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Select var based on sequence of date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772022#M245076</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19356"&gt;@alagiejatta&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;So the final product is to show a sequence of event. I will submit a file the shows which event occur first, second, third etc by ID. For A11 the final answer is VR-GH-YZ&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So you actually do not need the wide layout, you can use the long dataset after sorting.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 21:24:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772022#M245076</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-04T21:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select var based on sequence of date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772035#M245084</link>
      <description>&lt;P&gt;Convert it to a long structure as I suggested, possibly it started out that way?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either way, look at the options here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://gist.github.com/statgeek/d583cfa992bf56da51d435165b07e96a" target="_blank"&gt;https://gist.github.com/statgeek/d583cfa992bf56da51d435165b07e96a&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 22:14:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772035#M245084</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-10-04T22:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Select var based on sequence of date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772075#M245110</link>
      <description>&lt;P&gt;See here the whole code, from converting to the long layout to a report presenting the data in wide form:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
infile datalines dlm="09"x dsd truncover;
input ID $ (vr bd fx gh) (:mmddyy10.);
format vr bd fx gh yymmdd10.;
datalines;
A11	1/2/1999	.	 6/4/2012       	8/1/2021
A12	3/5/2021	.	.	.
A13	3/5/2000	.	.	4/17/1988
A14	10/24/1956	12/2/1967	1/6/2001	.
A15	7/1/1996	11/7/1990   	.	7/21/2001
;

proc transpose
  data=have
  out=long (
   rename=(col1=date)
   where=(date ne .)
  )
;
by ID;
var vr--gh;
run;

proc sort data=long;
by id date;
run;

data want;
set long;
by id;
if first.id
then ct = 1;
else ct + 1;
slot = cats("slot",ct);
drop ct;
run;

proc report data=want;
column id _name_,slot n;
define id / group;
define _name_ / "" display;
define n / noprint;
define slot / "" across;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Oct 2021 07:08:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772075#M245110</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-05T07:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Select var based on sequence of date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772076#M245111</link>
      <description>&lt;PRE&gt;data have;
infile cards expandtabs;
input ID	$ ( vr              	bd               	 fx                  	gh) (:mmddyy12.); 
format vr bd fx gh mmddyy10.;
cards;                 
A11	1/2/1999	.	 6/4/2012       	8/1/2021
A12	3/5/2021	.	.	.
A13	3/5/2000	.	.	4/17/1988
A14	10/24/1956	12/2/1967	1/6/2001	.
A15	7/1/1996	11/7/1990   	.	7/21/2001
;


data want;
if _n_=1 then do;
 length date 8 vname $ 40;
 declare hash h(multidata:'y',ordered:'y');
 declare hiter hi('h');
 h.definekey('date');
 h.definedata('vname');
 h.definedone();
end;
 set have;
 array x{*}  vr bd  fx gh;
 array y{*} $ 40 slot1-slot4;
 do i=1 to dim(x);
   date=x{i};vname=vname(x{i});
   if not missing(date) then h.add();
 end;
 do i=1 by 1 while(hi.next()=0);
   y{i}=vname;
 end;
 h.clear();
 drop i date vname;
run;

proc print;run;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Oct 2021 07:12:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772076#M245111</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-10-05T07:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Select var based on sequence of date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772082#M245113</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19356"&gt;@alagiejatta&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible that duplicate dates occur for the same ID as in my sample data below for ID A99?&lt;/P&gt;
&lt;PRE&gt;data have;
input ID $ (vr bd fx gh yz)(:mmddyy.);
format vr--yz mmddyy10.;
cards;
A11 1/2/1999 . 6/4/2012 8/1/2021 9/23/2019
A12 3/5/2021 . . . 3/5/2000
A13 3/5/2000 . . 4/17/1988 .
A14 10/24/1956 12/2/1967 1/6/2001 . .
A15 7/1/1996 11/7/1990 . 7/21/2001 6/10/2000
A99 9/23/2019 &lt;FONT color="#FF0000"&gt;3/5/2000&lt;/FONT&gt; 4/17/1988 &lt;FONT color="#FF0000"&gt;3/5/2000&lt;/FONT&gt; 1/2/1999
;&lt;/PRE&gt;
&lt;P&gt;If not, you could populate the "slot" variables like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
set have;
array _d[*] vr--yz;
array slot[5] $32;
do _n_=1 to n(of _d[*]);
  slot[_n_]=vname(_d[whichn(smallest(_n_, of _d[*]), of _d[*])]);
end;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;(Only the name of the first of two or more variables containing the same date would occur in the "slots:" &lt;FONT face="courier new,courier"&gt;slot3=slot4='bd'&lt;/FONT&gt;&amp;nbsp;for ID A99 in the example above.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That said, I agree with the others who recommend a "long" data structure.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 07:50:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Select-var-based-on-sequence-of-date/m-p/772082#M245113</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2021-10-05T07:50:25Z</dc:date>
    </item>
  </channel>
</rss>

