<?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: check if a table is loaded into memory - CAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/check-if-a-table-is-loaded-into-memory-CAS/m-p/882675#M348729</link>
    <description>&lt;P&gt;For checking whether table is loaded (in-memory) ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not like this:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Check that a SAS data set exists (and other data maintenance tips) &lt;BR /&gt;By Rick Wicklin on The DO Loop June 27, 2011&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2011/06/27/check-that-a-sas-data-set-exists-and-other-data-maintenance-tips.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2011/06/27/check-that-a-sas-data-set-exists-and-other-data-maintenance-tips.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but like this :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS® 9.4 and SAS® Viya® 3.5 Programming Documentation | SAS 9.4 / Viya 3.5&lt;BR /&gt;Tables Action Set&lt;BR /&gt;tableExists Action&lt;BR /&gt;Checks whether a table has been loaded.&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/caspg/cas-table-tableexists.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/caspg/cas-table-tableexists.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Koen&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2023 18:43:18 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2023-06-27T18:43:18Z</dc:date>
    <item>
      <title>check if a table is loaded into memory - CAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/check-if-a-table-is-loaded-into-memory-CAS/m-p/882671#M348726</link>
      <description>&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to check with you if there is a way to control if a table is loaded in memory in a cas lib.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I expect that If I run something like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;%if %sysfunc(exist(gms.topic_scoring_prod)) %then %do;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in a macro program, I could still get positive results, as the table is indeed stored in the library BUT not loaded into memory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So maybe exists something similar to control for loading of the table?&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>Tue, 27 Jun 2023 17:07:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/check-if-a-table-is-loaded-into-memory-CAS/m-p/882671#M348726</guid>
      <dc:creator>dcortell</dc:creator>
      <dc:date>2023-06-27T17:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: check if a table is loaded into memory - CAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/check-if-a-table-is-loaded-into-memory-CAS/m-p/882675#M348729</link>
      <description>&lt;P&gt;For checking whether table is loaded (in-memory) ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not like this:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Check that a SAS data set exists (and other data maintenance tips) &lt;BR /&gt;By Rick Wicklin on The DO Loop June 27, 2011&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2011/06/27/check-that-a-sas-data-set-exists-and-other-data-maintenance-tips.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2011/06/27/check-that-a-sas-data-set-exists-and-other-data-maintenance-tips.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but like this :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS® 9.4 and SAS® Viya® 3.5 Programming Documentation | SAS 9.4 / Viya 3.5&lt;BR /&gt;Tables Action Set&lt;BR /&gt;tableExists Action&lt;BR /&gt;Checks whether a table has been loaded.&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/caspg/cas-table-tableexists.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/caspg/cas-table-tableexists.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 18:43:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/check-if-a-table-is-loaded-into-memory-CAS/m-p/882675#M348729</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-06-27T18:43:18Z</dc:date>
    </item>
  </channel>
</rss>

