<?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: Like Operator in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Like-Operator/m-p/386174#M92459</link>
    <description>&lt;P&gt;The log says it: &amp;nbsp;the where statement is ignored.&lt;/P&gt;
&lt;P&gt;SQL cannot have standolone where statements.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;where statements have to be part of a sql clause (a select clause for example).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;the cause ends with a ;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2017 05:12:11 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2017-08-08T05:12:11Z</dc:date>
    <item>
      <title>Like Operator</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Like-Operator/m-p/386098#M92441</link>
      <description>&lt;P&gt;Like operator&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why does this return values like... L02?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;create table qatar_lookup as&lt;BR /&gt;select distinct academic_period, COURSE_IDENTIFICATION, course_reference_number, course_section_number, 1 as qatar_flag&lt;BR /&gt;from odsstu.student_course;&lt;BR /&gt;where course_section_number like '%Q%';&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 17:55:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Like-Operator/m-p/386098#M92441</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2017-08-07T17:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Like Operator</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Like-Operator/m-p/386104#M92444</link>
      <description>&lt;P&gt;This is in the log&lt;/P&gt;&lt;P&gt;29 where course_section_number like '%Q%';&lt;BR /&gt;WARNING: This SAS global statement is not supported in PROC SQL. It has been ignored.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 18:10:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Like-Operator/m-p/386104#M92444</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2017-08-07T18:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Like Operator</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Like-Operator/m-p/386106#M92446</link>
      <description>&lt;P&gt;I have two ;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 18:12:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Like-Operator/m-p/386106#M92446</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2017-08-07T18:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Like Operator</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Like-Operator/m-p/386112#M92447</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
create table qatar_lookup as
select distinct academic_period, COURSE_IDENTIFICATION, course_reference_number, course_section_number, 1 as qatar_flag
from odsstu.student_course; &lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;&amp;lt;NO ; should be here if you need a where clause&lt;/STRONG&gt;&lt;/FONT&gt; 
where course_section_number like '%Q%';
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Aug 2017 19:07:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Like-Operator/m-p/386112#M92447</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-08-07T19:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Like Operator</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Like-Operator/m-p/386174#M92459</link>
      <description>&lt;P&gt;The log says it: &amp;nbsp;the where statement is ignored.&lt;/P&gt;
&lt;P&gt;SQL cannot have standolone where statements.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;where statements have to be part of a sql clause (a select clause for example).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;the cause ends with a ;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 05:12:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Like-Operator/m-p/386174#M92459</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-08-08T05:12:11Z</dc:date>
    </item>
  </channel>
</rss>

