<?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: One to many merge in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/One-to-many-merge/m-p/639473#M190260</link>
    <description>&lt;P&gt;Find two values from the two different sources that look the same to you and display them using the $HEX format.&amp;nbsp; Compare the values until you see a difference.&amp;nbsp; Specific hexcodes to look for that will cause trouble because they are not normally displayed as any ink on the page are:&lt;/P&gt;
&lt;P&gt;20 - space&lt;/P&gt;
&lt;P&gt;09 - tab&lt;/P&gt;
&lt;P&gt;0A - linefeed&lt;/P&gt;
&lt;P&gt;0D - carriage return&lt;/P&gt;
&lt;P&gt;A0 - non-breaking space&lt;/P&gt;
&lt;P&gt;00 - null&lt;/P&gt;
&lt;P&gt;FF - ???&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Apr 2020 14:18:34 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2020-04-13T14:18:34Z</dc:date>
    <item>
      <title>One to many merge</title>
      <link>https://communities.sas.com/t5/SAS-Programming/One-to-many-merge/m-p/639373#M190210</link>
      <description>&lt;P&gt;I am trying to merge, but instead of merging by my by variable, SAS instead vertically concatenates the datasets on top of each other&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 16:37:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/One-to-many-merge/m-p/639373#M190210</guid>
      <dc:creator>nithya_r99</dc:creator>
      <dc:date>2020-04-13T16:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: One to many merge</title>
      <link>https://communities.sas.com/t5/SAS-Programming/One-to-many-merge/m-p/639376#M190212</link>
      <description>&lt;P&gt;You get this behaviour because jobid and jobcode don't match exactly for any of your data. Start by making sure the two variables have the same length. Then look at one value that should match, but doesn't. For example one of variables might contain leading blanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2020 22:19:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/One-to-many-merge/m-p/639376#M190212</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-04-12T22:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: One to many merge</title>
      <link>https://communities.sas.com/t5/SAS-Programming/One-to-many-merge/m-p/639409#M190235</link>
      <description>&lt;P&gt;This is a classic case of Maxim 3: Know Your Data.&lt;/P&gt;
&lt;P&gt;Leading blanks (as already mentioned) can cause this. You also could have a format assigned that visually creates the same value. $UPCASE will display "bagclk" as "BAGCLK", but the raw values won't match, and SAS uses those for a join.&lt;/P&gt;
&lt;P&gt;Run a proc contents on your datasets first, then inquire further.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 05:59:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/One-to-many-merge/m-p/639409#M190235</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-04-13T05:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: One to many merge</title>
      <link>https://communities.sas.com/t5/SAS-Programming/One-to-many-merge/m-p/639469#M190259</link>
      <description>&lt;P&gt;I checked this, but both values have the same length and type. I even tried to create a new variable using Upcase, but i am still getting the same issue&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 14:04:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/One-to-many-merge/m-p/639469#M190259</guid>
      <dc:creator>nithya_r99</dc:creator>
      <dc:date>2020-04-13T14:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: One to many merge</title>
      <link>https://communities.sas.com/t5/SAS-Programming/One-to-many-merge/m-p/639473#M190260</link>
      <description>&lt;P&gt;Find two values from the two different sources that look the same to you and display them using the $HEX format.&amp;nbsp; Compare the values until you see a difference.&amp;nbsp; Specific hexcodes to look for that will cause trouble because they are not normally displayed as any ink on the page are:&lt;/P&gt;
&lt;P&gt;20 - space&lt;/P&gt;
&lt;P&gt;09 - tab&lt;/P&gt;
&lt;P&gt;0A - linefeed&lt;/P&gt;
&lt;P&gt;0D - carriage return&lt;/P&gt;
&lt;P&gt;A0 - non-breaking space&lt;/P&gt;
&lt;P&gt;00 - null&lt;/P&gt;
&lt;P&gt;FF - ???&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 14:18:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/One-to-many-merge/m-p/639473#M190260</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-04-13T14:18:34Z</dc:date>
    </item>
  </channel>
</rss>

