<?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 How do I update an In-Memory LASR Table with an extra column in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-update-an-In-Memory-LASR-Table-with-an-extra-column/m-p/449072#M9765</link>
    <description>&lt;P&gt;I am implementing a LASR Table Swap out using this document as a guide:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/tkb/articleprintpage/tkb-id/library/article-id/2371" target="_blank"&gt;https://communities.sas.com/t5/tkb/articleprintpage/tkb-id/library/article-id/2371&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am successfully able to do the swap. However, when I need to add a column to the table being swapped, it updates the metadata but not the In-Memory table with the new column. As a result the swap is not successful because the original table still doesn't have the new column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using IMSTAT for my swap. I don't see any option to add column. The Update statement I believe is for the rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC IMSTAT DATA = LASRLIB.&amp;amp;Original_Table;
   		WHERE 1=1;
	RUN;
   	DELETEROWS / PURGE;
	RUN;
   		TABLE LASRLIB.&amp;amp;Original_Table;
   		SET &amp;amp;table_name;
	RUN;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 27 Mar 2018 17:34:29 GMT</pubDate>
    <dc:creator>nayyalas</dc:creator>
    <dc:date>2018-03-27T17:34:29Z</dc:date>
    <item>
      <title>How do I update an In-Memory LASR Table with an extra column</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-update-an-In-Memory-LASR-Table-with-an-extra-column/m-p/449072#M9765</link>
      <description>&lt;P&gt;I am implementing a LASR Table Swap out using this document as a guide:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/tkb/articleprintpage/tkb-id/library/article-id/2371" target="_blank"&gt;https://communities.sas.com/t5/tkb/articleprintpage/tkb-id/library/article-id/2371&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am successfully able to do the swap. However, when I need to add a column to the table being swapped, it updates the metadata but not the In-Memory table with the new column. As a result the swap is not successful because the original table still doesn't have the new column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using IMSTAT for my swap. I don't see any option to add column. The Update statement I believe is for the rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC IMSTAT DATA = LASRLIB.&amp;amp;Original_Table;
   		WHERE 1=1;
	RUN;
   	DELETEROWS / PURGE;
	RUN;
   		TABLE LASRLIB.&amp;amp;Original_Table;
   		SET &amp;amp;table_name;
	RUN;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Mar 2018 17:34:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-update-an-In-Memory-LASR-Table-with-an-extra-column/m-p/449072#M9765</guid>
      <dc:creator>nayyalas</dc:creator>
      <dc:date>2018-03-27T17:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I update an In-Memory LASR Table with an extra column</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-update-an-In-Memory-LASR-Table-with-an-extra-column/m-p/449141#M9771</link>
      <description>&lt;P&gt;As I understand it, IMSTAT can add or delete rows, but not add columns from another source table, although you can create computed columns. To add columns I would delete the LASR table entirely then use a DATA step to do a complete table load.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 19:59:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-update-an-In-Memory-LASR-Table-with-an-extra-column/m-p/449141#M9771</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-03-27T19:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I update an In-Memory LASR Table with an extra column</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-update-an-In-Memory-LASR-Table-with-an-extra-column/m-p/449324#M9774</link>
      <description>&lt;P&gt;Thank you very much, That is the approach I took.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 14:00:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-update-an-In-Memory-LASR-Table-with-an-extra-column/m-p/449324#M9774</guid>
      <dc:creator>nayyalas</dc:creator>
      <dc:date>2018-03-28T14:00:25Z</dc:date>
    </item>
  </channel>
</rss>

