<?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: Two tables bring in unmatch in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Two-tables-bring-in-unmatch/m-p/333230#M75053</link>
    <description>&lt;P&gt;If I understand what you want this may work:&lt;/P&gt;
&lt;PRE&gt;proc sql;
   create table want as
   select table2.*
   from table2 left join table1
   on table2.id=table1.id and table2.date=table1.date
   where table2.text ne table1.text;
run;
&lt;/PRE&gt;</description>
    <pubDate>Wed, 15 Feb 2017 23:59:42 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-02-15T23:59:42Z</dc:date>
    <item>
      <title>Two tables bring in unmatch</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Two-tables-bring-in-unmatch/m-p/333228#M75052</link>
      <description>Hi I have 2 tables 3 columns I want to join them and show my output where text they don't match each tables the 1st table look like this&lt;BR /&gt;Table1&lt;BR /&gt;ID. Date. .. Text&lt;BR /&gt;AZ. 01/01/16. AZ 01/01/16&lt;BR /&gt;TX. 02/02/16. TX. 02/02/16&lt;BR /&gt;The second. table&lt;BR /&gt;ID. Date. Text&lt;BR /&gt;AZ. 01/01/16. AZ 01/01/16&lt;BR /&gt;TX. 02/02/16. TX 02/0216&lt;BR /&gt;&lt;BR /&gt;THE OUTPUT&lt;BR /&gt;I'D. DATE. TEXT&lt;BR /&gt;TX. 02/0216</description>
      <pubDate>Wed, 15 Feb 2017 23:53:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Two-tables-bring-in-unmatch/m-p/333228#M75052</guid>
      <dc:creator>Gil_</dc:creator>
      <dc:date>2017-02-15T23:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables bring in unmatch</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Two-tables-bring-in-unmatch/m-p/333230#M75053</link>
      <description>&lt;P&gt;If I understand what you want this may work:&lt;/P&gt;
&lt;PRE&gt;proc sql;
   create table want as
   select table2.*
   from table2 left join table1
   on table2.id=table1.id and table2.date=table1.date
   where table2.text ne table1.text;
run;
&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Feb 2017 23:59:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Two-tables-bring-in-unmatch/m-p/333230#M75053</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-02-15T23:59:42Z</dc:date>
    </item>
  </channel>
</rss>

