<?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 syntax to use &amp;quot;and&amp;quot; and &amp;quot;or&amp;quot; in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/syntax-to-use-quot-and-quot-and-quot-or-quot/m-p/752635#M237121</link>
    <description>&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;What is the syntax to write "and" and "or" in a case statement in proc sql?&lt;/P&gt;
&lt;P&gt;Please advise me.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;blue blue&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jul 2021 17:51:49 GMT</pubDate>
    <dc:creator>GN0001</dc:creator>
    <dc:date>2021-07-07T17:51:49Z</dc:date>
    <item>
      <title>syntax to use "and" and "or"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/syntax-to-use-quot-and-quot-and-quot-or-quot/m-p/752635#M237121</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;What is the syntax to write "and" and "or" in a case statement in proc sql?&lt;/P&gt;
&lt;P&gt;Please advise me.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;blue blue&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 17:51:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/syntax-to-use-quot-and-quot-and-quot-or-quot/m-p/752635#M237121</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-07-07T17:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: syntax to use "and" and "or"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/syntax-to-use-quot-and-quot-and-quot-or-quot/m-p/752658#M237123</link>
      <description>&lt;P&gt;Here's one example of OR and one example of AND&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;case when x=0 or y=0 then "FALSE" else "TRUE" end as condition

case when x=0 and y=0 then "FALSE" else "TRUE" end as condition&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Jul 2021 18:48:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/syntax-to-use-quot-and-quot-and-quot-or-quot/m-p/752658#M237123</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-07-07T18:48:51Z</dc:date>
    </item>
  </channel>
</rss>

