<?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: promote table from temporary folder in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/promote-table-from-temporary-folder/m-p/468037#M10384</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;&amp;nbsp;Thank you for your reply!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a temporary table in work folder and then promote this table to CAS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run proc sql seperately, but no error shows... when I run proc casutil.. the error shows..&lt;/P&gt;&lt;P&gt;Any suggestions?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jun 2018 13:15:52 GMT</pubDate>
    <dc:creator>michellekwai</dc:creator>
    <dc:date>2018-06-06T13:15:52Z</dc:date>
    <item>
      <title>promote table from temporary folder</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/promote-table-from-temporary-folder/m-p/467876#M10374</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know how to load table from internal database and promote the table to global session, I want to know if I create a table in work folder, or any any folder in sas studio, and want to load and promote this table which is created by sas program, what can I do?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code is below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;*Create CAS libref ;&lt;BR /&gt;cas;&lt;BR /&gt;libname sandbox cas caslib="Sandbox" datalimit=all;&lt;BR /&gt;&lt;BR /&gt;*Create table;&lt;BR /&gt;proc sql; &lt;BR /&gt;create table work.test1 as&lt;BR /&gt;select *&lt;BR /&gt;from tlake.mkt_account&lt;BR /&gt;where ac_type='021' and asofdate='30MAR2018'd;&lt;BR /&gt;quit;&lt;BR /&gt;&lt;BR /&gt;*Promote data set to in-memory cas table;&lt;BR /&gt;proc casutil; &lt;BR /&gt;load casdata="test1" incaslib="Sandbox" &lt;BR /&gt;outcaslib="Public" casout="test1" promote; &lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;But this shows errors:&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasError"&gt;ERROR: ERROR: ERROR: relation does not exist ANALYSIS._ANALYSIS.test1&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Function failed.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: The action stopped due to errors.&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 22:13:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/promote-table-from-temporary-folder/m-p/467876#M10374</guid>
      <dc:creator>michellekwai</dc:creator>
      <dc:date>2018-06-05T22:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: promote table from temporary folder</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/promote-table-from-temporary-folder/m-p/467884#M10375</link>
      <description>&lt;P&gt;Is this for SAS VA? If so, I'll move the question the SAS VA forum.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 22:48:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/promote-table-from-temporary-folder/m-p/467884#M10375</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-05T22:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: promote table from temporary folder</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/promote-table-from-temporary-folder/m-p/467888#M10376</link>
      <description>&lt;P&gt;I need to load and promote table for VA use... Yeah.. should I delete the post and post under VA section?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 22:56:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/promote-table-from-temporary-folder/m-p/467888#M10376</guid>
      <dc:creator>michellekwai</dc:creator>
      <dc:date>2018-06-05T22:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: promote table from temporary folder</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/promote-table-from-temporary-folder/m-p/468013#M10383</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/199340"&gt;@michellekwai&lt;/a&gt;,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;ERROR: ERROR: ERROR: relation does not exist ANALYSIS._ANALYSIS.test1&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The error shown above has been generated by proc sql, not by proc casutil.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 11:27:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/promote-table-from-temporary-folder/m-p/468013#M10383</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-06-06T11:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: promote table from temporary folder</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/promote-table-from-temporary-folder/m-p/468037#M10384</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;&amp;nbsp;Thank you for your reply!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a temporary table in work folder and then promote this table to CAS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run proc sql seperately, but no error shows... when I run proc casutil.. the error shows..&lt;/P&gt;&lt;P&gt;Any suggestions?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 13:15:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/promote-table-from-temporary-folder/m-p/468037#M10384</guid>
      <dc:creator>michellekwai</dc:creator>
      <dc:date>2018-06-06T13:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: promote table from temporary folder</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/promote-table-from-temporary-folder/m-p/468055#M10387</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/199340"&gt;@michellekwai&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest opening a track with our access team. You can do it here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/ctx/supportform/createForm" target="_self"&gt;https://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 13:56:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/promote-table-from-temporary-folder/m-p/468055#M10387</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-06-06T13:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: promote table from temporary folder</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/promote-table-from-temporary-folder/m-p/468085#M10388</link>
      <description>&lt;P&gt;ok. Thanks!&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 14:58:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/promote-table-from-temporary-folder/m-p/468085#M10388</guid>
      <dc:creator>michellekwai</dc:creator>
      <dc:date>2018-06-06T14:58:17Z</dc:date>
    </item>
  </channel>
</rss>

