<?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 Proc sql where error message in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-sql-where-error-message/m-p/295029#M60099</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the following error when running code. The error indicates that the multiple "." in my where statement is incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Syntax error, expecting one of the following: ;, !, !!, &amp;amp;, *, **, +, -, /, &amp;lt;, &amp;lt;=,&lt;BR /&gt;&amp;lt;&amp;gt;, =, &amp;gt;, &amp;gt;=, ?, AND, BETWEEN, CONTAINS, EQ, EQT, EXCEPT, GE, GET, GROUP, GT, GTT,&lt;BR /&gt;HAVING, IN, INTERSECT, IS, LE, LET, LIKE, LT, LTT, NE, NET, NOT, NOTIN, OR, ORDER,&lt;BR /&gt;OUTER, UNION, ^, ^=, |, ||, ~, ~=.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;create table sorted_2.sec_1 as&lt;BR /&gt;select * from sorted_2.sec_1, sorted_2.eod&lt;BR /&gt;where sorted_2.sec_1.date_L_ = sorted_2.eod.date_L_ and sorted_2.sec_1._ric = sorted_2.eod._ric;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be great - thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2016 01:55:30 GMT</pubDate>
    <dc:creator>tsetredst</dc:creator>
    <dc:date>2016-08-30T01:55:30Z</dc:date>
    <item>
      <title>Proc sql where error message</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-sql-where-error-message/m-p/295029#M60099</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the following error when running code. The error indicates that the multiple "." in my where statement is incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Syntax error, expecting one of the following: ;, !, !!, &amp;amp;, *, **, +, -, /, &amp;lt;, &amp;lt;=,&lt;BR /&gt;&amp;lt;&amp;gt;, =, &amp;gt;, &amp;gt;=, ?, AND, BETWEEN, CONTAINS, EQ, EQT, EXCEPT, GE, GET, GROUP, GT, GTT,&lt;BR /&gt;HAVING, IN, INTERSECT, IS, LE, LET, LIKE, LT, LTT, NE, NET, NOT, NOTIN, OR, ORDER,&lt;BR /&gt;OUTER, UNION, ^, ^=, |, ||, ~, ~=.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;create table sorted_2.sec_1 as&lt;BR /&gt;select * from sorted_2.sec_1, sorted_2.eod&lt;BR /&gt;where sorted_2.sec_1.date_L_ = sorted_2.eod.date_L_ and sorted_2.sec_1._ric = sorted_2.eod._ric;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be great - thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 01:55:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-sql-where-error-message/m-p/295029#M60099</guid>
      <dc:creator>tsetredst</dc:creator>
      <dc:date>2016-08-30T01:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc sql where error message</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-sql-where-error-message/m-p/295382#M60127</link>
      <description>&lt;P&gt;SAS only support two level names.&lt;/P&gt;
&lt;P&gt;So you need to define aliases in your FROM clause.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 04:20:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-sql-where-error-message/m-p/295382#M60127</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-08-31T04:20:10Z</dc:date>
    </item>
  </channel>
</rss>

