<?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 Load Cim10 - format CLaML in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Load-Cim10-format-CLaML/m-p/951974#M372102</link>
    <description>Hi,&lt;BR /&gt;The french CIM-10 from ATIH is diffused in CLaML format:&lt;BR /&gt;- &lt;A href="https://www.atih.sante.fr/sites/default/files/public/content/4674/cim10fr2024syst_claml_20231215.zip" target="_blank"&gt;https://www.atih.sante.fr/sites/default/files/public/content/4674/cim10fr2024syst_claml_20231215.zip&lt;/A&gt;&lt;BR /&gt;However, I dont know the way to load this XML file into SAS. There is a second file "CLaML.dtd" wich is the definition in my mind.&lt;BR /&gt;I hope a solution and thanks you for you proposition.</description>
    <pubDate>Tue, 26 Nov 2024 19:17:15 GMT</pubDate>
    <dc:creator>FGRIGNOUX</dc:creator>
    <dc:date>2024-11-26T19:17:15Z</dc:date>
    <item>
      <title>Load Cim10 - format CLaML</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Load-Cim10-format-CLaML/m-p/951974#M372102</link>
      <description>Hi,&lt;BR /&gt;The french CIM-10 from ATIH is diffused in CLaML format:&lt;BR /&gt;- &lt;A href="https://www.atih.sante.fr/sites/default/files/public/content/4674/cim10fr2024syst_claml_20231215.zip" target="_blank"&gt;https://www.atih.sante.fr/sites/default/files/public/content/4674/cim10fr2024syst_claml_20231215.zip&lt;/A&gt;&lt;BR /&gt;However, I dont know the way to load this XML file into SAS. There is a second file "CLaML.dtd" wich is the definition in my mind.&lt;BR /&gt;I hope a solution and thanks you for you proposition.</description>
      <pubDate>Tue, 26 Nov 2024 19:17:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Load-Cim10-format-CLaML/m-p/951974#M372102</guid>
      <dc:creator>FGRIGNOUX</dc:creator>
      <dc:date>2024-11-26T19:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Load Cim10 - format CLaML</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Load-Cim10-format-CLaML/m-p/953406#M372482</link>
      <description>&lt;P&gt;Try something like this to get you started:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename CLAML "s:/workshop/cim10fr2024syst_claml_20231215.xml";
filename CLAMAP "s:/workshop/cim10fr2024syst_claml_20231215.map";
libname CLAML XMLv2 automap=reuse xmlmap=CLAMAP;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;After you run this code, file &lt;STRONG&gt;cim10fr2024syst_claml_20231215.map&lt;/STRONG&gt;&amp;nbsp;will contain the generated XML map.&amp;nbsp; You can edit with that to change how the mapping works if you want. If you do modify the map file, remove the AUTMAP=REUSE option from the LIBNAME statement to prevent overwriting the MAP file when the code is run again.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 16:17:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Load-Cim10-format-CLaML/m-p/953406#M372482</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2024-12-12T16:17:49Z</dc:date>
    </item>
  </channel>
</rss>

