<?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: SAS Viya in memory tables in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-in-memory-tables/m-p/834681#M25118</link>
    <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See here for the "manual" way :&lt;/P&gt;
&lt;P&gt;CAS User’s Guide -- CASUTIL Procedure&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SAVE Statement&lt;BR /&gt;The SAVE statement creates a permanent copy of an in-memory table. The in-memory table is saved to the data source that is associated with the caslib.&lt;/LI&gt;
&lt;LI&gt;LOAD Statement&lt;BR /&gt;The LOAD statement reads data from a file in a caslib’s data source, a libref, or a client-side file and loads it into memory on SAS Cloud Analytic Services.&lt;/LI&gt;
&lt;LI&gt;Example 4: Saving and Loading Encrypted SASHDAT Files&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/casref/p1et7qytnh6dvbn1urs5rhw5uyf7.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/casref/p1et7qytnh6dvbn1urs5rhw5uyf7.htm&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;When understanding this, try to automate with the article proposed by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;
&lt;DIV class="lia-message-subject"&gt;title : Modify casstartup_usermods.lua to load cas table automatically from SASHDAT files after restart&lt;/DIV&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Administration-and-Deployment/Modify-casstartup-usermods-lua-to-load-cas-table-automatically/td-p/785734" target="_blank"&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;https://communities.sas.com/t5/Administration-and-Deployment/Modify-casstartup-usermods-lua-to-load-cas-table-automatically/td-p/785734&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Thu, 22 Sep 2022 15:55:00 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2022-09-22T15:55:00Z</dc:date>
    <item>
      <title>SAS Viya in memory tables</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-in-memory-tables/m-p/834675#M25116</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;We were agreed that SAS viya would be 6 monthly outage. The problem for us is losing all in-memory tables when Viya is restarted. Can we do&amp;nbsp; backs up in-memory tables then restores them after a restart.&lt;/P&gt;
&lt;P&gt;I know SAS Viya won't need outage when we are doing hotfixes/patching but we are planning outages for server maintenance (ex:linux patching, etc )&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;SS&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 15:12:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-in-memory-tables/m-p/834675#M25116</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2022-09-22T15:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya in memory tables</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-in-memory-tables/m-p/834680#M25117</link>
      <description>Have you seen this post? &lt;A href="https://communities.sas.com/t5/Administration-and-Deployment/Modify-casstartup-usermods-lua-to-load-cas-table-automatically/td-p/785734" target="_blank"&gt;https://communities.sas.com/t5/Administration-and-Deployment/Modify-casstartup-usermods-lua-to-load-cas-table-automatically/td-p/785734&lt;/A&gt;</description>
      <pubDate>Thu, 22 Sep 2022 15:32:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-in-memory-tables/m-p/834680#M25117</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-09-22T15:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya in memory tables</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-in-memory-tables/m-p/834681#M25118</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See here for the "manual" way :&lt;/P&gt;
&lt;P&gt;CAS User’s Guide -- CASUTIL Procedure&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SAVE Statement&lt;BR /&gt;The SAVE statement creates a permanent copy of an in-memory table. The in-memory table is saved to the data source that is associated with the caslib.&lt;/LI&gt;
&lt;LI&gt;LOAD Statement&lt;BR /&gt;The LOAD statement reads data from a file in a caslib’s data source, a libref, or a client-side file and loads it into memory on SAS Cloud Analytic Services.&lt;/LI&gt;
&lt;LI&gt;Example 4: Saving and Loading Encrypted SASHDAT Files&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/casref/p1et7qytnh6dvbn1urs5rhw5uyf7.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/casref/p1et7qytnh6dvbn1urs5rhw5uyf7.htm&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;When understanding this, try to automate with the article proposed by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;
&lt;DIV class="lia-message-subject"&gt;title : Modify casstartup_usermods.lua to load cas table automatically from SASHDAT files after restart&lt;/DIV&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Administration-and-Deployment/Modify-casstartup-usermods-lua-to-load-cas-table-automatically/td-p/785734" target="_blank"&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;https://communities.sas.com/t5/Administration-and-Deployment/Modify-casstartup-usermods-lua-to-load-cas-table-automatically/td-p/785734&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 15:55:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-in-memory-tables/m-p/834681#M25118</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-09-22T15:55:00Z</dc:date>
    </item>
  </channel>
</rss>

