<?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: if ^( (code='4')......  what does the ^ do? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/if-code-4-what-does-the-do/m-p/46971#M9697</link>
    <description>"^" is the "NOT" infix operator.  &lt;BR /&gt;
&lt;BR /&gt;
^(code='4') is the same as NOT (code='4').  &lt;BR /&gt;
&lt;BR /&gt;
See the description of logical operators in the base SAS documentation.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
    <pubDate>Wed, 17 Sep 2008 13:31:19 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2008-09-17T13:31:19Z</dc:date>
    <item>
      <title>if ^( (code='4')......  what does the ^ do?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/if-code-4-what-does-the-do/m-p/46970#M9696</link>
      <description>while reading somebody else's code I see if ^( (format_code='4').   I'm not familiar with the ^ before the (.   &lt;BR /&gt;
&lt;BR /&gt;
Does anybody know of a purpose for the ^?</description>
      <pubDate>Wed, 17 Sep 2008 13:13:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/if-code-4-what-does-the-do/m-p/46970#M9696</guid>
      <dc:creator>JMarkW</dc:creator>
      <dc:date>2008-09-17T13:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: if ^( (code='4')......  what does the ^ do?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/if-code-4-what-does-the-do/m-p/46971#M9697</link>
      <description>"^" is the "NOT" infix operator.  &lt;BR /&gt;
&lt;BR /&gt;
^(code='4') is the same as NOT (code='4').  &lt;BR /&gt;
&lt;BR /&gt;
See the description of logical operators in the base SAS documentation.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Wed, 17 Sep 2008 13:31:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/if-code-4-what-does-the-do/m-p/46971#M9697</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2008-09-17T13:31:19Z</dc:date>
    </item>
  </channel>
</rss>

