<?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: Syntax error ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/728490#M226680</link>
    <description>Thank you so much!</description>
    <pubDate>Tue, 23 Mar 2021 16:45:57 GMT</pubDate>
    <dc:creator>ybz12003</dc:creator>
    <dc:date>2021-03-23T16:45:57Z</dc:date>
    <item>
      <title>Syntax error ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/728461#M226672</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a statement shown in the Syntax error.&amp;nbsp; Please advice how to fix it.&lt;/P&gt;
&lt;PRE&gt;where c_ageyears&amp;lt;3 and ((bage_12&amp;lt;22 and bage_12 ^= (88,99)) or (bage_12&amp;gt;45))&lt;/PRE&gt;
&lt;P&gt;ERROR 22-322: Syntax error, expecting one of the following: !, !!, &amp;amp;, ), *, **, +, -, /, &amp;lt;, &amp;lt;=, &amp;lt;&amp;gt;,&lt;/P&gt;
&lt;P&gt;=, &amp;gt;, &amp;gt;=, ?, AND, BETWEEN, CONTAINS, EQ, EQT, GE, GET, GT, GTT, IN, IS, LE, LET, LIKE,&lt;/P&gt;
&lt;P&gt;LT, LTT, NE, NET, NOT, NOTIN, OR, ^, ^=, |, ||, ~, ~=.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 15:02:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/728461#M226672</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2021-03-23T15:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/728463#M226673</link>
      <description>&lt;P&gt;The error was marked&amp;nbsp;underlying the comma&amp;nbsp;between (88,99).&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 15:05:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/728463#M226673</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2021-03-23T15:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/728465#M226674</link>
      <description>&lt;PRE&gt;bage_12 ^= (88,99)&lt;/PRE&gt;
&lt;P&gt;will not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;bage_12 not in (88,99)&lt;/PRE&gt;
&lt;P&gt;Please, in the future, show us the entire LOG for this data step, with nothing chopped out, in the order that it appears in the LOG, rather than a portion of the code and a portion of the log. When providing the LOG, copy it as text and then paste it into the window that appears when you click on the &amp;lt;/&amp;gt; icon, to ensure that it will be formatted properly.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 15:13:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/728465#M226674</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-03-23T15:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/728490#M226680</link>
      <description>Thank you so much!</description>
      <pubDate>Tue, 23 Mar 2021 16:45:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Syntax-error/m-p/728490#M226680</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2021-03-23T16:45:57Z</dc:date>
    </item>
  </channel>
</rss>

