<?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 Load Table in memory in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Load-Table-in-memory/m-p/947391#M18399</link>
    <description>&lt;P&gt;How to load table from sas program or sas flow to in memory database in sas to use it in reports ?&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2024 15:34:41 GMT</pubDate>
    <dc:creator>mernamaher</dc:creator>
    <dc:date>2024-10-14T15:34:41Z</dc:date>
    <item>
      <title>Load Table in memory</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Load-Table-in-memory/m-p/947391#M18399</link>
      <description>&lt;P&gt;How to load table from sas program or sas flow to in memory database in sas to use it in reports ?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 15:34:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Load-Table-in-memory/m-p/947391#M18399</guid>
      <dc:creator>mernamaher</dc:creator>
      <dc:date>2024-10-14T15:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load Table in memory</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Load-Table-in-memory/m-p/947394#M18400</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Base SAS&lt;/STRONG&gt;: load table into memory and utilize back from memory using data _null_.&amp;nbsp; Try below code.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAS Viya&lt;/STRONG&gt;: Please refer to link&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/casref/p0pw2zomel6mfan1iutjd85rrhn9.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/casref/p0pw2zomel6mfan1iutjd85rrhn9.htm&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="sas"&gt;data _null_;
  set work.mytable;
run;


sasfile work.mytable load;
data _null_;
  set work.mytable;
run;

&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 15:45:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Load-Table-in-memory/m-p/947394#M18400</guid>
      <dc:creator>Bala_Saladi</dc:creator>
      <dc:date>2024-10-14T15:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Load Table in memory</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Load-Table-in-memory/m-p/947395#M18401</link>
      <description>&lt;P&gt;Are you asking about loading the table into memory in the CAS server or the LASR server? Which version of SAS Visual Analytics are you using?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 15:50:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Load-Table-in-memory/m-p/947395#M18401</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2024-10-14T15:50:02Z</dc:date>
    </item>
  </channel>
</rss>

