<?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: SAS Comment in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Comment/m-p/14532#M1866</link>
    <description>It worked.  Thank you so much for your help!</description>
    <pubDate>Thu, 02 Apr 2009 14:27:05 GMT</pubDate>
    <dc:creator>KevinC_</dc:creator>
    <dc:date>2009-04-02T14:27:05Z</dc:date>
    <item>
      <title>SAS Comment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Comment/m-p/14530#M1864</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to comment out a line within an IF statement but keep getting erros on the comment.  Does anyone have any suggestion?&lt;BR /&gt;
&lt;BR /&gt;
Thank you for any input ! &lt;BR /&gt;
 &lt;BR /&gt;
  IF USES IN ('0005','0019',&lt;BR /&gt;
              '0030','0006','0031')&lt;BR /&gt;
 *        '0021','0030','0006','0031') ;&lt;BR /&gt;
     THEN AREA = 'A&amp;amp;S                  ';</description>
      <pubDate>Thu, 02 Apr 2009 13:53:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Comment/m-p/14530#M1864</guid>
      <dc:creator>KevinC_</dc:creator>
      <dc:date>2009-04-02T13:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Comment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Comment/m-p/14531#M1865</link>
      <description>Yes, that type of comment is considered as a statement. You need to block comment it like so:&lt;BR /&gt;
&lt;BR /&gt;
IF USES IN ('0005','0019',&lt;BR /&gt;
'0030','0006','0031')&lt;BR /&gt;
/* '0021','0030','0006','0031') */&lt;BR /&gt;
THEN AREA = 'A&amp;amp;S ';</description>
      <pubDate>Thu, 02 Apr 2009 14:15:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Comment/m-p/14531#M1865</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-02T14:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Comment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Comment/m-p/14532#M1866</link>
      <description>It worked.  Thank you so much for your help!</description>
      <pubDate>Thu, 02 Apr 2009 14:27:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Comment/m-p/14532#M1866</guid>
      <dc:creator>KevinC_</dc:creator>
      <dc:date>2009-04-02T14:27:05Z</dc:date>
    </item>
  </channel>
</rss>

