<?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: Can the Information Map for CI Studio be appended to by a process? in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Can-the-Information-Map-for-CI-Studio-be-appended-to-by-a/m-p/276483#M150</link>
    <description>&lt;P&gt;I know for sure that PROC INFOMAPS lets you create&amp;nbsp;information maps programmatically. I use it in combination with an Excel Spreadsheet to help consultants create initial information maps quickly (by using VBA in Excel to generate the PROC INFOMAPS code), but I'm not sure what capabilities it has for updating existing maps. Might be worth a look, though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll also need some additional SAS code to register those new views in SMC and update their metadata if you want to automate this end-to-end. I don't have an example handy of registering new tables, but for updating metadata I used this recently:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc metalib;
	omr (libid="&amp;amp;libid"); /* get this from SMC - it's the second half of the full object ID */
	select (campaign communication);
	report;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2016 13:06:09 GMT</pubDate>
    <dc:creator>shill</dc:creator>
    <dc:date>2016-06-10T13:06:09Z</dc:date>
    <item>
      <title>Can the Information Map for CI Studio be appended to by a process?</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Can-the-Information-Map-for-CI-Studio-be-appended-to-by-a/m-p/274945#M149</link>
      <description>&lt;P&gt;If there are views that are created is there a way to add that view to the information map and link to from a subject or other table/view? Please consider any tool that would help in accomlishing this (such as SAS Migration Utility).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 13:41:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Can-the-Information-Map-for-CI-Studio-be-appended-to-by-a/m-p/274945#M149</guid>
      <dc:creator>pcapazzi</dc:creator>
      <dc:date>2016-06-03T13:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Information Map for CI Studio be appended to by a process?</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Can-the-Information-Map-for-CI-Studio-be-appended-to-by-a/m-p/276483#M150</link>
      <description>&lt;P&gt;I know for sure that PROC INFOMAPS lets you create&amp;nbsp;information maps programmatically. I use it in combination with an Excel Spreadsheet to help consultants create initial information maps quickly (by using VBA in Excel to generate the PROC INFOMAPS code), but I'm not sure what capabilities it has for updating existing maps. Might be worth a look, though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll also need some additional SAS code to register those new views in SMC and update their metadata if you want to automate this end-to-end. I don't have an example handy of registering new tables, but for updating metadata I used this recently:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc metalib;
	omr (libid="&amp;amp;libid"); /* get this from SMC - it's the second half of the full object ID */
	select (campaign communication);
	report;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 13:06:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Can-the-Information-Map-for-CI-Studio-be-appended-to-by-a/m-p/276483#M150</guid>
      <dc:creator>shill</dc:creator>
      <dc:date>2016-06-10T13:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Information Map for CI Studio be appended to by a process?</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Can-the-Information-Map-for-CI-Studio-be-appended-to-by-a/m-p/277690#M153</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/2591"&gt;@shill﻿&lt;/a&gt;!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I lookup the procedure and see a section devoted to it. At a high level it appears there are functions to insert and update the InfoMap.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/engimap/61078/HTML/default/viewer.htm#a003052334.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/engimap/61078/HTML/default/viewer.htm#a003052334.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:38:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Can-the-Information-Map-for-CI-Studio-be-appended-to-by-a/m-p/277690#M153</guid>
      <dc:creator>pcapazzi</dc:creator>
      <dc:date>2016-06-15T21:38:46Z</dc:date>
    </item>
  </channel>
</rss>

