<?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: How to create a new variable from different levels of three other variables ( categorical) in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-new-variable-from-different-levels-of-three/m-p/801179#M33200</link>
    <description>&lt;P&gt;Please post the complete log (code and messages) of the data step where you applied your condition. Use this button to post the log text:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54552i914D97BE1B0F21E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2022 20:14:24 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-03-09T20:14:24Z</dc:date>
    <item>
      <title>How to create a new variable from different levels of three other variables ( categorical)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-new-variable-from-different-levels-of-three/m-p/801177#M33199</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have three categorical variables in my data set:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. alcohol (current=1, other=0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. smk (current=1, other=0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.drug (current=1, other=0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;now i want to creat a variable that only includes level1 of these variables:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;here is what I wrote:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if alcohol=1 &amp;amp; smk=1 &amp;amp; drug=1 then (new variable name)= 1; else (new variable)=0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;however this is not showing in my proc freq.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;any advice is appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 20:05:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-new-variable-from-different-levels-of-three/m-p/801177#M33199</guid>
      <dc:creator>raheleh22</dc:creator>
      <dc:date>2022-03-09T20:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new variable from different levels of three other variables ( categorical)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-new-variable-from-different-levels-of-three/m-p/801179#M33200</link>
      <description>&lt;P&gt;Please post the complete log (code and messages) of the data step where you applied your condition. Use this button to post the log text:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54552i914D97BE1B0F21E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 20:14:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-new-variable-from-different-levels-of-three/m-p/801179#M33200</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-03-09T20:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new variable from different levels of three other variables ( categorical)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-new-variable-from-different-levels-of-three/m-p/801180#M33201</link>
      <description>Show your full code and log.</description>
      <pubDate>Wed, 09 Mar 2022 20:15:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-new-variable-from-different-levels-of-three/m-p/801180#M33201</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-03-09T20:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new variable from different levels of three other variables ( categorical)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-new-variable-from-different-levels-of-three/m-p/801193#M33203</link>
      <description>&lt;P&gt;Are your variables numeric or character? If you write code to compare character values to numeric things quite often go not as expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a syntax problem a previous version of the data set would not be replaced.&lt;/P&gt;
&lt;P&gt;Are you sure that you ran proc freq against a new data set? (Hope you created a new data set or you may be spending a lot of time recreating the original data.)&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 21:19:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-new-variable-from-different-levels-of-three/m-p/801193#M33203</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-03-09T21:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new variable from different levels of three other variables ( categorical)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-new-variable-from-different-levels-of-three/m-p/801728#M33230</link>
      <description>&lt;P&gt;&lt;STRONG&gt;so here is my sas code: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data&lt;/STRONG&gt; KNP;/*grade= studetn's grade*/&lt;/P&gt;&lt;P&gt;set Pratap_KN_Analysis;&lt;/P&gt;&lt;P&gt;if ethncty= &lt;STRONG&gt;5&lt;/STRONG&gt; then ethnicitycat=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;else ethnicitycat=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;if Relign= &lt;STRONG&gt;1&lt;/STRONG&gt; then religioncat=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;else religioncat=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;/*we need to merge marijuana with drug use**************************/&lt;/P&gt;&lt;P&gt;if&amp;nbsp; Rcnt_Drug=&lt;STRONG&gt;1&lt;/STRONG&gt; or Rcnt_Mrjuna=&lt;STRONG&gt;1&lt;/STRONG&gt; then drug_use=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;else drug_use=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;/********my question is this part**************************************/&lt;/P&gt;&lt;P&gt;if Crnt_Alcohol=&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;amp; Crnt_use_Smoke=&lt;STRONG&gt;0&lt;/STRONG&gt; &amp;amp; drug_use=&lt;STRONG&gt;0&lt;/STRONG&gt; then healthrisk1=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;else healthrisk1=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;if Crnt_Alcohol=&lt;STRONG&gt;0&lt;/STRONG&gt; &amp;amp; Crnt_use_Smoke=&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;amp; drug_use=&lt;STRONG&gt;0&lt;/STRONG&gt; then healthrisk2=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;else healthrisk2=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;if Crnt_Alcohol=&lt;STRONG&gt;0&lt;/STRONG&gt; &amp;amp; Crnt_use_Smoke=&lt;STRONG&gt;0&lt;/STRONG&gt; &amp;amp; drug_use=&lt;STRONG&gt;1&lt;/STRONG&gt; then healthrisk3=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;else healthrisk3=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;if Crnt_Alcohol=&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;amp; Crnt_use_Smoke=&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;amp; drug_use=&lt;STRONG&gt;0&lt;/STRONG&gt; then healthrisk4=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;else healthrisk4=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;if Crnt_Alcohol=&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;amp; Crnt_use_Smoke=&lt;STRONG&gt;0&lt;/STRONG&gt; &amp;amp; drug_use=&lt;STRONG&gt;1&lt;/STRONG&gt; then healthrisk5=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;else healthrisk5=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;if Crnt_Alcohol=&lt;STRONG&gt;0&lt;/STRONG&gt; &amp;amp; Crnt_use_Smoke=&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;amp; drug_use=&lt;STRONG&gt;1&lt;/STRONG&gt; then healthrisk6=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;else healthrisk6=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;if Crnt_Alcohol=&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;amp; Crnt_use_Smoke=&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;amp; drug_use=&lt;STRONG&gt;1&lt;/STRONG&gt; then healthrisk7=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;else healthrisk7=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;if healthrisk1 or healthrisk2 or healthrisk3=&lt;STRONG&gt;1&lt;/STRONG&gt; then healthrisk=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;if healthrisk4=&lt;STRONG&gt;1&lt;/STRONG&gt; or healthrsik5=&lt;STRONG&gt;1&lt;/STRONG&gt; or healthrisk6=&lt;STRONG&gt;1&lt;/STRONG&gt; then healthrisk=&lt;STRONG&gt;2&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;if healthrisk7=&lt;STRONG&gt;1&lt;/STRONG&gt; then healthrisk=&lt;STRONG&gt;3&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;else healthrisk =&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;if Q32 = &lt;STRONG&gt;7&lt;/STRONG&gt; then physical = &lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;else physical = &lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;if Q72 &amp;lt;=&lt;STRONG&gt;3&lt;/STRONG&gt; then friends = &lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;else friends =&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;if Q74 &amp;lt;=&lt;STRONG&gt;3&lt;/STRONG&gt; then family = &lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;else family =&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 19:31:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-new-variable-from-different-levels-of-three/m-p/801728#M33230</guid>
      <dc:creator>raheleh22</dc:creator>
      <dc:date>2022-03-11T19:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new variable from different levels of three other variables ( categorical)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-new-variable-from-different-levels-of-three/m-p/801734#M33231</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if healthrisk1 or healthrisk2 or healthrisk3=1 then healthrisk=1;

if healthrisk4=1 or healthrsik5=1 or healthrisk6=1 then healthrisk=2;

if healthrisk7=1 then healthrisk=3;

else healthrisk =0;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This is one problem. That last ELSE conditions sets everything not 3 back to 0.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should be:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if healthrisk1 or healthrisk2 or healthrisk3=1 then healthrisk=1;

else if healthrisk4=1 or healthrsik5=1 or healthrisk6=1 then healthrisk=2;

else if healthrisk7=1 then healthrisk=3;

else healthrisk =0;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/419260"&gt;@raheleh22&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;STRONG&gt;so here is my sas code: &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Data&lt;/STRONG&gt; KNP;/*grade= studetn's grade*/&lt;/P&gt;
&lt;P&gt;set Pratap_KN_Analysis;&lt;/P&gt;
&lt;P&gt;if ethncty= &lt;STRONG&gt;5&lt;/STRONG&gt; then ethnicitycat=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;else ethnicitycat=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;if Relign= &lt;STRONG&gt;1&lt;/STRONG&gt; then religioncat=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;else religioncat=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;/*we need to merge marijuana with drug use**************************/&lt;/P&gt;
&lt;P&gt;if&amp;nbsp; Rcnt_Drug=&lt;STRONG&gt;1&lt;/STRONG&gt; or Rcnt_Mrjuna=&lt;STRONG&gt;1&lt;/STRONG&gt; then drug_use=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;else drug_use=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;/********my question is this part**************************************/&lt;/P&gt;
&lt;P&gt;if Crnt_Alcohol=&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;amp; Crnt_use_Smoke=&lt;STRONG&gt;0&lt;/STRONG&gt; &amp;amp; drug_use=&lt;STRONG&gt;0&lt;/STRONG&gt; then healthrisk1=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;else healthrisk1=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;if Crnt_Alcohol=&lt;STRONG&gt;0&lt;/STRONG&gt; &amp;amp; Crnt_use_Smoke=&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;amp; drug_use=&lt;STRONG&gt;0&lt;/STRONG&gt; then healthrisk2=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;else healthrisk2=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;if Crnt_Alcohol=&lt;STRONG&gt;0&lt;/STRONG&gt; &amp;amp; Crnt_use_Smoke=&lt;STRONG&gt;0&lt;/STRONG&gt; &amp;amp; drug_use=&lt;STRONG&gt;1&lt;/STRONG&gt; then healthrisk3=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;else healthrisk3=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;if Crnt_Alcohol=&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;amp; Crnt_use_Smoke=&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;amp; drug_use=&lt;STRONG&gt;0&lt;/STRONG&gt; then healthrisk4=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;else healthrisk4=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;if Crnt_Alcohol=&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;amp; Crnt_use_Smoke=&lt;STRONG&gt;0&lt;/STRONG&gt; &amp;amp; drug_use=&lt;STRONG&gt;1&lt;/STRONG&gt; then healthrisk5=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;else healthrisk5=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;if Crnt_Alcohol=&lt;STRONG&gt;0&lt;/STRONG&gt; &amp;amp; Crnt_use_Smoke=&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;amp; drug_use=&lt;STRONG&gt;1&lt;/STRONG&gt; then healthrisk6=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;else healthrisk6=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;if Crnt_Alcohol=&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;amp; Crnt_use_Smoke=&lt;STRONG&gt;1&lt;/STRONG&gt; &amp;amp; drug_use=&lt;STRONG&gt;1&lt;/STRONG&gt; then healthrisk7=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;else healthrisk7=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;if healthrisk1 or healthrisk2 or healthrisk3=&lt;STRONG&gt;1&lt;/STRONG&gt; then healthrisk=&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;if healthrisk4=&lt;STRONG&gt;1&lt;/STRONG&gt; or healthrsik5=&lt;STRONG&gt;1&lt;/STRONG&gt; or healthrisk6=&lt;STRONG&gt;1&lt;/STRONG&gt; then healthrisk=&lt;STRONG&gt;2&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;if healthrisk7=&lt;STRONG&gt;1&lt;/STRONG&gt; then healthrisk=&lt;STRONG&gt;3&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;else healthrisk =&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;if Q32 = &lt;STRONG&gt;7&lt;/STRONG&gt; then physical = &lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;else physical = &lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;if Q72 &amp;lt;=&lt;STRONG&gt;3&lt;/STRONG&gt; then friends = &lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;else friends =&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;if Q74 &amp;lt;=&lt;STRONG&gt;3&lt;/STRONG&gt; then family = &lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;else family =&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 20:14:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-new-variable-from-different-levels-of-three/m-p/801734#M33231</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-03-11T20:14:22Z</dc:date>
    </item>
  </channel>
</rss>

