<?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: Proc transpose workaround in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589289#M168527</link>
    <description>lets say&lt;BR /&gt;&lt;BR /&gt;data k;&lt;BR /&gt;input subject $ height weight bmi;&lt;BR /&gt;datalines;&lt;BR /&gt;abc 198 87 22.5&lt;BR /&gt;pqr 209 98 25&lt;BR /&gt;;&lt;BR /&gt;run;</description>
    <pubDate>Tue, 17 Sep 2019 08:55:07 GMT</pubDate>
    <dc:creator>VinitvictorCorr</dc:creator>
    <dc:date>2019-09-17T08:55:07Z</dc:date>
    <item>
      <title>Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589271#M168520</link>
      <description>&lt;P&gt;I need a work around for Proc Transpose. Can you suggest anything?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 06:40:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589271#M168520</guid>
      <dc:creator>VinitvictorCorr</dc:creator>
      <dc:date>2019-09-17T06:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589272#M168521</link>
      <description>&lt;P&gt;What is the reason for not using proc transpose?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 06:44:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589272#M168521</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-09-17T06:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589274#M168522</link>
      <description>&lt;P&gt;Please be more specific than this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Explain why you want to avoid PROC TRANSPOSE. This makes it easier to understand your problem.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 06:57:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589274#M168522</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-09-17T06:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589277#M168523</link>
      <description>just want to explore myoptions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Tue, 17 Sep 2019 07:10:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589277#M168523</guid>
      <dc:creator>VinitvictorCorr</dc:creator>
      <dc:date>2019-09-17T07:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589279#M168525</link>
      <description>no particular reason..just want one more option in my bag</description>
      <pubDate>Tue, 17 Sep 2019 07:10:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589279#M168525</guid>
      <dc:creator>VinitvictorCorr</dc:creator>
      <dc:date>2019-09-17T07:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589288#M168526</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/289580"&gt;@VinitvictorCorr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One way is to use Array.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Give a Data Set, give explanation for transposing with the expected output data set. It will be then easier to help you.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 08:26:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589288#M168526</guid>
      <dc:creator>KachiM</dc:creator>
      <dc:date>2019-09-17T08:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589289#M168527</link>
      <description>lets say&lt;BR /&gt;&lt;BR /&gt;data k;&lt;BR /&gt;input subject $ height weight bmi;&lt;BR /&gt;datalines;&lt;BR /&gt;abc 198 87 22.5&lt;BR /&gt;pqr 209 98 25&lt;BR /&gt;;&lt;BR /&gt;run;</description>
      <pubDate>Tue, 17 Sep 2019 08:55:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589289#M168527</guid>
      <dc:creator>VinitvictorCorr</dc:creator>
      <dc:date>2019-09-17T08:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589290#M168528</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/289580"&gt;@VinitvictorCorr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your data is Ok. How do you want to re-shape it without using Proc Transpose? Show your Shape.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 09:00:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589290#M168528</guid>
      <dc:creator>KachiM</dc:creator>
      <dc:date>2019-09-17T09:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589307#M168534</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13711"&gt;@art297&lt;/a&gt;&amp;nbsp; wrote a macro %transpose for that .&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp; also mentioned it many times .&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 11:17:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589307#M168534</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-09-17T11:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589393#M168580</link>
      <description>&lt;P&gt;Transposing data tutorials:&lt;BR /&gt;Long to Wide:&lt;BR /&gt;&lt;A href="https://stats.idre.ucla.edu/sas/modules/how-to-reshape-data-long-to-wide-using-proc-transpose/" target="_blank"&gt;https://stats.idre.ucla.edu/sas/modules/how-to-reshape-data-long-to-wide-using-proc-transpose/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://stats.idre.ucla.edu/sas/modules/reshaping-data-long-to-wide-using-the-data-step/" target="_blank"&gt;https://stats.idre.ucla.edu/sas/modules/reshaping-data-long-to-wide-using-the-data-step/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Wide to Long:&lt;BR /&gt;&lt;A href="https://stats.idre.ucla.edu/sas/modules/how-to-reshape-data-wide-to-long-using-proc-transpose/" target="_blank"&gt;https://stats.idre.ucla.edu/sas/modules/how-to-reshape-data-wide-to-long-using-proc-transpose/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://stats.idre.ucla.edu/sas/modules/reshaping-data-wide-to-long-using-a-data-step/" target="_blank"&gt;https://stats.idre.ucla.edu/sas/modules/reshaping-data-wide-to-long-using-a-data-step/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And sometimes a double transpose is needed for extra wide data sets:&lt;BR /&gt;&lt;A href="https://gist.github.com/statgeek/2321b6f62ab78d5bf2b0a5a8626bd7cd" target="_blank"&gt;https://gist.github.com/statgeek/2321b6f62ab78d5bf2b0a5a8626bd7cd&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 15:12:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589393#M168580</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-17T15:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589398#M168584</link>
      <description>&lt;P&gt;Difficult to say without your showing how you want the data transposed. As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;mentioned, I was part of a team that wrote two macros for transposing and untransposing SAS datasets. You can find the code and info for each at:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/gerhard1050/Untranspose-a-Wide-File" target="_blank"&gt;https://github.com/gerhard1050/Untranspose-a-Wide-File&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/A-better-way-to-FLIP-i-e-transpose-make-wide-a-dataset/ta-p/433620?title=A_Better_Way_to_Flip_(Transpose)_a_SAS_Dataset" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/A-better-way-to-FLIP-i-e-transpose-make-wide-a-dataset/ta-p/433620?title=A_Better_Way_to_Flip_(Transpose)_a_SAS_Dataset&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings13/538-2013.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings13/538-2013.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 15:26:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589398#M168584</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2019-09-17T15:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589473#M168609</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/289580"&gt;@VinitvictorCorr&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I need a work around for Proc Transpose. Can you suggest anything?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Going from long to wide or wide to long?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Really specific examples really do help as when a "simple" proc transpose doesn't work perhaps two (or more transposes) and merging results; or proc sql with reflexive joins; or sometime even using a report procedure such as tabulate to create an output data set and manipulating.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 19:47:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589473#M168609</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-09-17T19:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589482#M168613</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/289580"&gt;@VinitvictorCorr&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;lets say&lt;BR /&gt;&lt;BR /&gt;data k;&lt;BR /&gt;input subject $ height weight bmi;&lt;BR /&gt;datalines;&lt;BR /&gt;abc 198 87 22.5&lt;BR /&gt;pqr 209 98 25&lt;BR /&gt;;&lt;BR /&gt;run;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Try this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
set k;
array vars _numeric_;
length name $32 value 8;
do i = 1 to dim(vars);
  name = vname(vars{i});
  value = vars{i};
  output;
end;
keep subject name value;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Sep 2019 20:45:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589482#M168613</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-09-17T20:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589516#M168631</link>
      <description>&lt;P&gt;datastep&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 03:11:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589516#M168631</guid>
      <dc:creator>34reqrwe</dc:creator>
      <dc:date>2019-09-18T03:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589517#M168632</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/17813"&gt;@KachiM&lt;/a&gt;&lt;BR /&gt;I need the output like:-&lt;BR /&gt;subject vstestcd vsorres</description>
      <pubDate>Wed, 18 Sep 2019 03:38:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589517#M168632</guid>
      <dc:creator>VinitvictorCorr</dc:creator>
      <dc:date>2019-09-18T03:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589526#M168639</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/289580"&gt;@VinitvictorCorr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have given a Data Set as:&lt;/P&gt;
&lt;PRE&gt;data k;
input subject $ height weight bmi;
datalines;
abc 198 87 22.5
pqr 209 98 25
;
run;&lt;/PRE&gt;
&lt;P&gt;I don't see the variable names as given now as:&lt;/P&gt;
&lt;PRE&gt;subject vstestcd vsorres&lt;/PRE&gt;
&lt;P&gt;Please clarify your correct specification.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 06:19:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589526#M168639</guid>
      <dc:creator>KachiM</dc:creator>
      <dc:date>2019-09-18T06:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589546#M168644</link>
      <description>I need the output like:-&lt;BR /&gt;subject vstestcd vsorres</description>
      <pubDate>Wed, 18 Sep 2019 07:44:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589546#M168644</guid>
      <dc:creator>VinitvictorCorr</dc:creator>
      <dc:date>2019-09-18T07:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589547#M168645</link>
      <description>the output will be like&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SUBJECT VSTESTCD VSORRES&lt;BR /&gt;abc Height 198&lt;BR /&gt;abc Weight 87&lt;BR /&gt;abc BMI 22.5&lt;BR /&gt;pqr height 209&lt;BR /&gt;pqr weight 98&lt;BR /&gt;pqr BMI 25&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Sep 2019 07:47:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589547#M168645</guid>
      <dc:creator>VinitvictorCorr</dc:creator>
      <dc:date>2019-09-18T07:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589556#M168651</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/289580"&gt;@VinitvictorCorr&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;the output will be like&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SUBJECT VSTESTCD VSORRES&lt;BR /&gt;abc Height 198&lt;BR /&gt;abc Weight 87&lt;BR /&gt;abc BMI 22.5&lt;BR /&gt;pqr height 209&lt;BR /&gt;pqr weight 98&lt;BR /&gt;pqr BMI 25&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I already gave you code for that, you only need to change variable names.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 08:21:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589556#M168651</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-09-18T08:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transpose workaround</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589565#M168656</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/289580"&gt;@VinitvictorCorr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My program is similar to&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&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 k;
input SUBJECT $ height weight bmi;
datalines;
abc 198 87 22.5
pqr 209 98 25
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The following data step uses an array to hold the Labels for names of the variables (Height, Weight, BMI). Another array (V) is used to get the values of the variables. Using Do-Loop they are individually output to the new Data Set (WANT).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
   array names[3] $ ('Height', 'Weight', 'BMI');
   set k;
   array v height -- bmi;
   do j = 1 to dim(v);
      VSTESTCD = names[j];
      VSORRES = v[j];
      output;
   end;
keep SUBJECT VSTESTCD VSORRES;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The output is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="trans.JPG" style="width: 214px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32554i42038B724D67A6AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="trans.JPG" alt="trans.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 08:50:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-transpose-workaround/m-p/589565#M168656</guid>
      <dc:creator>KachiM</dc:creator>
      <dc:date>2019-09-18T08:50:41Z</dc:date>
    </item>
  </channel>
</rss>

