<?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: Please Help! Dataset will not go into correct columns. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Please-Help-Dataset-will-not-go-into-correct-columns/m-p/732168#M228147</link>
    <description>&lt;P&gt;Im using SAS university. I think I may have figured it out using dsd instead of dlm. Let me know what you think.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Apr 2021 08:45:38 GMT</pubDate>
    <dc:creator>sarahbaker012</dc:creator>
    <dc:date>2021-04-08T08:45:38Z</dc:date>
    <item>
      <title>Please Help! Dataset will not go into correct columns.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-Help-Dataset-will-not-go-into-correct-columns/m-p/732163#M228144</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Error I am receiving.. all of my data is listed in one column instead of three. And Im only getting 10 observations there should be at least 30-40.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;73 data hwbiostat6;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 infile "/folders/myfolders/hwbiostat6/ch12q06.txt" dlm='09'x firstobs=2;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 input SEX $ Y X;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 if sex="M" then Zsex=1;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 else Zsex=0;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 Xsex= X*Zsex;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 datalines;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The infile "/folders/myfolders/hwbiostat6/ch12q06.txt" is:&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Filename=/folders/myfolders/hwbiostat6/ch12q06.txt,&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Owner Name=root,Group Name=vboxsf,&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Access Permission=-rwxrwx---,&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Last Modified=08Apr2021:00:24:53,&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;File Size (bytes)=534&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for Y in line 3 1-14.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for X in line 4 1-14.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;RULE: ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;4 'M',21.6,0.301 14&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Increase available buffer lines with the INFILE n= option.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;SEX='M',17.1 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=1&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for Y in line 6 1-14.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for X in line 7 1-14.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;7 'M',23.8,0.602 14&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Increase available buffer lines with the INFILE n= option.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;SEX='M',24.5 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=2&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for Y in line 9 1-12.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for X in line 10 1-14.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;10 'M',29.4,0.903 14&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Increase available buffer lines with the INFILE n= option.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;SEX='M',27.7 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=3&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for Y in line 12 1-14.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for X in line 13 1-14.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;13 'M',34.2,1.204 14&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Increase available buffer lines with the INFILE n= option.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;SEX='M',30.1 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=4&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for Y in line 15 1-14.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for X in line 16 1-14.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;16 'M',31.8,1.505 14&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Increase available buffer lines with the INFILE n= option.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;SEX='M',37.3 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=5&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for Y in line 18 1-14.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for X in line 19 1-14.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;19 'F',22.1,0.301 14&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Increase available buffer lines with the INFILE n= option.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;SEX='M',40.2 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=6&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for Y in line 21 1-14.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for X in line 22 1-14.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;22 'F',26.9,0.602 14&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Increase available buffer lines with the INFILE n= option.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;SEX='F',15.3 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=7&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for Y in line 24 1-14.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for X in line 25 1-14.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;RULE: ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;25 'F',27.1,0.903 14&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Increase available buffer lines with the INFILE n= option.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;SEX='F',20.2 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=8&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for Y in line 27 1-14.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for X in line 28 1-14.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;28 'F',30.3,1.204 14&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Increase available buffer lines with the INFILE n= option.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;SEX='F',30.1 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=9&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for Y in line 30 1-14.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for X in line 31 1-14.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;31 'F',32.6,1.505 14&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Increase available buffer lines with the INFILE n= option.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;SEX='F',33,1 Y=. X=. Zsex=0 Xsex=. _ERROR_=1 _N_=10&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data for Y in line 33 1-14.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: LOST CARD.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Invalid data errors for file '"/folders/myfolders/hwbiostat6/ch12q06.txt"' occurred outside the printed range.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Increase available buffer lines with the INFILE n= option.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;SEX='F',36.1 Y=. X=. Zsex=. Xsex=. _ERROR_=1 _N_=11&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: 32 records were read from the infile "/folders/myfolders/hwbiostat6/ch12q06.txt".&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;The minimum record length was 12.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;The maximum record length was 14.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: SAS went to a new line when INPUT statement reached past the end of a line.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Missing values were generated as a result of performing an operation on missing values.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Each place is given by: (Number of times) at (Line):(Column).&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;10 at 78:9&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The data set WORK.HWBIOSTAT6 has 10 observations and 5 variables.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.03 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;112 ;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;113 run;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;114&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;115 proc print data=hwbiostat6;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;116 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: There were 10 observations read from the data set WORK.HWBIOSTAT6.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.14 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.13 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;117&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;118&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;119&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;120&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;121&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;122&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;123&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;124&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;125 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Code I used&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data hwbiostat6;&lt;BR /&gt;infile "/folders/myfolders/hwbiostat6/ch12q06.txt" dlm='09'x firstobs=2;&lt;BR /&gt;input SEX $ Y X;&lt;BR /&gt;if sex="M" then Zsex=1;&lt;BR /&gt;else Zsex=0;&lt;BR /&gt;Xsex= X*Zsex;&lt;BR /&gt;datalines;&lt;BR /&gt;M 17.1 0.301&lt;BR /&gt;M 14.3 0.301&lt;BR /&gt;M 21.6 0.301&lt;BR /&gt;M 24.5 0.602&lt;BR /&gt;M 20.6 0.602&lt;BR /&gt;M 23.8 0.602&lt;BR /&gt;M 27.7 0.903&lt;BR /&gt;M 31 0.903&lt;BR /&gt;M 29.4 0.903&lt;BR /&gt;M 30.1 1.204&lt;BR /&gt;M 28.6 1.204&lt;BR /&gt;M 34.2 1.204&lt;BR /&gt;M 37.3 1.204&lt;BR /&gt;M 33.3 1.505&lt;BR /&gt;M 31.8 1.505&lt;BR /&gt;M 40.2 1.505&lt;BR /&gt;F 18.5 0.301&lt;BR /&gt;F 22.1 0.301&lt;BR /&gt;F 15.3 0.301&lt;BR /&gt;F 23.6 0.602&lt;BR /&gt;F 26.9 0.602&lt;BR /&gt;F 20.2 0.602&lt;BR /&gt;F 24.3 0.903&lt;BR /&gt;F 27.1 0.903&lt;BR /&gt;F 30.1 0.903&lt;BR /&gt;F 28.1 0.903&lt;BR /&gt;F 30.3 1.204&lt;BR /&gt;F 33 1.204&lt;BR /&gt;F 35.8 1.204&lt;BR /&gt;F 32.6 1.505&lt;BR /&gt;F 36.1 1.505&lt;BR /&gt;F 30.5 1.505&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 07:52:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-Help-Dataset-will-not-go-into-correct-columns/m-p/732163#M228144</guid>
      <dc:creator>sarahbaker012</dc:creator>
      <dc:date>2021-04-08T07:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Please Help! Dataset will not go into correct columns.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-Help-Dataset-will-not-go-into-correct-columns/m-p/732166#M228146</link>
      <description>&lt;P&gt;Please attach ch12q06.txt.&lt;BR /&gt;Also, why are you using infile statements and datalines ry?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 08:30:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-Help-Dataset-will-not-go-into-correct-columns/m-p/732166#M228146</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2021-04-08T08:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Please Help! Dataset will not go into correct columns.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-Help-Dataset-will-not-go-into-correct-columns/m-p/732168#M228147</link>
      <description>&lt;P&gt;Im using SAS university. I think I may have figured it out using dsd instead of dlm. Let me know what you think.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 08:45:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-Help-Dataset-will-not-go-into-correct-columns/m-p/732168#M228147</guid>
      <dc:creator>sarahbaker012</dc:creator>
      <dc:date>2021-04-08T08:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Please Help! Dataset will not go into correct columns.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-Help-Dataset-will-not-go-into-correct-columns/m-p/732169#M228148</link>
      <description>&lt;P&gt;Yes, I think you can use the dsd option instead of dlm since it is a csv file.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 08:50:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-Help-Dataset-will-not-go-into-correct-columns/m-p/732169#M228148</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2021-04-08T08:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Please Help! Dataset will not go into correct columns.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-Help-Dataset-will-not-go-into-correct-columns/m-p/732171#M228149</link>
      <description>&lt;P&gt;It worked, thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 08:52:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-Help-Dataset-will-not-go-into-correct-columns/m-p/732171#M228149</guid>
      <dc:creator>sarahbaker012</dc:creator>
      <dc:date>2021-04-08T08:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Please Help! Dataset will not go into correct columns.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-Help-Dataset-will-not-go-into-correct-columns/m-p/732228#M228173</link>
      <description>&lt;P&gt;It is probably time for you to learn that opening files that are CSV with a spreadsheet can change things.&lt;/P&gt;
&lt;P&gt;Your original file was comma separated and you wrote a data step to read a TAB delimited file, almost certainly because you copied cells from a spreadsheet.&lt;/P&gt;
&lt;P&gt;Dlm=',' with the file likely fixes lots of issues.&lt;/P&gt;
&lt;P&gt;We can tell such things as the file was comma delimited by reading the log:&lt;/P&gt;
&lt;PRE&gt;RULE: ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0
4 'M',21.6,0.301 14
&lt;/PRE&gt;
&lt;P&gt;The bit between the "4" and the "14" is the actual content of the file read.&lt;/P&gt;
&lt;P&gt;You want to copy from the log and paste copied text into a text box opened on the forum with the &amp;lt;/&amp;gt; icon to preserver the text formatting that SAS has in the log. I bet that if you look in your log that the 'M' for that line started on column 4 of the file with the first quote under the - character before the first + sign. The + occurs as position multiples of 5 characters, the 1, 2, 3 etc indicate column 10, 20, and 30 .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The main message windows on this forum reformat text, generally removing white space, so fixed column information from the line ruler above gets corrupted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 14:45:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-Help-Dataset-will-not-go-into-correct-columns/m-p/732228#M228173</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-04-08T14:45:59Z</dc:date>
    </item>
  </channel>
</rss>

