<?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 reading raw data from external file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/reading-raw-data-from-external-file/m-p/606986#M176354</link>
    <description>&lt;P&gt;&amp;nbsp;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on a medical code (RxNorm) data&amp;nbsp;and I am trying to read a specific data into sas with no way through. I have created&amp;nbsp; a fictitious data which is a very similar to the real data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample raw data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{"userInput":{"relaSource":"MEDRT","relas":"may_treat","rxcui":"128793"},"rxclassDrugInfoList":{"rxclassDrugInfo":[{"minConcept":{"rxcui":"142439","name":"Hydrocodone Bitartrate","tty":"PIN"},&lt;/P&gt;&lt;P&gt;"rxclassMinConceptItem"{"classId":"D003371","className":"Cough","classType":"DISEASE"},"rela":"may_treat","relaSource":"MEDRT"},{"minConcept":{"rxcui":"142439","name":"Hydrocodone Bitartrate","tty":"PIN"},&lt;/P&gt;&lt;P&gt;"rxclassMinConceptItem":{"classId":"D008173","className":"Lung Diseases, Obstructive","classType":"DISEASE"},"rela":"may_treat","relaSource":"MEDRT"},{"minConcept":{"rxcui":"142439","name":"Hydrocodone Bitartrate","tty":"PIN"},&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Nov 2019 14:46:22 GMT</pubDate>
    <dc:creator>CathyVI</dc:creator>
    <dc:date>2019-11-25T14:46:22Z</dc:date>
    <item>
      <title>reading raw data from external file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reading-raw-data-from-external-file/m-p/606986#M176354</link>
      <description>&lt;P&gt;&amp;nbsp;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on a medical code (RxNorm) data&amp;nbsp;and I am trying to read a specific data into sas with no way through. I have created&amp;nbsp; a fictitious data which is a very similar to the real data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample raw data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{"userInput":{"relaSource":"MEDRT","relas":"may_treat","rxcui":"128793"},"rxclassDrugInfoList":{"rxclassDrugInfo":[{"minConcept":{"rxcui":"142439","name":"Hydrocodone Bitartrate","tty":"PIN"},&lt;/P&gt;&lt;P&gt;"rxclassMinConceptItem"{"classId":"D003371","className":"Cough","classType":"DISEASE"},"rela":"may_treat","relaSource":"MEDRT"},{"minConcept":{"rxcui":"142439","name":"Hydrocodone Bitartrate","tty":"PIN"},&lt;/P&gt;&lt;P&gt;"rxclassMinConceptItem":{"classId":"D008173","className":"Lung Diseases, Obstructive","classType":"DISEASE"},"rela":"may_treat","relaSource":"MEDRT"},{"minConcept":{"rxcui":"142439","name":"Hydrocodone Bitartrate","tty":"PIN"},&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 14:46:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reading-raw-data-from-external-file/m-p/606986#M176354</guid>
      <dc:creator>CathyVI</dc:creator>
      <dc:date>2019-11-25T14:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: reading raw data from external file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reading-raw-data-from-external-file/m-p/606992#M176356</link>
      <description>&lt;P&gt;Please show what you would like the output data to look like and what data type and length each column should have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 14:57:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reading-raw-data-from-external-file/m-p/606992#M176356</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2019-11-25T14:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: reading raw data from external file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reading-raw-data-from-external-file/m-p/607007#M176362</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this an xml file? Does it have a specific pattern? Try using _infile_ to read this kind of unstructured data. Please provide more information on how your data pattern aligns &amp;amp; how you need the output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Kiran&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 15:39:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reading-raw-data-from-external-file/m-p/607007#M176362</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2019-11-25T15:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: reading raw data from external file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reading-raw-data-from-external-file/m-p/607008#M176363</link>
      <description>&lt;P&gt;Looks like a json-file, have your tried reading it by using libname jlib json "path-to-file"?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 15:41:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reading-raw-data-from-external-file/m-p/607008#M176363</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-11-25T15:41:16Z</dc:date>
    </item>
  </channel>
</rss>

