<?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: joining of two tables in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/joining-of-two-tables/m-p/493728#M129938</link>
    <description>Apparently the inbrhe for youbare using in SAS, soes not match on the join column. So its down to boring data quality checks. Like try to left/trim so no spaces are lingering.</description>
    <pubDate>Sat, 08 Sep 2018 06:08:32 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2018-09-08T06:08:32Z</dc:date>
    <item>
      <title>joining of two tables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/joining-of-two-tables/m-p/493723#M129936</link>
      <description>&lt;P&gt;I am encountering a weird problem while joining , I have to join two data set namely POS and london_postal_codes.&lt;/P&gt;&lt;P&gt;The problem I facing is that when I join them in mysql server no missing values are there for the variables of table london_postal_code&amp;nbsp; but when I did the same thing in sas&lt;/P&gt;&lt;P&gt;there is lot of missing values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my code :&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;create table case_2.combined_data as&lt;BR /&gt;select * from&lt;BR /&gt;case_2.pos_q1 t1&lt;BR /&gt;left join case_2.london_postal_codes t2 on t1.customer_postcode=t2.postcode&lt;BR /&gt;;&lt;BR /&gt;quit;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Sat, 08 Sep 2018 04:07:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/joining-of-two-tables/m-p/493723#M129936</guid>
      <dc:creator>deltaskipper</dc:creator>
      <dc:date>2018-09-08T04:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: joining of two tables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/joining-of-two-tables/m-p/493728#M129938</link>
      <description>Apparently the inbrhe for youbare using in SAS, soes not match on the join column. So its down to boring data quality checks. Like try to left/trim so no spaces are lingering.</description>
      <pubDate>Sat, 08 Sep 2018 06:08:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/joining-of-two-tables/m-p/493728#M129938</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-09-08T06:08:32Z</dc:date>
    </item>
  </channel>
</rss>

