<?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: Problem with Joint By proc sql. getting empty dataset. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-Joint-By-proc-sql-getting-empty-dataset/m-p/157338#M12247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you code that or use the query tool? Does the query tool return results?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if your variables are actually 1/2/3?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Nov 2013 16:49:17 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2013-11-27T16:49:17Z</dc:date>
    <item>
      <title>Problem with Joint By proc sql. getting empty dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-Joint-By-proc-sql-getting-empty-dataset/m-p/157337#M12246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have 2 differentsas dataset.&lt;/P&gt;&lt;P&gt; A and B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get data from dataset A to dataset B as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql ;&lt;/P&gt;&lt;P&gt;create table c as select&lt;/P&gt;&lt;P&gt;a.11,&lt;/P&gt;&lt;P&gt;a.13,&lt;/P&gt;&lt;P&gt;a.14&lt;/P&gt;&lt;P&gt;from A,B&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;A.1=B.1 and A.2=B.2 and A.3=B.3;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am getting empty dataset C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure I have values comman for 1,2 and 3 for A and B . I check formatting and&amp;nbsp; length in both dataset are same. Not sure why not getting records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 16:41:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-Joint-By-proc-sql-getting-empty-dataset/m-p/157337#M12246</guid>
      <dc:creator>mrug12</dc:creator>
      <dc:date>2013-11-27T16:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joint By proc sql. getting empty dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-Joint-By-proc-sql-getting-empty-dataset/m-p/157338#M12247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you code that or use the query tool? Does the query tool return results?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if your variables are actually 1/2/3?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 16:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-Joint-By-proc-sql-getting-empty-dataset/m-p/157338#M12247</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-11-27T16:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joint By proc sql. getting empty dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-Joint-By-proc-sql-getting-empty-dataset/m-p/157339#M12248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i code it my self . i even try with query tool but geeting same result.&lt;/P&gt;&lt;P&gt;acual variableas are firstname, lastname and date of birth.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 16:54:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-Joint-By-proc-sql-getting-empty-dataset/m-p/157339#M12248</guid>
      <dc:creator>mrug12</dc:creator>
      <dc:date>2013-11-27T16:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joint By proc sql. getting empty dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-Joint-By-proc-sql-getting-empty-dataset/m-p/157340#M12249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For number variables , check their precision level; for char variables, you could be haunted by some invisible characters, to start, using LEFT and UPCASE(if you don't care about the case) to standardize your non-blank content,&amp;nbsp; then compare. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to get to the bottom of it, hand pick some values you believe are the same, then put them into Hex. format, and check it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 16:55:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-Joint-By-proc-sql-getting-empty-dataset/m-p/157340#M12249</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2013-11-27T16:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joint By proc sql. getting empty dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-Joint-By-proc-sql-getting-empty-dataset/m-p/157341#M12250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post the actual code please and log...there are many ways this could be happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 17:03:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-Joint-By-proc-sql-getting-empty-dataset/m-p/157341#M12250</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-11-27T17:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Joint By proc sql. getting empty dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-Joint-By-proc-sql-getting-empty-dataset/m-p/157342#M12251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help. it turn out to be problem with case of char veriables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 18:09:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-with-Joint-By-proc-sql-getting-empty-dataset/m-p/157342#M12251</guid>
      <dc:creator>mrug12</dc:creator>
      <dc:date>2013-11-27T18:09:33Z</dc:date>
    </item>
  </channel>
</rss>

