<?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 Using XMLMAP to generate xml from sas data on Mainframe in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-XMLMAP-to-generate-xml-from-sas-data-on-Mainframe/m-p/39065#M5413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The 9.2 documentation contains this example:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/engxml/62845/HTML/default/viewer.htm#a002594362.htm"&gt;http://support.sas.com/documentation/cdl/en/engxml/62845/HTML/default/viewer.htm#a002594362.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I think, given your error messages, especially the "Unable to construct DOM" message that you might need to work with Tech Support on this. (Also, depending on your maintenance release of 9.2, I think that some features of the XML Libname engine were still pre-production -- such as 9.2 M0 versus 9.2 M3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; To send a question to Tech Support, go to &lt;A href="http://support.sas.com/"&gt;http://support.sas.com/&lt;/A&gt; and in the left-hand navigation pane, click on the link entitled "Submit a Problem". Alternately, you can go directly to the Tech Support Problem Form here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/ctx/supportform/createForm"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2012 19:33:50 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2012-01-26T19:33:50Z</dc:date>
    <item>
      <title>Using XMLMAP to generate xml from sas data on Mainframe</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-XMLMAP-to-generate-xml-from-sas-data-on-Mainframe/m-p/39064#M5412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am trying to generate xml using xmlmap on the mainframe.&lt;/P&gt;&lt;P&gt;I generated an xmlmap version 1.9 and using SAS version 9.2.&lt;/P&gt;&lt;P&gt;I can read in the xml without problem using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename map 'userid.xmlmap';&lt;/P&gt;&lt;P&gt;filename xml_in 'userid.xml';&lt;/P&gt;&lt;P&gt;libname xml_in xml92 xmlmap=map;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print displays that the data is there.&lt;/P&gt;&lt;P&gt;I then need to write this data back out as xml using the xmlmap, &lt;/P&gt;&lt;P&gt;I am using the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename out 'userid.tempxml';&lt;/P&gt;&lt;P&gt;filename map 'userid.xmlmap';&lt;/P&gt;&lt;P&gt;libname out xml92 xmltype=xmlmap xmlmap=map&lt;/P&gt;&lt;P&gt;data out.xmldata;&lt;/P&gt;&lt;P&gt;set xmldata;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I get the following from the log and nothing written out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Processing XMLMap version 1.9.&lt;/P&gt;&lt;P&gt;NOTE: Libref OUT was successfully assigned as follows:&lt;/P&gt;&lt;P&gt;Engine: XML92&lt;/P&gt;&lt;P&gt;Physical Name: USERID.TEMPXML&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;ERROR: Relative COLUMN PATH prevents output reconstruction.&lt;/P&gt;&lt;P&gt;ERROR: Internal processing error. Unable to construct DOM&lt;/P&gt;&lt;P&gt;ERROR: ODS Initialization failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice would be really appreciated&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Niall&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 17:48:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-XMLMAP-to-generate-xml-from-sas-data-on-Mainframe/m-p/39064#M5412</guid>
      <dc:creator>NMcD</dc:creator>
      <dc:date>2012-01-26T17:48:15Z</dc:date>
    </item>
    <item>
      <title>Using XMLMAP to generate xml from sas data on Mainframe</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-XMLMAP-to-generate-xml-from-sas-data-on-Mainframe/m-p/39065#M5413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The 9.2 documentation contains this example:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/engxml/62845/HTML/default/viewer.htm#a002594362.htm"&gt;http://support.sas.com/documentation/cdl/en/engxml/62845/HTML/default/viewer.htm#a002594362.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I think, given your error messages, especially the "Unable to construct DOM" message that you might need to work with Tech Support on this. (Also, depending on your maintenance release of 9.2, I think that some features of the XML Libname engine were still pre-production -- such as 9.2 M0 versus 9.2 M3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; To send a question to Tech Support, go to &lt;A href="http://support.sas.com/"&gt;http://support.sas.com/&lt;/A&gt; and in the left-hand navigation pane, click on the link entitled "Submit a Problem". Alternately, you can go directly to the Tech Support Problem Form here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/ctx/supportform/createForm"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 19:33:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-XMLMAP-to-generate-xml-from-sas-data-on-Mainframe/m-p/39065#M5413</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-01-26T19:33:50Z</dc:date>
    </item>
    <item>
      <title>Using XMLMAP to generate xml from sas data on Mainframe</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-XMLMAP-to-generate-xml-from-sas-data-on-Mainframe/m-p/39066#M5414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - I will follow up with support.&lt;/P&gt;&lt;P&gt;Niall&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 15:54:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-XMLMAP-to-generate-xml-from-sas-data-on-Mainframe/m-p/39066#M5414</guid>
      <dc:creator>NMcD</dc:creator>
      <dc:date>2012-01-30T15:54:06Z</dc:date>
    </item>
  </channel>
</rss>

