<?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: SUSPICIOUS * in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SUSPICIOUS/m-p/804472#M316801</link>
    <description>&lt;P&gt;Why don't you run the code and see?&lt;/P&gt;</description>
    <pubDate>Mon, 28 Mar 2022 09:23:49 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2022-03-28T09:23:49Z</dc:date>
    <item>
      <title>SUSPICIOUS *</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SUSPICIOUS/m-p/804467#M316796</link>
      <description>&lt;PRE&gt;PROC SQL NOPRINT;
CREATE TABLE PERF_ACCT AS
SELECT DISTINCT ORG_CODE, ACCOUNT_NO, LOGO, DATE_CARD_OPENED, BLOCK_CODE_1
FROM CREDIT_CARD;

*WHERE EFF_FROM_DATE&amp;lt;="&amp;amp;PERF_END"D
AND (EFF_TO_DATE&amp;gt;"&amp;amp;PERF_END"D OR EFF_TO_DATE=.);
QUIT;&lt;/PRE&gt;
&lt;P&gt;generally I know that * means commenting a statement, however, here I am suspicious. Could you take a look and confirm for me if where statement above is commented and what about the line starting with AND ..., is it also commented when it is on the next line?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 08:24:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SUSPICIOUS/m-p/804467#M316796</guid>
      <dc:creator>HeatherNewton</dc:creator>
      <dc:date>2022-03-28T08:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: SUSPICIOUS *</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SUSPICIOUS/m-p/804472#M316801</link>
      <description>&lt;P&gt;Why don't you run the code and see?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 09:23:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SUSPICIOUS/m-p/804472#M316801</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2022-03-28T09:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: SUSPICIOUS *</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SUSPICIOUS/m-p/804478#M316805</link>
      <description>&lt;P&gt;Minimize the question to its simplest form and perform a test run:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
   select *
   from sashelp.class
   ;
   *where 1 eq 2
   and 2 eq 3;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Mar 2022 10:08:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SUSPICIOUS/m-p/804478#M316805</guid>
      <dc:creator>Oligolas</dc:creator>
      <dc:date>2022-03-28T10:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: SUSPICIOUS *</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SUSPICIOUS/m-p/804482#M316808</link>
      <description>&lt;P&gt;Line breaks have no effect on where a statement begins or ends; statements start where the previous statement ended, and end with a semicolon.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 10:27:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SUSPICIOUS/m-p/804482#M316808</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-03-28T10:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: SUSPICIOUS *</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SUSPICIOUS/m-p/804523#M316836</link>
      <description>&lt;P&gt;Since you are showing code with macro variables there is a question about is this step in the middle of a macro (%macro/%mend; code block) or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get odd results using statement comments inside macros depending on your intent.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 14:42:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SUSPICIOUS/m-p/804523#M316836</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-03-28T14:42:10Z</dc:date>
    </item>
  </channel>
</rss>

