<?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: how to read a dataset that contains both icd-9 and icd 10 code in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280153#M56565</link>
    <description>Hi:&lt;BR /&gt;  Here is a paper from 2016 that discusses a SAS macro program (presumably written by the paper authors) on dealing with a file that had both ICD-9 and ICD-10 data: &lt;BR /&gt;&lt;A href="https://www.nahdo.org/sites/nahdo.org/files/Resources/Other_Resources/CDC_webinar_SASmacro_Dualcoded_Feb2016.pdf" target="_blank"&gt;https://www.nahdo.org/sites/nahdo.org/files/Resources/Other_Resources/CDC_webinar_SASmacro_Dualcoded_Feb2016.pdf&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;  You might want to investigate whether the paper authors will share their programs. There is a contact email at the end of the paper.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
    <pubDate>Sat, 25 Jun 2016 15:57:45 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2016-06-25T15:57:45Z</dc:date>
    <item>
      <title>how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280081#M56542</link>
      <description>&lt;P&gt;I need to dvelop a code to read a dataste that contains both icd-9 and 10 codes. Any reference for me to read?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 20:43:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280081#M56542</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-06-24T20:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280087#M56543</link>
      <description>&lt;P&gt;You should be reading and storing both ICD9 and ICD10 as character fields so you need to change the length of the field possibly but besides that there should be no issue.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 20:59:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280087#M56543</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-24T20:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280090#M56544</link>
      <description />
      <pubDate>Wed, 06 Jul 2016 21:20:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280090#M56544</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-07-06T21:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280091#M56545</link>
      <description>&lt;P&gt;Without seeing anything else ... no.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Post your code, log and sample data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check your input statement - is it missover truncover flowover? Which is appropriate for your situation?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 21:08:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280091#M56545</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-24T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280119#M56557</link>
      <description>&lt;P&gt;This article contains information on the Lost Card note.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi30/058-30.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi30/058-30.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2016 07:18:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280119#M56557</guid>
      <dc:creator>Norman21</dc:creator>
      <dc:date>2016-06-25T07:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280153#M56565</link>
      <description>Hi:&lt;BR /&gt;  Here is a paper from 2016 that discusses a SAS macro program (presumably written by the paper authors) on dealing with a file that had both ICD-9 and ICD-10 data: &lt;BR /&gt;&lt;A href="https://www.nahdo.org/sites/nahdo.org/files/Resources/Other_Resources/CDC_webinar_SASmacro_Dualcoded_Feb2016.pdf" target="_blank"&gt;https://www.nahdo.org/sites/nahdo.org/files/Resources/Other_Resources/CDC_webinar_SASmacro_Dualcoded_Feb2016.pdf&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;  You might want to investigate whether the paper authors will share their programs. There is a contact email at the end of the paper.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Sat, 25 Jun 2016 15:57:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280153#M56565</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-06-25T15:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280418#M56661</link>
      <description>&lt;P&gt;Thanks. I have read this before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;truncover&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;I added truncover option. No more "loss card" but still almost all missing data, execpt&amp;nbsp; the first&amp;nbsp; 2-7 variavles, the first one is also blank&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;Should I change Irecl?&lt;/FONT&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;&lt;P&gt;The log shows The minimum record length was 256.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 13:46:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280418#M56661</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-06-27T13:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280419#M56662</link>
      <description>&lt;P&gt;I also added firstobs=2 because I only want to test it, without waiting for it to finish the whole records,&lt;/P&gt;&lt;P&gt;it still reads all records&lt;/P&gt;&lt;P&gt;can anyone tell how to fix it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 13:48:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280419#M56662</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-06-27T13:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280422#M56663</link>
      <description>&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;missover&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;truncover&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; obs=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;I did use this and it only read two records, but most info was missing except the first 2-7 variables&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;most missing data, what should I do&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 13:57:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280422#M56663</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-06-27T13:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280442#M56669</link>
      <description>&lt;P&gt;I chaged the&lt;/P&gt;&lt;P&gt;lrecl to the maximum value but now it only reads most variables but still many values are missing. Any suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 15:03:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280442#M56669</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-06-27T15:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280444#M56670</link>
      <description>&lt;P&gt;Guessing is a waste of everyone's time.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Post your code, log and sample data.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 15:06:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280444#M56670</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-27T15:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280456#M56678</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 22:21:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280456#M56678</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-07-06T22:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280465#M56682</link>
      <description>&lt;P&gt;20k is the length of the record. Your last input variable starts well before that so that's why your missing variables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use truncover.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fix your input statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This all assumes you have a fixed width file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the following to subset your file so you can debug it. Extract 20 lines and make sure your input statement is correct.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://gist.github.com/statgeek/de01cb34a61e53f2915d" target="_blank"&gt;https://gist.github.com/statgeek/de01cb34a61e53f2915d&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 15:53:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280465#M56682</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-27T15:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280471#M56685</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;I have used truncover, it does not change.&lt;/P&gt;&lt;P&gt;I cannot open the link. doe it need to register?&lt;/P&gt;&lt;P&gt;I cannot understand how to fix it.&amp;nbsp; I still do not understand why it is "20,000"&amp;nbsp; &amp;nbsp;and do not understand "Your last input variable starts well before that so that's why your missing variables"&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 16:06:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280471#M56685</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-06-27T16:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280480#M56689</link>
      <description>&lt;P&gt;SAS is saying a record length is 20,000 characters/columns. You've set it to the 32K characters but that doesn't matter if there's nothing beyond this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your last input variable starts at column&amp;nbsp;13456. &amp;nbsp;I'm assuming you have a specification document, what does that say regarding length and variables?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code was for Powershell, a script command to extract top N lines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;gc -path file_name.csv - head N &amp;gt; output.txt&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 16:53:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280480#M56689</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-27T16:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280483#M56691</link>
      <description>&lt;P&gt;Thanks. But my file is not csv, it is *.dat&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 16:55:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280483#M56691</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-06-27T16:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280490#M56694</link>
      <description>&lt;P&gt;Seriously?&amp;nbsp;&lt;img id="womanfrustrated" class="emoticon emoticon-womanfrustrated" src="https://communities.sas.com/i/smilies/16x16_woman-frustrated.png" alt="Woman Frustrated" title="Woman Frustrated" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A text file is a text file. CSV means it's comma separated, DAT files don't have a fixed structure, they can be tab delimited, space delimited and/or fixed width.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have a specification document that you can share?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;gc -path "full path to your file.dat" - head N &amp;gt; "full path to output.txt"&lt;/CODE&gt;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 17:03:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280490#M56694</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-27T17:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280492#M56695</link>
      <description>&lt;P&gt;Thanks. What is a full statement, with data step, proc?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 17:09:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280492#M56695</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-06-27T17:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280493#M56696</link>
      <description>&lt;P&gt;&amp;nbsp;I c. you want me to use powershell. Any other suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 17:10:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280493#M56696</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-06-27T17:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to read a dataset that contains both icd-9 and icd 10 code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280497#M56698</link>
      <description>&lt;P&gt;You don't need to use PowerShell to look at the records in your file. Just use SAS. &amp;nbsp;So to see the first 5 records run a simple data step like this and look at the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
   infile 'myfilename' obs=5 ;
   input;
   list;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Jun 2016 17:24:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-a-dataset-that-contains-both-icd-9-and-icd-10-code/m-p/280497#M56698</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2016-06-27T17:24:35Z</dc:date>
    </item>
  </channel>
</rss>

