<?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: Create TeraData VOLATILE TABLE from SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Create-TeraData-VOLATILE-TABLE-from-SAS/m-p/910813#M359158</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried examining the automatic macro variable &lt;FONT face="courier new,courier"&gt;sqlrc&lt;/FONT&gt;? That and other macro variables you can check can be seen in more detail in the documentation:&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/sqlproc/1.0/p0xlnvl46zgqffn17piej7tewe7p.htm#p1cyzuadeotccqn1hwfdtmwejh2w" target="_blank" rel="noopener"&gt;Using the PROC SQL Automatic Macro Variables&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; kind regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jan 2024 09:14:14 GMT</pubDate>
    <dc:creator>Amir</dc:creator>
    <dc:date>2024-01-08T09:14:14Z</dc:date>
    <item>
      <title>Create TeraData VOLATILE TABLE from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-TeraData-VOLATILE-TABLE-from-SAS/m-p/910794#M359147</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I run the following query in SAS.&lt;/P&gt;
&lt;P&gt;This query should connect to TERADATA&amp;nbsp; and create Volatile table (Empty table with no rows).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
connect to teradata(server=dwprod schema=DWP_vall authdomain=TeraDataAuth CONNECTION=GLOBAL);
execute
(CREATE multiset VOLATILE TABLE temp1(NAME VARCHAR(10), STATE CHAR(3))
NO PRIMARY INDEX ON COMMIT PRESERVE ROWS)	by teradata;
execute ( COMMIT WORK ) by teradata;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My questions:&lt;/P&gt;
&lt;P&gt;1-How can I know If the query worked well and the desired violated table was created in Tera?&lt;/P&gt;
&lt;P&gt;Here is the Log.&lt;/P&gt;
&lt;P&gt;IF it was not created then can you help fix the code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2- I opened TeraData and run&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Select * from temp1&lt;/P&gt;
&lt;P&gt;But got error "Object temp1" doesn't exist.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;1                                                          The SAS System                              08:12 Monday, January 8, 2024

1          ;*';*";*/;quit;run;
2          OPTIONS PAGENO=MIN;
3          %LET _CLIENTTASKLABEL='Program';
4          %LET _CLIENTPROCESSFLOWNAME='Process Flow';
5          %LET _CLIENTPROJECTPATH='';
6          %LET _CLIENTPROJECTPATHHOST='';
7          %LET _CLIENTPROJECTNAME='';
8          %LET _SASPROGRAMFILE='';
9          %LET _SASPROGRAMFILEHOST='';
10         
11         ODS _ALL_ CLOSE;
12         OPTIONS DEV=PNG;
13         GOPTIONS XPIXELS=0 YPIXELS=0;
14         FILENAME EGSR TEMP;
15         ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR
16             STYLE=HTMLBlue
17             STYLESHEET=(URL="file:///C:/Program%20Files/SASHome/SASEnterpriseGuide/7.1/Styles/HTMLBlue.css")
18             NOGTITLE
19             NOGFOOTNOTE
20             GPATH=&amp;amp;sasworklocation
21             ENCODING=UTF8
22             options(rolap="on")
23         ;
NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR
24         
25         GOPTIONS ACCESSIBLE;
26         
27         %include '!RSMEHOME/SASCode/SHARECode/Libname.sas';
NOTE: Libref RET_EXT was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/ABT_Retail_SME/ETL_DataMart/Extract
NOTE: Libref RET_DM refers to the same physical library as RET_DM.
NOTE: Libref RET_DM was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/ABT_Retail_SME/ETL_DataMart/DataMart
NOTE: Libref ABT was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/ABT_Retail_SME/ETL_ABT/ABT
NOTE: Libref INOUTCOM was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/income_outcome
NOTE: Libref MEMUZAG was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/memuzag
NOTE: Libref CATALOG was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/catalog
NOTE: Libref EXTRA was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/extra
NOTE: Libref NIKUD refers to the same physical library as A38.
NOTE: Libref NIKUD was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/A38
NOTE: Libref BAKASHOT was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/bakashot
NOTE: Libref HALV was successfully assigned as follows: 
2                                                          The SAS System                              08:12 Monday, January 8, 2024

      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/halv
NOTE: Libref ITHALV was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/ithalv
NOTE: Libref HOVAV was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/hovav
NOTE: Libref BTCHONOT was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/btchonot
NOTE: Libref HAFRASHA was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/hafrasha
NOTE: Libref SHELANU was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/shelanu
NOTE: Libref NUMAIN was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/numaIn
NOTE: Libref NUMAOUT was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/numaOut
NOTE: Libref NWSCRCB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld_CB/score_cb/Nwscrcb
NOTE: Libref CB_TAN was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld_CB/score_cb/cb_tan
NOTE: Libref PAN_TAN was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/pan_tan
NOTE: Libref EXT_TAN was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/ext_tan
NOTE: Libref SIKUN was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/dohot_cs/sikun/output
NOTE: Libref DOHOT was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/dohot
NOTE: Libref LGDBLL was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/LGDBll
NOTE: Libref LGDCB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/LGDCB
NOTE: Libref LGD was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs
NOTE: Libref DRGSYS was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/drgsys
NOTE: Libref RISKCONT was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/riskcont
NOTE: Libref DATACS was successfully assigned as follows: 
      Engine:        V9 
3                                                          The SAS System                              08:12 Monday, January 8, 2024

      Physical Name: /usr/local/SAS/MidulOld/score_cs/dataCS
NOTE: Libref OUTCS was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/outCS
NOTE: Libref A38 refers to the same physical library as NIKUD.
NOTE: Libref A38 was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/A38
NOTE: Libref CATALOG was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/catalog
NOTE: Libref MEMUZAG was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/memuzag
NOTE: Libref BTCHONOT was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/btchonot
NOTE: Libref PAN_TAN was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/pan_tan
NOTE: Libref TXT_CSV was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/txt_csv
NOTE: Libref DOHOT was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/dohot
NOTE: Libref BDIKOT was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/dohot/bdikot
NOTE: Libref LGDBLL was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/LGDbll
NOTE: Libref EADCS was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/Eadcs
NOTE: Libref LOG was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOldARV/Log
NOTE: Libref T_AVODA was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/t_avoda
NOTE: Libref MODELCB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld_CB/score_cb/General/Model_CB
NOTE: Libref SASTAB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/PARETO/BAKASHOT_SHONOT_SIGAL/SASTAB
NOTE: Libref NWSCRCB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld_CB/score_cb/Nwscrcb
NOTE: Libref CATALOG was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/catalog
NOTE: Libref ARCBDATA was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOldARV_CB/score_cb/arcbdata
NOTE: Libref RET_EXT was successfully assigned as follows: 
      Engine:        V9 
4                                                          The SAS System                              08:12 Monday, January 8, 2024

      Physical Name: /usr/local/SAS/ABT_Retail_SME/ETL_DataMart/Extract
NOTE: Libref ORLY was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/Orly
NOTE: Libref APP was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/SASData/app
NOTE: Library SAM does not exist.
NOTE: Libref CB_1AD5 was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/cb_1ad5
NOTE: Libref TEST was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/test
NOTE: Libref EAD_CS was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/EAD_CS
NOTE: Library SIM_IKL does not exist.
NOTE: Library CRA does not exist.
NOTE: Library USERDIRC does not exist.
NOTE: Libref AYELET was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/ayelet
NOTE: Libref KARINA was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/karina
NOTE: Libref NATALYA was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/Natalya
NOTE: Libref KFIR was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/kfir
NOTE: Libref BCG was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/bcg
NOTE: Libref R_R was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/R_R
NOTE: Libref TSUA_HON was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/TSUA_HON
NOTE: Libref CSPITUAH was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/SASData/cspituah
NOTE: Library DATA does not exist.
NOTE: Library ABTCS does not exist.
NOTE: Libref MALMASH was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/kfir/Malmash
NOTE: Libref BALMASH was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/Balmash
NOTE: Library BACKTEST does not exist.
NOTE: Library BTABLES does not exist.
NOTE: Libref CS was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users
NOTE: Library DIR_CB does not exist.
5                                                          The SAS System                              08:12 Monday, January 8, 2024

NOTE: Library DIR_CS does not exist.
NOTE: Libref HADATZ3 was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld_CB/score_cb/MF/MF2NT
NOTE: Libref ABT_CS was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/ABT_CS
NOTE: Library ECLIB000 does not exist.
NOTE: Libref ARVIDKUN was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOldARV/score_cs/arvidkun
NOTE: Library SASTAB does not exist.
NOTE: Libref SASTAB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/PARETO/BAKASHOT_SHONOT_SIGAL/SASTAB
NOTE: Libref BDI_CB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/Credit_Scoring_Users/BDI_CB
NOTE: Libref M_HOVAV was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/SASData/M_HOVAV
NOTE: Libref MAARAHIM was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/SASData/MAARAHIM
NOTE: Libref NWSCRCB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld_CB/score_cb/Nwscrcb
NOTE: Libref CATALOG was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOld/score_cs/catalog
NOTE: Libref ARCBDATA was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/MidulOldARV_CB/score_cb/arcbdata
NOTE: Libref RET_EXT was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/ABT_Retail_SME/ETL_DataMart/Extract
NOTE: Libref SAPIM was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/SASData/sapim
NOTE: Libref PANELTZ was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/SASCSB/MidulOld/score_cs/panel_tz
NOTE: Libref CB_1AD5 was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /usr/local/SAS/SASUsers/LabRet/SASData/CB_1AD5
152        
153        proc sql;
154        connect to teradata(server=dwprod schema=DWP_vall authdomain=TeraDataAuth CONNECTION=GLOBAL);
155        execute
156        (CREATE multiset VOLATILE TABLE temp1(NAME VARCHAR(10), STATE CHAR(3))
157        NO PRIMARY INDEX ON COMMIT PRESERVE ROWS)	by teradata;
158        execute ( COMMIT WORK ) by teradata;
159        quit;
NOTE: PROCEDURE SQL used (Total process time):
      real time           0.60 seconds
      user cpu time       0.00 seconds
      system cpu time     0.00 seconds
      memory              100.03k
6                                                          The SAS System                              08:12 Monday, January 8, 2024

      OS Memory           20640.00k
      Timestamp           01/08/2024 08:15:12 AM
      Step Count                        3  Switch Count  18
      Page Faults                       0
      Page Reclaims                     29
      Page Swaps                        0
      Voluntary Context Switches        125
      Involuntary Context Switches      0
      Block Input Operations            0
      Block Output Operations           0
      

160        
161        GOPTIONS NOACCESSIBLE;
162        %LET _CLIENTTASKLABEL=;
163        %LET _CLIENTPROCESSFLOWNAME=;
164        %LET _CLIENTPROJECTPATH=;
165        %LET _CLIENTPROJECTPATHHOST=;
166        %LET _CLIENTPROJECTNAME=;
167        %LET _SASPROGRAMFILE=;
168        %LET _SASPROGRAMFILEHOST=;
169        
170        ;*';*";*/;quit;run;
171        ODS _ALL_ CLOSE;
172        
173        
174        QUIT; RUN;
175        
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Jan 2024 06:18:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-TeraData-VOLATILE-TABLE-from-SAS/m-p/910794#M359147</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2024-01-08T06:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create TeraData VOLATILE TABLE from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-TeraData-VOLATILE-TABLE-from-SAS/m-p/910809#M359157</link>
      <description>&lt;P&gt;For some instances, the RDBMS can send back a reurn code/message. Check macro variables SQLXRC and SQLXMSG after the EXECUTE block.&lt;/P&gt;
&lt;P&gt;Another option to get more detailed feedback from Teradata is to use a libref instead, with DBMSTEMP=YES.&lt;/P&gt;
&lt;P&gt;Then you can get detailed feedback in te log by using:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options msglevel=i sastrace=',,,d' sastraceloc=saslog nostsuffix;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The downside is that you might be a little limited in how to specify yor table definition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 09:11:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-TeraData-VOLATILE-TABLE-from-SAS/m-p/910809#M359157</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2024-01-08T09:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create TeraData VOLATILE TABLE from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-TeraData-VOLATILE-TABLE-from-SAS/m-p/910813#M359158</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried examining the automatic macro variable &lt;FONT face="courier new,courier"&gt;sqlrc&lt;/FONT&gt;? That and other macro variables you can check can be seen in more detail in the documentation:&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/sqlproc/1.0/p0xlnvl46zgqffn17piej7tewe7p.htm#p1cyzuadeotccqn1hwfdtmwejh2w" target="_blank" rel="noopener"&gt;Using the PROC SQL Automatic Macro Variables&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; kind regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 09:14:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-TeraData-VOLATILE-TABLE-from-SAS/m-p/910813#M359158</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2024-01-08T09:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create TeraData VOLATILE TABLE from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-TeraData-VOLATILE-TABLE-from-SAS/m-p/910815#M359159</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_1-1704705089135.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92372i3ED31EC1E6637E32/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Patrick_1-1704705089135.png" alt="Patrick_1-1704705089135.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How? Needs to be in the SAME SAS session with a global connection as else the VOLATILE table won't exist.&amp;nbsp;&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="Patrick_2-1704705179254.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92373iBBB9B3EBEAF0A5A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Patrick_2-1704705179254.png" alt="Patrick_2-1704705179254.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Creating a table should never require a commit. Changing rows (data) in a table is what needs a commit.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 09:15:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-TeraData-VOLATILE-TABLE-from-SAS/m-p/910815#M359159</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-01-08T09:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create TeraData VOLATILE TABLE from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-TeraData-VOLATILE-TABLE-from-SAS/m-p/910822#M359164</link>
      <description>Thanks. Can you fix my code and show the required code to create tera violate table ( code run in sas)?</description>
      <pubDate>Mon, 08 Jan 2024 09:36:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-TeraData-VOLATILE-TABLE-from-SAS/m-p/910822#M359164</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2024-01-08T09:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create TeraData VOLATILE TABLE from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-TeraData-VOLATILE-TABLE-from-SAS/m-p/910839#M359169</link>
      <description>&lt;P&gt;Something like this (untested due to lack of a Teradata connection):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libanme&amp;nbsp;TD_tmp teradata db=dwprod schema=DWP_vall authdomain=TeraDataAuth CONNECTION=GLOBAL dbmstemp=yes;

proc sql;
   CREATE TABLE TD_temp.temp1 (NAME VARCHAR(10), STATE CHAR(3));
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Jan 2024 11:30:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-TeraData-VOLATILE-TABLE-from-SAS/m-p/910839#M359169</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2024-01-08T11:30:33Z</dc:date>
    </item>
  </channel>
</rss>

