<?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: Weird SQL problem in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Weird-SQL-problem/m-p/4154#M1322</link>
    <description>Hmm, you say you are creating an empty set, but I don't actually see where you are creating anything but a list output.  Are you sure you are not constantly looking back at the same unchanged empty table?&lt;BR /&gt;
&lt;BR /&gt;
I would have expected the syntax " Select *" to be preceded by something like "Create Table RESULTS As".&lt;BR /&gt;
&lt;BR /&gt;
If you rewrote your syntax and missed a line, then please set the options "_Method  STimer" on the SQL Procedure call and just send us the log excerpt so we can see what methods were called, how long it took and what was created.&lt;BR /&gt;
&lt;BR /&gt;
Kind regards&lt;BR /&gt;
&lt;BR /&gt;
David</description>
    <pubDate>Mon, 13 Aug 2007 05:31:47 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-08-13T05:31:47Z</dc:date>
    <item>
      <title>Weird SQL problem</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Weird-SQL-problem/m-p/4153#M1321</link>
      <description>Everything is very simple - I am trying to match two lists, say List1 and List2, each of which contains last names...&lt;BR /&gt;
&lt;BR /&gt;
I am using the following:&lt;BR /&gt;
&lt;BR /&gt;
proc sql;&lt;BR /&gt;
select *&lt;BR /&gt;
from List1 as p, List2 as r&lt;BR /&gt;
where p.lastnamefromlist1 = r.lastnamefromlist2;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
And the result is empty set, but List1 and List2 have the same data. Weird thing is that I ran this code before and produced the right results. I am not sure what is going on??? Any ideas?</description>
      <pubDate>Fri, 10 Aug 2007 19:21:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Weird-SQL-problem/m-p/4153#M1321</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-08-10T19:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Weird SQL problem</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Weird-SQL-problem/m-p/4154#M1322</link>
      <description>Hmm, you say you are creating an empty set, but I don't actually see where you are creating anything but a list output.  Are you sure you are not constantly looking back at the same unchanged empty table?&lt;BR /&gt;
&lt;BR /&gt;
I would have expected the syntax " Select *" to be preceded by something like "Create Table RESULTS As".&lt;BR /&gt;
&lt;BR /&gt;
If you rewrote your syntax and missed a line, then please set the options "_Method  STimer" on the SQL Procedure call and just send us the log excerpt so we can see what methods were called, how long it took and what was created.&lt;BR /&gt;
&lt;BR /&gt;
Kind regards&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Mon, 13 Aug 2007 05:31:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Weird-SQL-problem/m-p/4154#M1322</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-08-13T05:31:47Z</dc:date>
    </item>
  </channel>
</rss>

