<?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 in %include statement in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/ERROR-A-character-operand-was-found-in-the-EVAL-function-in/m-p/730376#M28395</link>
    <description>&lt;P&gt;I am trying to execute this code in SAS EG:&lt;/P&gt;&lt;P&gt;%let check1 = C:\Datasets;&lt;BR /&gt;%let check2 = 2531-WB-31MAR21;&lt;/P&gt;&lt;P&gt;%include "%qtrim(&amp;amp;check1)\%qtrim(&amp;amp;check2)\setup_wb.sas";&lt;/P&gt;&lt;P&gt;and I get following Error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pavlo11_0-1617192649178.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/56738i7102556B3CDE71FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pavlo11_0-1617192649178.png" alt="Pavlo11_0-1617192649178.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have no problem with including setup_wb.sas. It works fine except this error&lt;/P&gt;</description>
    <pubDate>Wed, 31 Mar 2021 12:12:57 GMT</pubDate>
    <dc:creator>Pavlo11</dc:creator>
    <dc:date>2021-03-31T12:12:57Z</dc:date>
    <item>
      <title>ERROR: A character operand was found in the %EVAL function in %include statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-A-character-operand-was-found-in-the-EVAL-function-in/m-p/730376#M28395</link>
      <description>&lt;P&gt;I am trying to execute this code in SAS EG:&lt;/P&gt;&lt;P&gt;%let check1 = C:\Datasets;&lt;BR /&gt;%let check2 = 2531-WB-31MAR21;&lt;/P&gt;&lt;P&gt;%include "%qtrim(&amp;amp;check1)\%qtrim(&amp;amp;check2)\setup_wb.sas";&lt;/P&gt;&lt;P&gt;and I get following Error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pavlo11_0-1617192649178.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/56738i7102556B3CDE71FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pavlo11_0-1617192649178.png" alt="Pavlo11_0-1617192649178.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have no problem with including setup_wb.sas. It works fine except this error&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 12:12:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-A-character-operand-was-found-in-the-EVAL-function-in/m-p/730376#M28395</guid>
      <dc:creator>Pavlo11</dc:creator>
      <dc:date>2021-03-31T12:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: A character operand was found in the %EVAL function in %include statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-A-character-operand-was-found-in-the-EVAL-function-in/m-p/730378#M28396</link>
      <description>&lt;P&gt;This happens in the included code.&lt;/P&gt;
&lt;P&gt;Please run that code again, with&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options source2;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and post the log; use this button to copy/paste the log:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54552i914D97BE1B0F21E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Do NOT post the log in a picture!&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 12:20:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-A-character-operand-was-found-in-the-EVAL-function-in/m-p/730378#M28396</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-03-31T12:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: A character operand was found in the %EVAL function in %include statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-A-character-operand-was-found-in-the-EVAL-function-in/m-p/730380#M28397</link>
      <description>&lt;P&gt;Thank you. The problem was in this statement:&lt;/P&gt;&lt;P&gt;%if &amp;amp;batch_shared.= %then %do;&lt;/P&gt;&lt;P&gt;correct code is:&lt;/P&gt;&lt;P&gt;%if "&amp;amp;batch_shared."="" %then %do;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 12:28:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-A-character-operand-was-found-in-the-EVAL-function-in/m-p/730380#M28397</guid>
      <dc:creator>Pavlo11</dc:creator>
      <dc:date>2021-03-31T12:28:46Z</dc:date>
    </item>
  </channel>
</rss>

