<?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 Number &amp;amp; % allignment in Center dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537921#M148031</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to center alignment in data set for column have number &amp;amp; percent&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using below code to generate respective percentages&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt; varout=strip(put(n,12.))||' ('||strip(put((n*100/denom),5.1))||')' ;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;this is sample data

data test ;
input col1 ;
cards;

6
6 (100.0)
5 ( 83.3)
   0
868 ( 35.1)
1607
1607 (100.0)
475 ( 29.6)
14 ( 0.9)
 ;

 data test2 ;
 input col2 $17. ;
 cards;
       6 (100.0)
       5 ( 83.3)
       0
     868 ( 35.1)
    1607
    1607 (100.0)
     475 ( 29.6)
      14 (  0.9)

;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;I am try to alignment in center with decimal in line and numbers as showed in second image&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My out put is like below in data set ;&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="col1.png" style="width: 273px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27366i4596B7DC43FE7E32/image-size/large?v=v2&amp;amp;px=999" role="button" title="col1.png" alt="col1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i want output like below in data set : how i can adjust spaces and alignment in as below&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="col2.png" style="width: 230px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27367i1CD98F42CAA494D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="col2.png" alt="col2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 23 Feb 2019 00:58:51 GMT</pubDate>
    <dc:creator>RajasekharReddy</dc:creator>
    <dc:date>2019-02-23T00:58:51Z</dc:date>
    <item>
      <title>Number &amp; % allignment in Center dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537921#M148031</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to center alignment in data set for column have number &amp;amp; percent&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using below code to generate respective percentages&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt; varout=strip(put(n,12.))||' ('||strip(put((n*100/denom),5.1))||')' ;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;this is sample data

data test ;
input col1 ;
cards;

6
6 (100.0)
5 ( 83.3)
   0
868 ( 35.1)
1607
1607 (100.0)
475 ( 29.6)
14 ( 0.9)
 ;

 data test2 ;
 input col2 $17. ;
 cards;
       6 (100.0)
       5 ( 83.3)
       0
     868 ( 35.1)
    1607
    1607 (100.0)
     475 ( 29.6)
      14 (  0.9)

;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;I am try to alignment in center with decimal in line and numbers as showed in second image&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My out put is like below in data set ;&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="col1.png" style="width: 273px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27366i4596B7DC43FE7E32/image-size/large?v=v2&amp;amp;px=999" role="button" title="col1.png" alt="col1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i want output like below in data set : how i can adjust spaces and alignment in as below&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="col2.png" style="width: 230px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27367i1CD98F42CAA494D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="col2.png" alt="col2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 00:58:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537921#M148031</guid>
      <dc:creator>RajasekharReddy</dc:creator>
      <dc:date>2019-02-23T00:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Number &amp; % allignment in Center dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537933#M148035</link>
      <description>&lt;P&gt;If you want the spaces then why are you calling the STRIP() function to remove them?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 04:28:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537933#M148035</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-02-23T04:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Number &amp; % allignment in Center dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537956#M148043</link>
      <description>&lt;P&gt;Thank you . I have tried with strip removing but it&amp;nbsp; didn't work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if i want assign space according decimal point , decimal point will come as center&amp;nbsp; as shown below &lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;  53   
   8.1 
   8.3 
  40   
   7.8 
  29.07
  51   
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 23 Feb 2019 11:49:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537956#M148043</guid>
      <dc:creator>RajasekharReddy</dc:creator>
      <dc:date>2019-02-23T11:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Number &amp; % allignment in Center dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537968#M148051</link>
      <description>&lt;P&gt;I would like to assign the spaces according to decimal positions like bellow without changing decimal values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="108"&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; xxx&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="108"&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x.x&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="108"&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x.xx&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="108"&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x.x&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="108"&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; x&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="108"&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; xx&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="108"&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xxxx&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="108"&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x.x&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="108"&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x.xx&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="108"&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x.xxxx&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="108"&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xx&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="108"&gt;
&lt;P&gt;xx&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Sat, 23 Feb 2019 13:20:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537968#M148051</guid>
      <dc:creator>RajasekharReddy</dc:creator>
      <dc:date>2019-02-23T13:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Number &amp; % allignment in Center dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537981#M148057</link>
      <description>&lt;P&gt;Please check the following code (Check log for out put)&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input decimals;
cards;
100
1.2
23.12
43.569
209.09
0987.0987
900.900
00
5
.509
.3
0.88
100001.6009
;
run;

data _null_;
set have;
retain max_bd max_ad;
chars=strip(put(decimals,best32. -l));
d=findc(chars,'.');
l=length(strip(chars));
if d ne 0 then do;
	bd=substr(chars,1,d-1);
	ad=substr(chars,d+1,l-(d));
end;
else do;
	bd=substr(chars,1,l);
	ad='';
end;
max_bd=max(max_bd,length(bd));
max_ad=max(max_ad,length(ad));
call symput('max_bd',max_bd);
call symput('max_ad',max_ad);

run;

%put &amp;amp;=max_bd.;

data want(drop= d l chars);
set have;
chars=strip(put(decimals,best32. -l));
d=findc(strip(chars),'.');
l=length(strip(chars));
if d ne 0 then d=d-1;
if d = 0 then d=l;
need='|'||repeat(' ',&amp;amp;max_bd.-d-1+4)||chars;  /*Here 4 is the number of needed spaces*/
put need=;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Please let us know if it word for you.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 15:52:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537981#M148057</guid>
      <dc:creator>Satish_Parida</dc:creator>
      <dc:date>2019-02-23T15:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Number &amp; % allignment in Center dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537986#M148059</link>
      <description>&lt;P&gt;Don't remove the spaces if you want to keep them.&amp;nbsp; Let's use your posted data.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have ;
 input n p ;
 length varout $20;
 if p then varout=cat(put(n,12.),' (',put(p,5.1),')');
 else varout=put(n,12.);
 format varout $char20.;
cards;
. .
6 .
6 100.0
5  83.3
0  .
868  35.1
1607 .
1607 100.0
475  29.6
14  0.9
;

proc print;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Which will look fine on normal listing output.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Obs       n        p    varout

  1       .       .                .
  2       6       .                6
  3       6    100.0               6 (100.0)
  4       5     83.3               5 ( 83.3)
  5       0       .                0
  6     868     35.1             868 ( 35.1)
  7    1607       .             1607
  8    1607    100.0            1607 (100.0)
  9     475     29.6             475 ( 29.6)
 10      14      0.9              14 (  0.9)

&lt;/PRE&gt;
&lt;P&gt;If you want the leading spaces to appear on other outputs, like HTML, then you will need to work harder in the reporting step.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 16:19:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537986#M148059</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-02-23T16:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Number &amp; % allignment in Center dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537989#M148060</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried your code and it's not working as expected .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i need to align decimals in one line for reporting purpose&amp;nbsp; so need to adjust space , placed screen shot here below &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and also data pasted here&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; 121
       6.02
      42
      42
      10.08
      67
      31
       7.08
      88
     122
       3.24
       3.24
      10.44
       2.88
       3.24
       3.24
      78
      89
      92
      78
      85
       9.72
      11
     104
      92
      64
       7.2&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screen2.png" style="width: 174px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27375iC7FF18263F634A8A/image-size/large?v=v2&amp;amp;px=999" role="button" title="screen2.png" alt="screen2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screen.png" style="width: 103px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27374i7BD166E0AC383F10/image-size/large?v=v2&amp;amp;px=999" role="button" title="screen.png" alt="screen.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 16:32:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537989#M148060</guid>
      <dc:creator>RajasekharReddy</dc:creator>
      <dc:date>2019-02-23T16:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Number &amp; % allignment in Center dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537990#M148061</link>
      <description>&lt;P&gt;If you have numbers then just use a format to generate the decimal point where you want it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have information in advance about what format to use for which value then you can use the PUTN() function to make the format variable.&amp;nbsp; Or if you just want to remove the .00 from the end of integer values you could post-process the generate strings.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
  input n @@;
cards;
121 6.02 42 42 10.08 67 31 7.08 88 122 3.24 3.24 10.44
2.88 3.24 3.24 78 89 92 78 85 9.72 11 104 92 64 7.2
;

data want ;
  set have ;
  varout = put(n,10.2);
  varout = tranwrd(varout,'.00',' ');
  format varout $char10.;
run;
proc print;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;Obs       n      varout

  1    121.00        121
  2      6.02          6.02
  3     42.00         42
  4     42.00         42
  5     10.08         10.08
  6     67.00         67
  7     31.00         31
  8      7.08          7.08
  9     88.00         88
 10    122.00        122
 11      3.24          3.24
 12      3.24          3.24
 13     10.44         10.44
 14      2.88          2.88
 15      3.24          3.24
 16      3.24          3.24
 17     78.00         78
 18     89.00         89
 19     92.00         92
 20     78.00         78
 21     85.00         85
 22      9.72          9.72
 23     11.00         11
 24    104.00        104
 25     92.00         92
 26     64.00         64
 27      7.20          7.20
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 16:43:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537990#M148061</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-02-23T16:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Number &amp; % allignment in Center dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537994#M148062</link>
      <description>&lt;P&gt;If you have strings then locate the decimal point and add the appropriate number of leading spaces.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
  input str :$10. @@;
cards;
121 6.02 42 42 10.08 67 31 7.08 88 122 3.24 3.24 10.44
2.88 3.24 3.24 78 89 92 78 85 9.72 11 104 92 64 7.2
;

data want ;
  set have ;
  length varout $10.;
  format varout $char10.;
  loc = index(str,'.');
  if loc=0 then loc=length(str)+1;
  varout=str ;
  if loc &amp;lt; 8 then varout=cat(repeat(' ',7-loc),varout);
run;
proc print;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;Obs    str      varout        loc

  1    121          121        4
  2    6.02           6.02     2
  3    42            42        3
  4    42            42        3
  5    10.08         10.08     3
  6    67            67        3
  7    31            31        3
  8    7.08           7.08     2
  9    88            88        3
 10    122          122        4
 11    3.24           3.24     2
 12    3.24           3.24     2
 13    10.44         10.44     3
 14    2.88           2.88     2
 15    3.24           3.24     2
 16    3.24           3.24     2
 17    78            78        3
 18    89            89        3
 19    92            92        3
 20    78            78        3
 21    85            85        3
 22    9.72           9.72     2
 23    11            11        3
 24    104          104        4
 25    92            92        3
 26    64            64        3
 27    7.2            7.2      2
&lt;/PRE&gt;</description>
      <pubDate>Sat, 23 Feb 2019 17:35:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Number-amp-allignment-in-Center-dataset/m-p/537994#M148062</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-02-23T17:35:07Z</dc:date>
    </item>
  </channel>
</rss>

