<?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: Teradata SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Teradata-SAS/m-p/461372#M117362</link>
    <description>&lt;P&gt;Make sure to create a libref first&amp;nbsp;and use connection=global.&lt;/P&gt;
&lt;P&gt;Something like this.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname tdwork teradata ..... dbmstemp=yes connection=global;
proc sql ;
connect using tdwork;
execute (
create volatile table xxx as
...
) by tdwork;
quit;
data work.want ;
 set tdwork.xxx ;
run;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 10 May 2018 17:58:00 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2018-05-10T17:58:00Z</dc:date>
    <item>
      <title>Teradata SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Teradata-SAS/m-p/461366#M117359</link>
      <description>How do I create a sas dataset from the final output of the code which is a teradata volatile table ?</description>
      <pubDate>Thu, 10 May 2018 17:11:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Teradata-SAS/m-p/461366#M117359</guid>
      <dc:creator>nickspencer</dc:creator>
      <dc:date>2018-05-10T17:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Teradata SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Teradata-SAS/m-p/461372#M117362</link>
      <description>&lt;P&gt;Make sure to create a libref first&amp;nbsp;and use connection=global.&lt;/P&gt;
&lt;P&gt;Something like this.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname tdwork teradata ..... dbmstemp=yes connection=global;
proc sql ;
connect using tdwork;
execute (
create volatile table xxx as
...
) by tdwork;
quit;
data work.want ;
 set tdwork.xxx ;
run;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 May 2018 17:58:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Teradata-SAS/m-p/461372#M117362</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-05-10T17:58:00Z</dc:date>
    </item>
  </channel>
</rss>

