<?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 Copying Information Maps in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Copying-Information-Maps/m-p/205990#M51271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are there any procedures or methods to copy information maps from one folder to another folder in SAS code?&amp;nbsp; don't want to move, but copy.&amp;nbsp; thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2015 07:01:36 GMT</pubDate>
    <dc:creator>Grumbler</dc:creator>
    <dc:date>2015-06-15T07:01:36Z</dc:date>
    <item>
      <title>Copying Information Maps</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Copying-Information-Maps/m-p/205990#M51271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are there any procedures or methods to copy information maps from one folder to another folder in SAS code?&amp;nbsp; don't want to move, but copy.&amp;nbsp; thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 07:01:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Copying-Information-Maps/m-p/205990#M51271</guid>
      <dc:creator>Grumbler</dc:creator>
      <dc:date>2015-06-15T07:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Information Maps</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Copying-Information-Maps/m-p/205991#M51272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;You can use the PROC INFOMAPs procedure. For example, say that you have an information map named ClassMap in "/Shared Data/InfoMaps". You could submit this code to place a copy of the map in "/Shared Data/InfoMaps/Copy."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;proc infomaps &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;metauser="sasdemo" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;metapass="xxxxx" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;metaserver="your-server" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;metaport=8561&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;metarepository=Foundation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;mappath="/Shared Data/InfoMaps";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;update infomap "ClassMap";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;save mappath="/Shared Data/InfoMaps/Copy";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find information about the SAVE statement beginning on page 77 in the &lt;A href="http://support.sas.com/documentation/cdl/en/engimap/65021/PDF/default/engimap.pdf" title="http://support.sas.com/documentation/cdl/en/engimap/65021/PDF/default/engimap.pdf"&gt;Base SAS® 9.4 Guide to Information Maps&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 15:07:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Copying-Information-Maps/m-p/205991#M51272</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2015-08-17T15:07:02Z</dc:date>
    </item>
  </channel>
</rss>

