<?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 export information map contents with details? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-information-map-contents-with-details/m-p/969091#M46008</link>
    <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, I took the data from the log and extracted needed information using python.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jun 2025 07:42:58 GMT</pubDate>
    <dc:creator>zigzagwanderer</dc:creator>
    <dc:date>2025-06-16T07:42:58Z</dc:date>
    <item>
      <title>How to export information map contents with details?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-information-map-contents-with-details/m-p/968515#M45986</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm struggling with the export of the information map to xml.&lt;/P&gt;&lt;P&gt;I wrote the code, but the output returns the error:&lt;/P&gt;&lt;P&gt;[ java.io.FileNotFoundException: e:\mapy\filename.xml (The system cannot find the path specified) ]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried writing a various combinations of the path, but with no success.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc infomaps;
   export infomap "IM_CMK_Global_9_2023"
      file="e:/mapy/filename.xml"
      mappath="/Shared Data/CM Information Maps/";
run;&lt;/PRE&gt;&lt;P&gt;I want to export all views. Would be great if I could also save the location and the description of the information map contents.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 12:42:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-information-map-contents-with-details/m-p/968515#M45986</guid>
      <dc:creator>zigzagwanderer</dc:creator>
      <dc:date>2025-06-10T12:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to export information map contents with details?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-information-map-contents-with-details/m-p/968546#M45987</link>
      <description>&lt;P&gt;Not only for PROC INOMAP, this generally happens when the path doesn't&amp;nbsp;exist, or maybe you lack credentials.&lt;/P&gt;
&lt;P&gt;If you are using a SAS client, e.g., Enterprise Guide, be aware that the statement executes on SAS compute (workspace) server, and any drives (E:) must be configured at system startup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For information of the infomap use the LIST statement.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/engimap/n1955hsqssj2fkn1o76clu0bqvca.htm" target="_blank"&gt;SAS Help Center: Syntax: PROC INFOMAPS LIST Statement&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Output goes to the log, which you can redirect using PROC PRINTTO.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 14:34:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-information-map-contents-with-details/m-p/968546#M45987</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2025-06-10T14:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to export information map contents with details?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-information-map-contents-with-details/m-p/969091#M46008</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, I took the data from the log and extracted needed information using python.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 07:42:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-export-information-map-contents-with-details/m-p/969091#M46008</guid>
      <dc:creator>zigzagwanderer</dc:creator>
      <dc:date>2025-06-16T07:42:58Z</dc:date>
    </item>
  </channel>
</rss>

