<?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 Adding table to LASRStarSchema in Data Prep in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-table-to-LASRStarSchema-in-Data-Prep/m-p/248040#M3236</link>
    <description>&lt;P&gt;I imported some data table using SAS Base such as:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname LASR11 SASIOLA startserver host='elitedesk-2012.sas.com' SIGNER="http://elitedesk-2012.sas.com:80/SASLASRAuthorization" port=10011 tag='hps';
data LASR11.Defect; set defect; run;
proc metalib;
  omr(library="/Products/SAS Visual Analytics Administrator/Visual Analytics LASR" repname="Foundation" );
  select("defect");
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data table imported as above can't be added to LASRStartSchema in Data Prepration with this message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/1754iC67F42CBB4910368/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="dbtable.png" title="dbtable.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I &amp;nbsp;change figure out this issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Feb 2016 17:07:02 GMT</pubDate>
    <dc:creator>joshsuihn</dc:creator>
    <dc:date>2016-02-04T17:07:02Z</dc:date>
    <item>
      <title>Adding table to LASRStarSchema in Data Prep</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-table-to-LASRStarSchema-in-Data-Prep/m-p/248040#M3236</link>
      <description>&lt;P&gt;I imported some data table using SAS Base such as:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname LASR11 SASIOLA startserver host='elitedesk-2012.sas.com' SIGNER="http://elitedesk-2012.sas.com:80/SASLASRAuthorization" port=10011 tag='hps';
data LASR11.Defect; set defect; run;
proc metalib;
  omr(library="/Products/SAS Visual Analytics Administrator/Visual Analytics LASR" repname="Foundation" );
  select("defect");
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data table imported as above can't be added to LASRStartSchema in Data Prepration with this message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/1754iC67F42CBB4910368/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="dbtable.png" title="dbtable.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I &amp;nbsp;change figure out this issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 17:07:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-table-to-LASRStarSchema-in-Data-Prep/m-p/248040#M3236</guid>
      <dc:creator>joshsuihn</dc:creator>
      <dc:date>2016-02-04T17:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Adding table to LASRStarSchema in Data Prep</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-table-to-LASRStarSchema-in-Data-Prep/m-p/248508#M3273</link>
      <description>&lt;P&gt;I suspect your LASR table cannot be registered because it cannot see the table. &amp;nbsp;If you use proc datasets then you'll be able to see what the table is called in the LASR11. &amp;nbsp;When you use the DATA step to load a table into the LASR it has to use the same LIBNAME as the LASR tag.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since your LASR11 definition uses the tag called "hps" &amp;nbsp;- you should create a&amp;nbsp;BASE SAS library called hps instead of loading it from the WORK library. &amp;nbsp;You can also try using PROC LASR where you can specify the tag on upload.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token statement"&gt;libname&lt;/SPAN&gt; LASR11 SASIOLA startserver host&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'elitedesk-2012.sas.com'&lt;/SPAN&gt; &lt;BR /&gt;&lt;/CODE&gt;&lt;CODE class="  language-sas"&gt;SIGNER&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;"http://elitedesk-2012.sas.com:80/SASLASRAuthorization"&lt;/SPAN&gt; port&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;10011&lt;/SPAN&gt; &lt;FONT color="#0000FF"&gt;tag&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'hps'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;libname hps base "path to the data";&lt;/FONT&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token procnames"&gt;&lt;BR /&gt;data&lt;/SPAN&gt; LASR11&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;Defect&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="token keyword"&gt;set&lt;/SPAN&gt; &lt;FONT color="#0000FF"&gt;hps.&lt;/FONT&gt;defect&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="token procnames"&gt;run&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Read more about tags in the &lt;A href="http://support.sas.com/documentation/cdl/en/inmsref/68736/PDF/default/inmsref.pdf" target="_self"&gt;LASR Analytics user guide&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tricia Aanderud&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.zencos.com" target="_self"&gt;Zencos Consulting&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2016 20:59:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-table-to-LASRStarSchema-in-Data-Prep/m-p/248508#M3273</guid>
      <dc:creator>TriciaAanderud</dc:creator>
      <dc:date>2016-02-06T20:59:59Z</dc:date>
    </item>
  </channel>
</rss>

