<?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 Defining variables in the header of every page in the report (template) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/749555#M235567</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I use variables that I have in the data in the title2?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to define something like that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf file="Z:\yy\xx\zz\Outputs\130621\%sysfunc(compress(&amp;amp;Subject)).rtf" newfile=none startpage=no&lt;/P&gt;
&lt;P&gt;record_separator=none BODYTITLE Style=Custom;&lt;/P&gt;
&lt;P&gt;ODS ESCAPECHAR='^' ;&lt;/P&gt;
&lt;P&gt;title1 '^S={preimage="Z:\yy\xx\logo.jpg"}';&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Is it possible to enter here variables from&amp;nbsp;/*2**/?&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;proc report data = Analysis.b Style=Styles.Custom nowd split='^' nocenter ;&lt;/P&gt;
&lt;P&gt;column Subject ;&lt;/P&gt;
&lt;P&gt;define Subject /display style(column)={just=center cellwidth=1.4 in} "Subject Number" ;&lt;/P&gt;
&lt;P&gt;where Subject="&amp;amp;Subject";&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/*2**/&lt;/P&gt;
&lt;P&gt;proc sort data=analysis.gg ; by Subject PHONDAT; run;&lt;/P&gt;
&lt;P&gt;proc report data =analysis.gg Style=Styles.Custom nowd split='^' nocenter style(report)={borderwidth=&lt;STRONG&gt;.5&lt;/STRONG&gt;pt cellspacing=&lt;STRONG&gt;0&lt;/STRONG&gt;pt cellpadding=&lt;STRONG&gt;0&lt;/STRONG&gt;pt};&lt;/P&gt;
&lt;P&gt;column PHONDAT_RAW PHVISYN SCCSYN LSTCNTYN1;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;define PHONDAT_RAW /display style(column)={just=center cellwidth=&lt;STRONG&gt;0.5&lt;/STRONG&gt; in} "Contact Date";&lt;/P&gt;
&lt;P&gt;define PHVISYN /display style(column)={just=center cellwidth=&lt;STRONG&gt;0.5&lt;/STRONG&gt; in} "Was telephone visit performed?";&lt;/P&gt;
&lt;P&gt;define SCCSYN /display style(column)={just=center cellwidth=&lt;STRONG&gt;0.8&lt;/STRONG&gt; in} "Was Contact successful?";&lt;/P&gt;
&lt;P&gt;define LSTCNTYN1 /display style(column)={just=center cellwidth=&lt;STRONG&gt;1&lt;/STRONG&gt; in} "Is this the last telephone contact? ";&lt;/P&gt;
&lt;P&gt;where Subject="&amp;amp;Subject" ;&lt;/P&gt;
&lt;P&gt;title ‘Follow-up';&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;
&lt;P&gt;ods listing;&lt;/P&gt;
&lt;P&gt;%mend;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jun 2021 09:25:56 GMT</pubDate>
    <dc:creator>Yul</dc:creator>
    <dc:date>2021-06-24T09:25:56Z</dc:date>
    <item>
      <title>Defining variables in the header of every page in the report (template)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/749555#M235567</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I use variables that I have in the data in the title2?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to define something like that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf file="Z:\yy\xx\zz\Outputs\130621\%sysfunc(compress(&amp;amp;Subject)).rtf" newfile=none startpage=no&lt;/P&gt;
&lt;P&gt;record_separator=none BODYTITLE Style=Custom;&lt;/P&gt;
&lt;P&gt;ODS ESCAPECHAR='^' ;&lt;/P&gt;
&lt;P&gt;title1 '^S={preimage="Z:\yy\xx\logo.jpg"}';&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Is it possible to enter here variables from&amp;nbsp;/*2**/?&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;proc report data = Analysis.b Style=Styles.Custom nowd split='^' nocenter ;&lt;/P&gt;
&lt;P&gt;column Subject ;&lt;/P&gt;
&lt;P&gt;define Subject /display style(column)={just=center cellwidth=1.4 in} "Subject Number" ;&lt;/P&gt;
&lt;P&gt;where Subject="&amp;amp;Subject";&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/*2**/&lt;/P&gt;
&lt;P&gt;proc sort data=analysis.gg ; by Subject PHONDAT; run;&lt;/P&gt;
&lt;P&gt;proc report data =analysis.gg Style=Styles.Custom nowd split='^' nocenter style(report)={borderwidth=&lt;STRONG&gt;.5&lt;/STRONG&gt;pt cellspacing=&lt;STRONG&gt;0&lt;/STRONG&gt;pt cellpadding=&lt;STRONG&gt;0&lt;/STRONG&gt;pt};&lt;/P&gt;
&lt;P&gt;column PHONDAT_RAW PHVISYN SCCSYN LSTCNTYN1;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;define PHONDAT_RAW /display style(column)={just=center cellwidth=&lt;STRONG&gt;0.5&lt;/STRONG&gt; in} "Contact Date";&lt;/P&gt;
&lt;P&gt;define PHVISYN /display style(column)={just=center cellwidth=&lt;STRONG&gt;0.5&lt;/STRONG&gt; in} "Was telephone visit performed?";&lt;/P&gt;
&lt;P&gt;define SCCSYN /display style(column)={just=center cellwidth=&lt;STRONG&gt;0.8&lt;/STRONG&gt; in} "Was Contact successful?";&lt;/P&gt;
&lt;P&gt;define LSTCNTYN1 /display style(column)={just=center cellwidth=&lt;STRONG&gt;1&lt;/STRONG&gt; in} "Is this the last telephone contact? ";&lt;/P&gt;
&lt;P&gt;where Subject="&amp;amp;Subject" ;&lt;/P&gt;
&lt;P&gt;title ‘Follow-up';&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;
&lt;P&gt;ods listing;&lt;/P&gt;
&lt;P&gt;%mend;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 09:25:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/749555#M235567</guid>
      <dc:creator>Yul</dc:creator>
      <dc:date>2021-06-24T09:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: DEFININIG VARIABLES IN THE HEADER OF EVERY PAGE IN THE REPORT (TEMPLATE)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/749560#M235568</link>
      <description>&lt;P&gt;What if you just make a macro variable and use that in your title statement?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 14:21:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/749560#M235568</guid>
      <dc:creator>tarheel13</dc:creator>
      <dc:date>2021-06-22T14:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: DEFININIG VARIABLES IN THE HEADER OF EVERY PAGE IN THE REPORT (TEMPLATE)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/749808#M235708</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you please write how to do it?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 08:34:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/749808#M235708</guid>
      <dc:creator>Yul</dc:creator>
      <dc:date>2021-06-23T08:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: DEFININIG VARIABLES IN THE HEADER OF EVERY PAGE IN THE REPORT (TEMPLATE)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/749825#M235718</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Please use the appropriate button to paste code.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not too sure what you want to write, but this is one way:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  set ANALYSIS.GG(obs=1);
  call execute(catx(' ', 'title2 "', SUBJECT, '-', PHONDAT, ' "; ' );
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Add this step after the &lt;FONT face="courier new,courier"&gt;title1.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 10:48:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/749825#M235718</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-06-23T10:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: DEFININIG VARIABLES IN THE HEADER OF EVERY PAGE IN THE REPORT (TEMPLATE)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/749891#M235756</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;I tried your solution. but, it shows dates like 'Phondat' as a number and also I want to see it as a table with columns and labels and not only display of variables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 15:53:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/749891#M235756</guid>
      <dc:creator>Yul</dc:creator>
      <dc:date>2021-06-23T15:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: DEFININIG VARIABLES IN THE HEADER OF EVERY PAGE IN THE REPORT (TEMPLATE)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/749917#M235770</link>
      <description>&lt;P&gt;Is it possible to locate this table in the header of every page in the report?&lt;/P&gt;
&lt;TABLE width="445px"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TD width="110.703px"&gt;
&lt;P&gt;&lt;STRONG&gt;Treatment&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="110.82px"&gt;
&lt;P&gt;&lt;STRONG&gt;start date&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="101.445px"&gt;
&lt;P&gt;&lt;STRONG&gt;status&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="120.781px"&gt;
&lt;P&gt;&lt;STRONG&gt;End date&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="110.703px"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="110.82px"&gt;
&lt;P&gt;28APR2020&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="101.445px"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="120.781px"&gt;
&lt;P&gt;17MAR2021&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 16:56:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/749917#M235770</guid>
      <dc:creator>Yul</dc:creator>
      <dc:date>2021-06-23T16:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: DEFININIG VARIABLES IN THE HEADER OF EVERY PAGE IN THE REPORT (TEMPLATE)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/750090#M235860</link>
      <description>&lt;P&gt;For an HTML output, you'd simply add the desired HTML tags in the title.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title1 'Report';
title2 '&amp;lt;table width="445px"&amp;gt;
&amp;lt;thead&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td width="110.703px"&amp;gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Treatment&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;td width="110.82px"&amp;gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;start date&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;td width="101.445px"&amp;gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;status&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;td width="120.781px"&amp;gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;End date&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/thead&amp;gt;
&amp;lt;tbody&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td width="110.703px"&amp;gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;td width="110.82px"&amp;gt;
&amp;lt;p&amp;gt;28APR2020&amp;lt;/p&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;td width="101.445px"&amp;gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;td width="120.781px"&amp;gt;
&amp;lt;p&amp;gt;17MAR2021&amp;lt;/p&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/tbody&amp;gt;
&amp;lt;/table&amp;gt;';
ods html file='%temp%\test.html';
proc print data=SASHELP.CLASS(obs=2);
run;
ods html close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisNZ_0-1624505415788.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/60703i3581D3266E31B932/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisNZ_0-1624505415788.png" alt="ChrisNZ_0-1624505415788.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suppose RTF can do something similar, but I don't know RTF syntax.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 03:31:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/750090#M235860</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-06-24T03:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: DEFININIG VARIABLES IN THE HEADER OF EVERY PAGE IN THE REPORT (TEMPLATE)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/750093#M235861</link>
      <description>&lt;P&gt;This works for RTF too actually.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title2 '{\header\pard\plain\qc{
\trowd\trkeep\trhdr\trql
\clbrdrt\brdrs\brdrw15\brdrcf1\clbrdrb\brdrs\brdrw5\brdrcf1\clbrdrl\brdrs\brdrw15\brdrcf1\cltxlrtb\clvertalb\clcbpat17\clpadt60\clpadft3\clpadr60\clpadfr3\cellx1158
\clbrdrt\brdrs\brdrw15\brdrcf1\clbrdrb\brdrs\brdrw5\brdrcf1\clbrdrl\brdrs\brdrw5\brdrcf1\cltxlrtb\clvertalb\clcbpat17\clpadt60\clpadft3\clpadr60\clpadfr3\cellx2291
\clbrdrt\brdrs\brdrw15\brdrcf1\clbrdrb\brdrs\brdrw5\brdrcf1\clbrdrl\brdrs\brdrw5\brdrcf1\cltxlrtb\clvertalb\clcbpat17\clpadt60\clpadft3\clpadr60\clpadfr3\cellx2977
\clbrdrt\brdrs\brdrw15\brdrcf1\clbrdrb\brdrs\brdrw5\brdrcf1\clbrdrl\brdrs\brdrw5\brdrcf1\clbrdrr\brdrs\brdrw15\brdrcf1\cltxlrtb\clvertalb\clcbpat17\clpadt60\clpadft3\clpadr60\clpadfr3\cellx4178
\pard\plain\intbl\keepn\b\sb60\sa60\ql\f1\fs22\cf1{Treatment\cell}
\pard\plain\intbl\keepn\b\sb60\sa60\ql\f1\fs22\cf1{start_date\cell}
\pard\plain\intbl\keepn\b\sb60\sa60\ql\f1\fs22\cf1{status\cell}
\pard\plain\intbl\keepn\b\sb60\sa60\ql\f1\fs22\cf1{End_date\cell}
{\row}
 
\trowd\trkeep\trql
\clbrdrb\brdrs\brdrw15\brdrcf1\clbrdrl\brdrs\brdrw5\brdrcf1\cltxlrtb\clvertalt\clcbpat8\clpadt60\clpadft3\clpadr60\clpadfr3\cellx1158
\clbrdrb\brdrs\brdrw15\brdrcf1\clbrdrl\brdrs\brdrw5\brdrcf1\cltxlrtb\clvertalt\clcbpat8\clpadt60\clpadft3\clpadr60\clpadfr3\cellx2291
\clbrdrb\brdrs\brdrw15\brdrcf1\clbrdrl\brdrs\brdrw5\brdrcf1\cltxlrtb\clvertalt\clcbpat8\clpadt60\clpadft3\clpadr60\clpadfr3\cellx2977
\clbrdrb\brdrs\brdrw15\brdrcf1\clbrdrl\brdrs\brdrw5\brdrcf1\clbrdrr\brdrs\brdrw15\brdrcf1\cltxlrtb\clvertalt\clcbpat8\clpadt60\clpadft3\clpadr60\clpadfr3\cellx4178
\pard\plain\intbl\sb60\sa60\ql\f1\fs20\cf1{\cell}
\pard\plain\intbl\sb60\sa60\ql\f1\fs20\cf1{08APR2020\cell}
\pard\plain\intbl\sb60\sa60\ql\f1\fs20\cf1{\cell}
\pard\plain\intbl\sb60\sa60\ql\f1\fs20\cf1{07MAR2021\cell}
{\row}
}
}'; 

ods rtf file='%temp%\test.rtf';  
proc print data=SASHELP.CLASS(obs=2) noobs; run;
ods rtf close;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisNZ_0-1624509472671.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/60704iB96F50725D638F28/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisNZ_0-1624509472671.png" alt="ChrisNZ_0-1624509472671.png" /&gt;&lt;/span&gt;&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>Thu, 24 Jun 2021 04:38:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Defining-variables-in-the-header-of-every-page-in-the-report/m-p/750093#M235861</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-06-24T04:38:14Z</dc:date>
    </item>
  </channel>
</rss>

