<?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 if ^ a then do in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/if-a-then-do/m-p/368091#M87743</link>
    <description>&lt;P&gt;I'm not sure what the "^" mean here: if ^ a then do...&lt;/P&gt;&lt;P&gt;does it mean "if ^= a then do"?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Sun, 18 Jun 2017 17:19:43 GMT</pubDate>
    <dc:creator>tianwang</dc:creator>
    <dc:date>2017-06-18T17:19:43Z</dc:date>
    <item>
      <title>if ^ a then do</title>
      <link>https://communities.sas.com/t5/SAS-Programming/if-a-then-do/m-p/368091#M87743</link>
      <description>&lt;P&gt;I'm not sure what the "^" mean here: if ^ a then do...&lt;/P&gt;&lt;P&gt;does it mean "if ^= a then do"?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2017 17:19:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/if-a-then-do/m-p/368091#M87743</guid>
      <dc:creator>tianwang</dc:creator>
      <dc:date>2017-06-18T17:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: if ^ a then do</title>
      <link>https://communities.sas.com/t5/SAS-Programming/if-a-then-do/m-p/368093#M87745</link>
      <description>&lt;P&gt;In this context, ^ means "not". &amp;nbsp;The evaluation of "a" is considered to be false when a is either missing or zero. &amp;nbsp;Any other value gets evaluated as true. &amp;nbsp;So "^ a" gets evaluated as true whenever a is missing or zero. &amp;nbsp;Any other value gets evaluated as false. Putting it all together:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if ^ a then do;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The statements that follow get performed whenever the variable A is either missing or zero.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2017 17:30:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/if-a-then-do/m-p/368093#M87745</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-06-18T17:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: if ^ a then do</title>
      <link>https://communities.sas.com/t5/SAS-Programming/if-a-then-do/m-p/368094#M87746</link>
      <description>&lt;P&gt;^ is not&lt;/P&gt;
&lt;P&gt;so ^= not equal to&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2017 17:30:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/if-a-then-do/m-p/368094#M87746</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2017-06-18T17:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: if ^ a then do</title>
      <link>https://communities.sas.com/t5/SAS-Programming/if-a-then-do/m-p/368095#M87747</link>
      <description>thanks!</description>
      <pubDate>Sun, 18 Jun 2017 17:53:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/if-a-then-do/m-p/368095#M87747</guid>
      <dc:creator>tianwang</dc:creator>
      <dc:date>2017-06-18T17:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: if ^ a then do</title>
      <link>https://communities.sas.com/t5/SAS-Programming/if-a-then-do/m-p/368102#M87749</link>
      <description>&lt;P&gt;For future reference the list of operators is here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/lrcon/69852/HTML/default/viewer.htm#p00iah2thp63bmn1lt20esag14lh.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/lrcon/69852/HTML/default/viewer.htm#p00iah2thp63bmn1lt20esag14lh.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2017 19:41:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/if-a-then-do/m-p/368102#M87749</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-18T19:41:46Z</dc:date>
    </item>
  </channel>
</rss>

