<?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 24-2 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-24-2/m-p/497476#M131867</link>
    <description>&lt;P&gt;You have something unbalanced (parentheses, quotes) in your code that leaves the SAS interpreter in an unusable state. That's&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;the&lt;/EM&gt;&lt;/STRONG&gt; #1 reason for the behaviour you describe.&lt;/P&gt;
&lt;P&gt;Check your code for this (&lt;STRONG&gt;Maxim 2: read the log.&lt;/STRONG&gt; Of the "successful" run).&lt;/P&gt;</description>
    <pubDate>Thu, 20 Sep 2018 17:20:55 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-09-20T17:20:55Z</dc:date>
    <item>
      <title>Error 24-2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-24-2/m-p/497407#M131828</link>
      <description>&lt;P&gt;I am getting this erorr&amp;nbsp;;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 10         FILENAME _RTFOUT TEMP ENCODING='UTF-8';
                                           _
                                           24
                                            ___
                                            23
 ERROR: Error in the FILENAME statement.
 ERROR 24-2: Invalid value for the ENCODING option.
 
 ERROR 23-2: Invalid option name UTF.
 
 ERROR: Open code statement recursion detected.
 ERROR: Expected open parenthesis after macro function name not found.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;My code runs once without any errors, and then when i run it again, it starts giving me this error and stops processing my request.&lt;/P&gt;&lt;P&gt;any suggestions on how to deal with this ?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 14:52:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-24-2/m-p/497407#M131828</guid>
      <dc:creator>manya92</dc:creator>
      <dc:date>2018-09-20T14:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error 24-2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-24-2/m-p/497413#M131833</link>
      <description>&lt;P&gt;have you tried:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="token statement"&gt;changing: FILENAME&lt;/SPAN&gt;&lt;SPAN&gt; _RTFOUT TEMP ENCODING&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'UTF-8'&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;to:&amp;nbsp;&lt;SPAN class="token statement"&gt;FILENAME&lt;/SPAN&gt;&lt;SPAN&gt; _RTFOUT TEMP ENCODING &lt;/SPAN&gt;&lt;SPAN class="token string"&gt;UTF8&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 14:58:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-24-2/m-p/497413#M131833</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2018-09-20T14:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error 24-2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-24-2/m-p/497435#M131845</link>
      <description>ERROR: Expected open parenthesis after macro function name not found.&lt;BR /&gt;&lt;BR /&gt;This is the error i get after i add the statement you recommended&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2018 15:32:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-24-2/m-p/497435#M131845</guid>
      <dc:creator>manya92</dc:creator>
      <dc:date>2018-09-20T15:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error 24-2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-24-2/m-p/497445#M131851</link>
      <description>&lt;P&gt;Some filename options are Operating system specific. Which OS are you running?&lt;/P&gt;
&lt;P&gt;I do not get that error when running SAS 9.4m4 under Windows 10.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 16:02:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-24-2/m-p/497445#M131851</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-20T16:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error 24-2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-24-2/m-p/497476#M131867</link>
      <description>&lt;P&gt;You have something unbalanced (parentheses, quotes) in your code that leaves the SAS interpreter in an unusable state. That's&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;the&lt;/EM&gt;&lt;/STRONG&gt; #1 reason for the behaviour you describe.&lt;/P&gt;
&lt;P&gt;Check your code for this (&lt;STRONG&gt;Maxim 2: read the log.&lt;/STRONG&gt; Of the "successful" run).&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 17:20:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-24-2/m-p/497476#M131867</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-20T17:20:55Z</dc:date>
    </item>
  </channel>
</rss>

