<?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: LASR Server - How to view Temp Data In memory? in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-How-to-view-Temp-Data-In-memory/m-p/408876#M8537</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12259"&gt;@mrtball&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as far as I get it on your link and in&amp;nbsp;the previous link (&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/inmsref/67213/HTML/default/viewer.htm#p0962iqmte2v4an18gnoyp6gnvwx.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/inmsref/67213/HTML/default/viewer.htm#p0962iqmte2v4an18gnoyp6gnvwx.htm&lt;/A&gt; ), temporary tables are on the temporary location, which is SASWORK (WORK library), meaning, on the disk/storage. This link from above gives also hints on how to get the information you are looking for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The link you mentioned, basically changes the behaviour, by tagging the temporary tables. If they are tagged, they will be loaded (promoted) in memory/LASR. And that is the difference. Once loaded, you can see them into LASR as regular tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;PRE&gt;NOTE: The temporary table _T_BE5C2602_45A0DCB8 was successfully promoted to the 
      LASR Analytic Server table WORK.SUM_BY_COUNTRY. You can access this table with 
      the TABLE statement as table EXAMPLE.sum_by_country(tag='sales').&lt;/PRE&gt;
&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Mon, 30 Oct 2017 19:30:46 GMT</pubDate>
    <dc:creator>JuanS_OCS</dc:creator>
    <dc:date>2017-10-30T19:30:46Z</dc:date>
    <item>
      <title>LASR Server - How to view Temp Data In memory?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-How-to-view-Temp-Data-In-memory/m-p/402312#M8298</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just wondering if anybody knows if it possible to view Temp user Data that is in memory? Thinking temp items like data explorations etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been looking at &lt;A href="http://support.sas.com/documentation/cdl/en/inmsref/67213/HTML/default/viewer.htm#p1m52mxa0rr8sdn1hq3mck0qv1sl.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/inmsref/67213/HTML/default/viewer.htm#p1m52mxa0rr8sdn1hq3mck0qv1sl.htm&lt;/A&gt; and this details Promoting Temporary Tables to Regular Tables but I've not yet found how to see Temp Data in memory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 10:55:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-How-to-view-Temp-Data-In-memory/m-p/402312#M8298</guid>
      <dc:creator>mrtball</dc:creator>
      <dc:date>2017-10-09T10:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: LASR Server - How to view Temp Data In memory?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-How-to-view-Temp-Data-In-memory/m-p/408876#M8537</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12259"&gt;@mrtball&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as far as I get it on your link and in&amp;nbsp;the previous link (&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/inmsref/67213/HTML/default/viewer.htm#p0962iqmte2v4an18gnoyp6gnvwx.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/inmsref/67213/HTML/default/viewer.htm#p0962iqmte2v4an18gnoyp6gnvwx.htm&lt;/A&gt; ), temporary tables are on the temporary location, which is SASWORK (WORK library), meaning, on the disk/storage. This link from above gives also hints on how to get the information you are looking for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The link you mentioned, basically changes the behaviour, by tagging the temporary tables. If they are tagged, they will be loaded (promoted) in memory/LASR. And that is the difference. Once loaded, you can see them into LASR as regular tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;PRE&gt;NOTE: The temporary table _T_BE5C2602_45A0DCB8 was successfully promoted to the 
      LASR Analytic Server table WORK.SUM_BY_COUNTRY. You can access this table with 
      the TABLE statement as table EXAMPLE.sum_by_country(tag='sales').&lt;/PRE&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 30 Oct 2017 19:30:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-How-to-view-Temp-Data-In-memory/m-p/408876#M8537</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-10-30T19:30:46Z</dc:date>
    </item>
  </channel>
</rss>

