<?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: Creating temporary/Session specific tables in SingleStore in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/Creating-temporary-Session-specific-tables-in-SingleStore/m-p/983970#M3039</link>
    <description>&lt;P&gt;Try the DBMSTEMP= libname option:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/da/pgmsascdc/v_065/acreldb/p0he4t6yjfmkhpn16qrf0cdhllu6.htm" target="_blank"&gt;https://documentation.sas.com/doc/da/pgmsascdc/v_065/acreldb/p0he4t6yjfmkhpn16qrf0cdhllu6.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Feb 2026 15:12:22 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2026-02-24T15:12:22Z</dc:date>
    <item>
      <title>Creating temporary/Session specific tables in SingleStore</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Creating-temporary-Session-specific-tables-in-SingleStore/m-p/983860#M3038</link>
      <description>&lt;P&gt;Hello ! We are exploring using SingleStore/SpeedyStore in our product solution based on SAS Viya. We plan to use SAS/Access libname to connect to the SingleStore database.&lt;/P&gt;
&lt;P&gt;The question is how do I create a temporary/session specific table (so that it is seen and read only in that session ) within singlestore so that there is no data movement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;libname y s2 user=&amp;lt;user&amp;gt;&amp;nbsp;server=&amp;lt;server&amp;gt; database=&amp;lt;db&amp;gt;&amp;nbsp;port=&amp;lt;port&amp;gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if I create a table using y as the libref , the below code creates a permanent table.&lt;/P&gt;
&lt;P&gt;data y.temp;&lt;/P&gt;
&lt;P&gt;set y.cars;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My aim is to create and work on a series of temporary tables using data steps and proc sqls till I achieve my final output table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for helping.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 10:57:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Creating-temporary-Session-specific-tables-in-SingleStore/m-p/983860#M3038</guid>
      <dc:creator>niyatisheth</dc:creator>
      <dc:date>2026-02-23T10:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating temporary/Session specific tables in SingleStore</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Creating-temporary-Session-specific-tables-in-SingleStore/m-p/983970#M3039</link>
      <description>&lt;P&gt;Try the DBMSTEMP= libname option:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/da/pgmsascdc/v_065/acreldb/p0he4t6yjfmkhpn16qrf0cdhllu6.htm" target="_blank"&gt;https://documentation.sas.com/doc/da/pgmsascdc/v_065/acreldb/p0he4t6yjfmkhpn16qrf0cdhllu6.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 15:12:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Creating-temporary-Session-specific-tables-in-SingleStore/m-p/983970#M3039</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2026-02-24T15:12:22Z</dc:date>
    </item>
  </channel>
</rss>

