<?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 command in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/command/m-p/818006#M322874</link>
    <description>&lt;PRE&gt;sme=((Customer_type='C'));&lt;/PRE&gt;
&lt;P&gt;I have a command like this. What does it mean? I dont know how to google this and what is the key command here...?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jun 2022 07:08:23 GMT</pubDate>
    <dc:creator>HeatherNewton</dc:creator>
    <dc:date>2022-06-14T07:08:23Z</dc:date>
    <item>
      <title>command</title>
      <link>https://communities.sas.com/t5/SAS-Programming/command/m-p/818006#M322874</link>
      <description>&lt;PRE&gt;sme=((Customer_type='C'));&lt;/PRE&gt;
&lt;P&gt;I have a command like this. What does it mean? I dont know how to google this and what is the key command here...?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 07:08:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/command/m-p/818006#M322874</guid>
      <dc:creator>HeatherNewton</dc:creator>
      <dc:date>2022-06-14T07:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: command</title>
      <link>https://communities.sas.com/t5/SAS-Programming/command/m-p/818007#M322875</link>
      <description>&lt;P&gt;This is called a Boolean Expression. It returns 1 if&amp;nbsp;Customer_type='C' and 0 if not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don't need any of the parentheses. Though many programmers like to have a set of parentheses around it to highlight that it is a Boolean Expression.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 07:10:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/command/m-p/818007#M322875</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2022-06-14T07:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: command</title>
      <link>https://communities.sas.com/t5/SAS-Programming/command/m-p/818037#M322884</link>
      <description>&lt;P&gt;It's not a command, it is an assignment statement.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Customer_type='C'&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;is a comparison, which yields 1 (true) when the condition is met, otherwise 0 (false). The resulting value is stored in variable sme.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 10:02:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/command/m-p/818037#M322884</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-06-14T10:02:32Z</dc:date>
    </item>
  </channel>
</rss>

