<?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: ERROR: Macro keyword LET appears as text. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Macro-keyword-LET-appears-as-text/m-p/471073#M30533</link>
    <description>&lt;P&gt;Errors such as yours occur if you submitted macro code in Enterprise Guide that contains a&lt;SPAN class="csA79A1717"&gt;&amp;nbsp;missing semi-colon or missing parenthesis. Once this occurs, the Eguide session is not able to recover. &amp;nbsp;You can try placing the following string at the very top of your code to try and recover from the error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csAEE15336"&gt;&lt;SPAN class="cs58C1DCB"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csAEE15336"&gt;&lt;SPAN class="cs97A53668"&gt;;*%mend;*);*';*";**/;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="cs97A53668"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csA79A1717"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csA79A1717"&gt;If this does not resolve the error, you will have to restart your EG session and fix your macro code before submitting it again.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jun 2018 13:47:08 GMT</pubDate>
    <dc:creator>jebjur</dc:creator>
    <dc:date>2018-06-18T13:47:08Z</dc:date>
    <item>
      <title>ERROR: Macro keyword LET appears as text.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Macro-keyword-LET-appears-as-text/m-p/471067#M30532</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having trouble with some SAS programs - it's strange that I can run some programs within one Projetct, but I can't run others..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried even executing a blank code. I get the following errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 ;*';*";*/;quit;run;&lt;/P&gt;&lt;P&gt;2 OPTIONS PAGENO=MIN;&lt;/P&gt;&lt;P&gt;3 %LET _CLIENTTASKLABEL='Program';&lt;/P&gt;&lt;P&gt;ERROR: Macro keyword LET appears as text.&lt;/P&gt;&lt;P&gt;4 %LET _CLIENTPROCESSFLOWNAME='Process Flow';&lt;/P&gt;&lt;P&gt;ERROR: Macro keyword LET appears as text.&lt;/P&gt;&lt;P&gt;5 %LET _CLIENTPROJECTPATH='';&lt;/P&gt;&lt;P&gt;ERROR: Macro keyword LET appears as text.&lt;/P&gt;&lt;P&gt;6 %LET _CLIENTPROJECTPATHHOST='';&lt;/P&gt;&lt;P&gt;ERROR: Macro keyword LET appears as text.&lt;/P&gt;&lt;P&gt;7 %LET _CLIENTPROJECTNAME='';&lt;/P&gt;&lt;P&gt;ERROR: Macro keyword LET appears as text.&lt;/P&gt;&lt;P&gt;8 %LET _SASPROGRAMFILE='';&lt;/P&gt;&lt;P&gt;ERROR: Macro keyword LET appears as text.&lt;/P&gt;&lt;P&gt;9 %LET _SASPROGRAMFILEHOST='';&lt;/P&gt;&lt;P&gt;ERROR: Macro keyword LET appears as text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me on this one?&amp;nbsp; Does it have to do with the program's OPTIONS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 13:30:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Macro-keyword-LET-appears-as-text/m-p/471067#M30532</guid>
      <dc:creator>nicolasbaviano</dc:creator>
      <dc:date>2018-06-18T13:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Macro keyword LET appears as text.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Macro-keyword-LET-appears-as-text/m-p/471073#M30533</link>
      <description>&lt;P&gt;Errors such as yours occur if you submitted macro code in Enterprise Guide that contains a&lt;SPAN class="csA79A1717"&gt;&amp;nbsp;missing semi-colon or missing parenthesis. Once this occurs, the Eguide session is not able to recover. &amp;nbsp;You can try placing the following string at the very top of your code to try and recover from the error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csAEE15336"&gt;&lt;SPAN class="cs58C1DCB"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csAEE15336"&gt;&lt;SPAN class="cs97A53668"&gt;;*%mend;*);*';*";**/;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="cs97A53668"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csA79A1717"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csA79A1717"&gt;If this does not resolve the error, you will have to restart your EG session and fix your macro code before submitting it again.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 13:47:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Macro-keyword-LET-appears-as-text/m-p/471073#M30533</guid>
      <dc:creator>jebjur</dc:creator>
      <dc:date>2018-06-18T13:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Macro keyword LET appears as text.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Macro-keyword-LET-appears-as-text/m-p/471074#M30534</link>
      <description>&lt;P&gt;Nope, not to do with options.&amp;nbsp; You have an error in your code somewhere, unbalanced quotes or unfinished blocks.&amp;nbsp; This:&amp;nbsp;&lt;SPAN&gt;;*';*";*/;quit;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Is a kind of catch all but doesn't always work.&amp;nbsp; You need to first identify when the error starts occurring, e.g. run each project in a fresh SAS session, the reason for the fresh session is that unbalanced quotes and such like hang over for the next run.&amp;nbsp; I.e. if one program breaks the compiler, then all programs until the problem is fixed will fail.&amp;nbsp; Starting a new session clears all that.&amp;nbsp; As for helping debug, you will need to find out where it starts, run them all, find the first occurrence, then look at the code from that point backwards.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 13:48:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Macro-keyword-LET-appears-as-text/m-p/471074#M30534</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-06-18T13:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Macro keyword LET appears as text.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Macro-keyword-LET-appears-as-text/m-p/471090#M30536</link>
      <description>Thanks! Indeed, after restarting the session it worked.</description>
      <pubDate>Mon, 18 Jun 2018 14:09:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Macro-keyword-LET-appears-as-text/m-p/471090#M30536</guid>
      <dc:creator>nicolasbaviano</dc:creator>
      <dc:date>2018-06-18T14:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Macro keyword LET appears as text.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Macro-keyword-LET-appears-as-text/m-p/471097#M30537</link>
      <description>&lt;P&gt;Another option is to disconnect from your SAS session and then connect to a new one. That will get rid of any of these issues that SAS is "holding on" to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 14:19:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Macro-keyword-LET-appears-as-text/m-p/471097#M30537</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2018-06-18T14:19:38Z</dc:date>
    </item>
  </channel>
</rss>

