<?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: red X in error tab in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977743#M378522</link>
    <description>&lt;P&gt;I think we're dealing with EG here, based on the screenshot. And I think I had something similar happen to me quite some time ago with EG.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Oct 2025 18:04:25 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2025-10-24T18:04:25Z</dc:date>
    <item>
      <title>red X in error tab</title>
      <link>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977395#M378484</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I am running a sas program and get 0 errors and 0 warnings.&lt;/P&gt;
&lt;P&gt;However, there is red X in program&amp;nbsp; tab and also rex X in error tab&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ronein_0-1760954315558.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/110754i28AEDE665CD92E3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ronein_0-1760954315558.png" alt="Ronein_0-1760954315558.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 09:58:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977395#M378484</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2025-10-20T09:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: red X in error tab</title>
      <link>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977398#M378485</link>
      <description>"The quoted string currently processed has become more than 262 characters long“&lt;BR /&gt;&lt;BR /&gt;Fix that first (unbalanced quotes or similar)</description>
      <pubDate>Mon, 20 Oct 2025 10:45:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977398#M378485</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-10-20T10:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: red X in error tab</title>
      <link>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977403#M378486</link>
      <description>But how can I know where did it occur in the program??</description>
      <pubDate>Mon, 20 Oct 2025 11:51:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977403#M378486</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2025-10-20T11:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: red X in error tab</title>
      <link>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977404#M378487</link>
      <description>If Igo to log what word should I search there to find the data set where it's creation cause the problem?</description>
      <pubDate>Mon, 20 Oct 2025 11:52:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977404#M378487</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2025-10-20T11:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: red X in error tab</title>
      <link>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977406#M378488</link>
      <description>&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Maxims-of-Maximally-Efficient-SAS-Programmers/ta-p/352068" target="_self"&gt;Maxim 2&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 12:14:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977406#M378488</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2025-10-20T12:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: red X in error tab</title>
      <link>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977414#M378489</link>
      <description>&lt;P&gt;To start with I would search for "ERROR".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The red X on the error tab is not a problem.&amp;nbsp; It is always there, as a visual icon to indicate it is the error tab.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The red X on the program tab is a concern.&amp;nbsp; It indicates (I believe) that an error was generated the last time code from the program was submitted.&amp;nbsp; I agree, it's surprising to see a red X on the program tab while the error tab reports 0 errors.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wonder if it's possible you have turned off log messages at some point (e.g. via PROC PRINTTO or similar)?&amp;nbsp; Or if an error is being generated by EG pre-code or post-code which is not shown is the log?&amp;nbsp; Those are just guesses as to possible causes.&amp;nbsp; I don't know the actual condition that EG uses to flag the program tab with an X.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One thing you could try would be to run&amp;nbsp; a step that does not generate errors, and confirm that the red X on the program tab goes away, then run your full program again, and see if it returns.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 13:32:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977414#M378489</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2025-10-20T13:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: red X in error tab</title>
      <link>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977442#M378490</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159549"&gt;@Ronein&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;But how can I know where did it occur in the program??&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Read the log from top down; there is also a text search function available, IIRC. But I&amp;nbsp;&lt;U&gt;&lt;STRONG&gt;STRONGLY&lt;/STRONG&gt;&lt;/U&gt; recommend to clean up your code from the start, step by step. See Maxim 25.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 16:57:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977442#M378490</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-10-20T16:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: red X in error tab</title>
      <link>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977494#M378497</link>
      <description>For the issue mentioned by Kurt, you could try option:&lt;BR /&gt;option noquotelenmax;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But look from your screen shot, it more looks like a sas bug, I suggest you to contact with sas technical support.&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2025 01:48:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977494#M378497</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-10-21T01:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: red X in error tab</title>
      <link>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977739#M378520</link>
      <description>&lt;P&gt;And make sure that your code does nowhere contain the word ERROR (in capitals) and that there is nothing that writes this word to the log (e.g. a PUT statement where the data contains ERROR).&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 17:45:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977739#M378520</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-10-24T17:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: red X in error tab</title>
      <link>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977742#M378521</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;And make sure that your code does nowhere contain the word ERROR (in capitals) and that there is nothing that writes this word to the log (e.g. a PUT statement where the data contains ERROR).&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I certain hope that SAS/Studio is not so simple minded as to treat that as an indication of an error.&amp;nbsp; And I have never seen it do that.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 18:00:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977742#M378521</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2025-10-24T18:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: red X in error tab</title>
      <link>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977743#M378522</link>
      <description>&lt;P&gt;I think we're dealing with EG here, based on the screenshot. And I think I had something similar happen to me quite some time ago with EG.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 18:04:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/red-X-in-error-tab/m-p/977743#M378522</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-10-24T18:04:25Z</dc:date>
    </item>
  </channel>
</rss>

