<?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: cas in-memory table creation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/cas-in-memory-table-creation/m-p/832249#M328935</link>
    <description>&lt;P&gt;Where are you running PROC CASLIB? In SAS Studio or a different user interface? In SAS Studio, each program should have a log tab where your SAS log output should be displayed after you run the program.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Sep 2022 20:28:27 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2022-09-07T20:28:27Z</dc:date>
    <item>
      <title>cas in-memory table creation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/cas-in-memory-table-creation/m-p/832043#M328859</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;proc casutil incaslib="public";&lt;BR /&gt;save casdata="name" outcaslib="public" replace;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;i am creating the cas table wih sashdat and in-memory table&amp;nbsp;&lt;/P&gt;&lt;P&gt;with the above code cas table created but not in-memory table&lt;/P&gt;&lt;P&gt;with this code again i need to manually load the table in to cas in-memory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vallsas_0-1662491839212.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75031i2F85A0CDEF5DB540/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vallsas_0-1662491839212.png" alt="vallsas_0-1662491839212.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vallsas_1-1662491881635.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75032i8526DEF5CEC8C9DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vallsas_1-1662491881635.png" alt="vallsas_1-1662491881635.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i am expecting with the second screenshot symbol in-memory table with programming in sas studio.&amp;nbsp;&lt;/P&gt;&lt;P&gt;any help pls..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 19:18:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/cas-in-memory-table-creation/m-p/832043#M328859</guid>
      <dc:creator>vallsas</dc:creator>
      <dc:date>2022-09-06T19:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: cas in-memory table creation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/cas-in-memory-table-creation/m-p/832079#M328872</link>
      <description>&lt;P&gt;I'm expecting that the SAVE statement is saving an already existing in-memory table to disk.&lt;/P&gt;
&lt;P&gt;So your name table should already be in CAS memory.&lt;/P&gt;
&lt;P&gt;What does the log say?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 06:08:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/cas-in-memory-table-creation/m-p/832079#M328872</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2022-09-07T06:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: cas in-memory table creation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/cas-in-memory-table-creation/m-p/832094#M328878</link>
      <description>I did not check the log but in-memory table does not exist.&lt;BR /&gt;&lt;BR /&gt;where should i check the log?</description>
      <pubDate>Wed, 07 Sep 2022 10:38:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/cas-in-memory-table-creation/m-p/832094#M328878</guid>
      <dc:creator>vallsas</dc:creator>
      <dc:date>2022-09-07T10:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: cas in-memory table creation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/cas-in-memory-table-creation/m-p/832249#M328935</link>
      <description>&lt;P&gt;Where are you running PROC CASLIB? In SAS Studio or a different user interface? In SAS Studio, each program should have a log tab where your SAS log output should be displayed after you run the program.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 20:28:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/cas-in-memory-table-creation/m-p/832249#M328935</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-09-07T20:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: cas in-memory table creation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/cas-in-memory-table-creation/m-p/832360#M328984</link>
      <description>&lt;BR /&gt;yes, i am using sas studio and the log is below&lt;BR /&gt;%studio_hide_wrapper;&lt;BR /&gt;77&lt;BR /&gt;78 proc casutil ;&lt;BR /&gt;NOTE: The UUID '29a73618-47a3-a349-96bf-665595acd061' is connected using session MYSESS.&lt;BR /&gt;79 save casdata="MTEST" replace;&lt;BR /&gt;NOTE: Cloud Analytic Services saved the file MTEST.sashdat in caslib Public.&lt;BR /&gt;NOTE: The Cloud Analytic Services server processed the request in 0.002436 seconds.&lt;BR /&gt;80 run;&lt;BR /&gt;81&lt;BR /&gt;82 %studio_hide_wrapper;</description>
      <pubDate>Thu, 08 Sep 2022 17:08:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/cas-in-memory-table-creation/m-p/832360#M328984</guid>
      <dc:creator>vallsas</dc:creator>
      <dc:date>2022-09-08T17:08:57Z</dc:date>
    </item>
  </channel>
</rss>

