<?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: Line number as sequence in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708926#M217900</link>
    <description>&lt;P&gt;If you want help with your code post it as text not photographs.&amp;nbsp; Make sure to use the Insert Code or Insert SAS Code menu icons to get a pop-up window to preserve the formaing.&lt;/P&gt;</description>
    <pubDate>Thu, 31 Dec 2020 17:54:48 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2020-12-31T17:54:48Z</dc:date>
    <item>
      <title>Line number as sequence</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708902#M217884</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we give SAS program line number as sequence by any chance?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;nyalamadugu&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 15:47:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708902#M217884</guid>
      <dc:creator>chinna0369</dc:creator>
      <dc:date>2020-12-31T15:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Line number as sequence</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708907#M217889</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/117414"&gt;@chinna0369&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can we give SAS program line number as sequence by any chance?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;nyalamadugu&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What line number? What sequence?&lt;/P&gt;
&lt;P&gt;Are you asking how to generate a variable that has values 1,2,3,... for each observation in a SAS dataset?&amp;nbsp; That is easy to do with a &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=lestmtsref&amp;amp;docsetTarget=n1dfiqj146yi2cn1maeju9wo7ijs.htm&amp;amp;locale=en" target="_self"&gt;SUM&lt;/A&gt; statement.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
  set have;
  seq + 1;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Dec 2020 16:53:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708907#M217889</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-12-31T16:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Line number as sequence</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708908#M217890</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/117414"&gt;@chinna0369&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can we give SAS program line number as sequence by any chance?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;nyalamadugu&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Give where?&lt;/P&gt;
&lt;P&gt;For what specific use?&lt;/P&gt;
&lt;P&gt;Provide some example of what you are attempting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you intend to write branching code then GO TO and LABEL or Link/ Label/return may be what you want in a data step.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 16:56:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708908#M217890</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-12-31T16:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Line number as sequence</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708913#M217892</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I would like to use line number as sequence, is it possible?&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="anyalamadugu_1-1609434053754.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53156iF17EA959F844FA98/image-size/medium?v=v2&amp;amp;px=400" role="button" title="anyalamadugu_1-1609434053754.png" alt="anyalamadugu_1-1609434053754.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 17:02:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708913#M217892</guid>
      <dc:creator>chinna0369</dc:creator>
      <dc:date>2020-12-31T17:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Line number as sequence</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708914#M217893</link>
      <description>&lt;P&gt;It is possible. The method to display the line number depends on your SAS platform.&lt;/P&gt;
&lt;P&gt;What SAS platform are you using?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 17:06:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708914#M217893</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2020-12-31T17:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Line number as sequence</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708916#M217894</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/117414"&gt;@chinna0369&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I would like to use line number as sequence, is it possible?&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="anyalamadugu_1-1609434053754.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53156iF17EA959F844FA98/image-size/medium?v=v2&amp;amp;px=400" role="button" title="anyalamadugu_1-1609434053754.png" alt="anyalamadugu_1-1609434053754.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No.&amp;nbsp; What are you actually trying to do?&lt;/P&gt;
&lt;P&gt;You could create a macro variable and increment it each time before running another step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 17:22:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708916#M217894</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-12-31T17:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Line number as sequence</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708920#M217897</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/117414"&gt;@chinna0369&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I would like to use line number as sequence, is it possible?&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="anyalamadugu_1-1609434053754.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53156iF17EA959F844FA98/image-size/medium?v=v2&amp;amp;px=400" role="button" title="anyalamadugu_1-1609434053754.png" alt="anyalamadugu_1-1609434053754.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Repeat: Use it to do what?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 17:31:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708920#M217897</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-12-31T17:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Line number as sequence</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708923#M217898</link>
      <description>&lt;P&gt;Okay,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating a macro for row counts, so I am giving order number manually like below. But I would like to give those numbers similar to line number instead of changing every time when I add new rows? I am using SAS9.4.&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="anyalamadugu_0-1609436342496.png" style="width: 627px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53157iB4A96CE24988A205/image-dimensions/627x482?v=v2" width="627" height="482" role="button" title="anyalamadugu_0-1609436342496.png" alt="anyalamadugu_0-1609436342496.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 17:40:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708923#M217898</guid>
      <dc:creator>chinna0369</dc:creator>
      <dc:date>2020-12-31T17:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Line number as sequence</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708926#M217900</link>
      <description>&lt;P&gt;If you want help with your code post it as text not photographs.&amp;nbsp; Make sure to use the Insert Code or Insert SAS Code menu icons to get a pop-up window to preserve the formaing.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 17:54:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708926#M217900</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-12-31T17:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Line number as sequence</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708929#M217903</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;** Get counts and create macro to repeat for every variable;
%macro getnum(out=, var1=, var2=, nn=);
proc sql;
	create table stp1 as
	select distinct trtpn, count(distinct usubjid) as n,
	case when trtpn=1 then strip(put(calculated n, 3.))||" ("||strip(put((calculated n/&amp;amp;n1.)*100, 5.1))||")"
     	 when trtpn=2 then strip(put(calculated n, 3.))||" ("||strip(put((calculated n/&amp;amp;n2.)*100, 5.1))||")"
    	 when trtpn=9 then strip(put(calculated n, 3.))||" ("||strip(put((calculated n/&amp;amp;n3.)*100, 5.1))||")"
         else ""
	end as numm
	from adsl1
	where &amp;amp;var1.
	group by trtpn;
quit;

proc transpose data=stp1 out=stp2;
	var numm;
	id trtpn;
run;

data &amp;amp;out.;
	length v1 v2 v3 v4 $200.;
	set stp2;

	v1=&amp;amp;var2.;
	v2=_1;
	v3=_2;
	v4=_9;

	ord=&amp;amp;nn.;

	keep ord v1-v4;
run;
%mend;

** Call macro to get final output;
** TIME FROM INITIAL DIAGNOSIS TO RANDOMIZATION (%);
%getnum(out=out2, var1=TIDRANDC ne '', var2=%str("TIME FROM INITIAL DIAGNOSIS TO RANDOMIZATION (%)"), nn=2);
%getnum(out=out3, var1=TIDRANDC eq '&amp;lt; 1 years', var2=%str("&amp;lt; 1 YEARS"), nn=3);
%getnum(out=out4, var1=TIDRANDC eq '&amp;gt;= 1 years', var2=%str("&amp;gt;= 1 YEARS"), nn=4);
%getnum(out=out5, var1=TIDRANDC eq '', var2=%str("NOT REPORTED"), nn=5);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Dec 2020 18:13:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708929#M217903</guid>
      <dc:creator>chinna0369</dc:creator>
      <dc:date>2020-12-31T18:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Line number as sequence</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708931#M217905</link>
      <description>&lt;P&gt;You didn't provide any data so let's just make some up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data adsl1 ;
  infile cards dsd truncover;
  input trtpn usubjid $ TIDRANDC :$12. ;
cards;
1,1,
1,2,
1,3,
2,4,&amp;lt; 1 years
2,5,&amp;lt; 1 years
9,6,&amp;gt;= 1 years 
;

%let n1=10;
%let n2=10;
%let n3=10;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Let's modify your process to use the macro variable SEQ if the value of NN is not provided.&amp;nbsp; &amp;nbsp;Note you could create the ORD variable earlier in the process.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro getnum(out=, var1=, var2=, nn=);
%if 0=%length(&amp;amp;nn) %then %do;
  %global seq ;
  %let seq=%eval(&amp;amp;seq+1);
  %let nn=&amp;amp;seq;
%end;
proc sql;
create table stp1 as
  select distinct 
         &amp;amp;nn as ord
       , trtpn
       , count(distinct usubjid) as n
       , case when trtpn=1 then catx(' (',calculated n,put((calculated n/&amp;amp;n1.)*100, 5.1)) || ')'
              when trtpn=2 then catx(' (',calculated n,put((calculated n/&amp;amp;n2.)*100, 5.1)) || ')'
              when trtpn=9 then catx(' (',calculated n,put((calculated n/&amp;amp;n3.)*100, 5.1)) || ')'
         else "" end as numm length=200
  from adsl1
  where &amp;amp;var1.
  group by trtpn
  order by 2
;
quit;

proc transpose data=stp1 out=stp2;
  by ord ;
  var numm;
  id trtpn;
run;

data &amp;amp;out.;
  length ord 8 v1 v2 v3 v4 $200.;
  set stp2;
  v1=&amp;amp;var2.;
  v2=_1;
  v3=_2;
  v4=_9;
  keep ord v1-v4;
run;
%mend getnum;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;So now your macro calls can look like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let seq=0;
%getnum(out=out2, var1=TIDRANDC ne '', var2='TIME FROM INITIAL DIAGNOSIS TO RANDOMIZATION (%)', nn=);
%getnum(out=out3, var1=TIDRANDC eq '&amp;lt; 1 years', var2='&amp;lt; 1 YEARS', nn=);
%getnum(out=out4, var1=TIDRANDC eq '&amp;gt;= 1 years', var2='&amp;gt;= 1 YEARS', nn=);
%getnum(out=out5, var1=TIDRANDC eq '', var2='NOT REPORTED', nn=);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And if we combine the 4 outputs:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data all;
  set out2-out5;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;We get:&lt;/P&gt;
&lt;PRE&gt;Obs    ord    v1                                                     v2          v3          v4

 1      1     TIME FROM INITIAL DIAGNOSIS TO RANDOMIZATION (%)                2 (20.0)    1 (10.0)
 2      2     &amp;lt; 1 YEARS                                                       2 (20.0)
 3      3     &amp;gt;= 1 YEARS                                                                  1 (10.0)
 4      4     NOT REPORTED                                        3 (30.0)&lt;/PRE&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, 31 Dec 2020 18:45:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708931#M217905</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-12-31T18:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Line number as sequence</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708938#M217909</link>
      <description>Thank you so much for your reply!&lt;BR /&gt;&lt;BR /&gt;Can we also assign output dataset name as out&amp;amp;nn. while calling macro? Like below?&lt;BR /&gt;&lt;BR /&gt;%let seq=0;&lt;BR /&gt;%getnum(out=out&amp;amp;nn., var1=TIDRANDC ne '', var2='TIME FROM INITIAL DIAGNOSIS TO RANDOMIZATION (%)', nn=);&lt;BR /&gt;%getnum(out=out&amp;amp;nn., var1=TIDRANDC eq '&amp;lt; 1 years', var2='&amp;lt; 1 YEARS', nn=);&lt;BR /&gt;%getnum(out=out&amp;amp;nn., var1=TIDRANDC eq '&amp;gt;= 1 years', var2='&amp;gt;= 1 YEARS', nn=);&lt;BR /&gt;%getnum(out=out&amp;amp;nn., var1=TIDRANDC eq '', var2='NOT REPORTED', nn=);</description>
      <pubDate>Thu, 31 Dec 2020 19:58:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708938#M217909</guid>
      <dc:creator>chinna0369</dc:creator>
      <dc:date>2020-12-31T19:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Line number as sequence</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708940#M217910</link>
      <description>&lt;P&gt;Personally I would add that flexibility to the macro in the same way.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So update the macro to set a dataset name if one is not provided.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;...
%if 0=%length(&amp;amp;out) %then %let out=out&amp;amp;nn ;
...&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Make sure to add that line after the code that conditionally sets NN.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then call it without a value for the OUT= parameter.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%getnum(var1=TIDRANDC ne '', var2='TIME FROM INITIAL DIAGNOSIS TO RANDOMIZATION (%)');&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 20:10:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708940#M217910</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-12-31T20:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Line number as sequence</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708997#M217924</link>
      <description>Tools -&amp;gt; Options -&amp;gt; enhanced editor -&amp;gt; General &lt;BR /&gt;and select  "Show line numbers "</description>
      <pubDate>Fri, 01 Jan 2021 12:14:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Line-number-as-sequence/m-p/708997#M217924</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-01-01T12:14:25Z</dc:date>
    </item>
  </channel>
</rss>

