<?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 ERROR: A character operand was found in the %EVAL function or %IF condition where a numeric operand in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-A-character-operand-was-found-in-the-EVAL-function-or-IF/m-p/418735#M102884</link>
    <description>&lt;P&gt;Attempting to evaluate&amp;nbsp;a macro variable variable and getting the following error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A character operand was found in the %EVAL function or %IF condition where a numeric operand is required. The condition was:&lt;BR /&gt;(&amp;amp;num2.) not in (3 3A)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help?&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2017 10:00:21 GMT</pubDate>
    <dc:creator>kimdukes77</dc:creator>
    <dc:date>2017-12-06T10:00:21Z</dc:date>
    <item>
      <title>ERROR: A character operand was found in the %EVAL function or %IF condition where a numeric operand</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-A-character-operand-was-found-in-the-EVAL-function-or-IF/m-p/418735#M102884</link>
      <description>&lt;P&gt;Attempting to evaluate&amp;nbsp;a macro variable variable and getting the following error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A character operand was found in the %EVAL function or %IF condition where a numeric operand is required. The condition was:&lt;BR /&gt;(&amp;amp;num2.) not in (3 3A)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 10:00:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-A-character-operand-was-found-in-the-EVAL-function-or-IF/m-p/418735#M102884</guid>
      <dc:creator>kimdukes77</dc:creator>
      <dc:date>2017-12-06T10:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: A character operand was found in the %EVAL function or %IF condition where a numeric oper</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-A-character-operand-was-found-in-the-EVAL-function-or-IF/m-p/418738#M102886</link>
      <description>&lt;P&gt;Post the complete code around the error part, for instance what do you think &amp;amp;num is?&amp;nbsp; Why do I ask, it is because there is no such thing as number in macro language - it is purely a text find and replace system.&amp;nbsp; More complete code will show the problem, and likely show a better solution than doing this in macro in the first place.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 10:12:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-A-character-operand-was-found-in-the-EVAL-function-or-IF/m-p/418738#M102886</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-12-06T10:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: A character operand was found in the %EVAL function or %IF condition where a numeric oper</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-A-character-operand-was-found-in-the-EVAL-function-or-IF/m-p/418741#M102888</link>
      <description>&lt;P&gt;ok thanks, I think I know how to sort.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 10:18:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-A-character-operand-was-found-in-the-EVAL-function-or-IF/m-p/418741#M102888</guid>
      <dc:creator>kimdukes77</dc:creator>
      <dc:date>2017-12-06T10:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: A character operand was found in the %EVAL function or %IF condition where a numeric oper</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-A-character-operand-was-found-in-the-EVAL-function-or-IF/m-p/418789#M102902</link>
      <description>&lt;P&gt;Your use of IN is incorrect, for a macro language statement.&amp;nbsp; Macro language uses a different syntax than a DATA step for the IN operator.&amp;nbsp; For correct usage, see this example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/35/591.html" target="_blank"&gt;http://support.sas.com/kb/35/591.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that you will need to understand the MINOPERATOR and MINDELIMITER options, and will need to remove the parentheses.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 13:43:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-A-character-operand-was-found-in-the-EVAL-function-or-IF/m-p/418789#M102902</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-12-06T13:43:22Z</dc:date>
    </item>
  </channel>
</rss>

