<?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 how to join SAS table with teradata in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-join-SAS-table-with-teradata/m-p/445379#M111593</link>
    <description>&lt;P&gt;I'm using SAS to query for data located in Teradata, but I want to filter my data based on a SAS table.&amp;nbsp; how would I be able to do this?&amp;nbsp; I only have read-access to the teradata, so I'm unable to move my SAS table to Teradata.&lt;/P&gt;
&lt;P&gt;My end result would be something like:&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;Proc SQL;

SELECT *
FROM Teradata_Table T1
WHERE T1.Name in (SELECT Names from SASTable T2);
Quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I read something about volatile table, but I'm still new to teradata and SAS so I dont quite understand the syntax to make it happen.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Mar 2018 04:15:51 GMT</pubDate>
    <dc:creator>mrdlau</dc:creator>
    <dc:date>2018-03-14T04:15:51Z</dc:date>
    <item>
      <title>how to join SAS table with teradata</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-join-SAS-table-with-teradata/m-p/445379#M111593</link>
      <description>&lt;P&gt;I'm using SAS to query for data located in Teradata, but I want to filter my data based on a SAS table.&amp;nbsp; how would I be able to do this?&amp;nbsp; I only have read-access to the teradata, so I'm unable to move my SAS table to Teradata.&lt;/P&gt;
&lt;P&gt;My end result would be something like:&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;Proc SQL;

SELECT *
FROM Teradata_Table T1
WHERE T1.Name in (SELECT Names from SASTable T2);
Quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I read something about volatile table, but I'm still new to teradata and SAS so I dont quite understand the syntax to make it happen.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 04:15:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-join-SAS-table-with-teradata/m-p/445379#M111593</guid>
      <dc:creator>mrdlau</dc:creator>
      <dc:date>2018-03-14T04:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to join SAS table with teradata</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-join-SAS-table-with-teradata/m-p/445392#M111598</link>
      <description>What happens when you execute the syntax you posted?</description>
      <pubDate>Wed, 14 Mar 2018 07:17:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-join-SAS-table-with-teradata/m-p/445392#M111598</guid>
      <dc:creator>error_prone</dc:creator>
      <dc:date>2018-03-14T07:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to join SAS table with teradata</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-join-SAS-table-with-teradata/m-p/445398#M111602</link>
      <description>&lt;P&gt;how many records in T2?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 07:45:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-join-SAS-table-with-teradata/m-p/445398#M111602</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-03-14T07:45:19Z</dc:date>
    </item>
  </channel>
</rss>

