<?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 Studio 3.82 Bug - Results window not refreshing in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Studio-3-82-Bug-Results-window-not-refreshing/m-p/979121#M378742</link>
    <description>&lt;P&gt;Anyone encountered the below 'bug' in Studio 3.82?&lt;BR /&gt;&lt;BR /&gt;Preferences &amp;gt; Code &amp;amp; Log &amp;gt; Append Log (checked)&lt;BR /&gt;&lt;BR /&gt;Submit code (e.g. &lt;FONT face="courier new,courier"&gt;proc print data=sashelp.class; run;&lt;/FONT&gt;) which outputs to Results.&lt;BR /&gt;Submit more code with outputs to Results - doesn't update Results&lt;BR /&gt;Clear log&lt;BR /&gt;Submit again - results updates.&lt;BR /&gt;&lt;BR /&gt;Change preferences to "Automatically clear log"&lt;BR /&gt;Works as expected, but then you don't keep log.&lt;BR /&gt;Also, the 'previous code submissions' drop-down list for the editor window only updates after you clear the log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Worth submitting a technical support ticket?&lt;/P&gt;</description>
    <pubDate>Wed, 19 Nov 2025 14:28:03 GMT</pubDate>
    <dc:creator>Chris_J75</dc:creator>
    <dc:date>2025-11-19T14:28:03Z</dc:date>
    <item>
      <title>Studio 3.82 Bug - Results window not refreshing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Studio-3-82-Bug-Results-window-not-refreshing/m-p/979121#M378742</link>
      <description>&lt;P&gt;Anyone encountered the below 'bug' in Studio 3.82?&lt;BR /&gt;&lt;BR /&gt;Preferences &amp;gt; Code &amp;amp; Log &amp;gt; Append Log (checked)&lt;BR /&gt;&lt;BR /&gt;Submit code (e.g. &lt;FONT face="courier new,courier"&gt;proc print data=sashelp.class; run;&lt;/FONT&gt;) which outputs to Results.&lt;BR /&gt;Submit more code with outputs to Results - doesn't update Results&lt;BR /&gt;Clear log&lt;BR /&gt;Submit again - results updates.&lt;BR /&gt;&lt;BR /&gt;Change preferences to "Automatically clear log"&lt;BR /&gt;Works as expected, but then you don't keep log.&lt;BR /&gt;Also, the 'previous code submissions' drop-down list for the editor window only updates after you clear the log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Worth submitting a technical support ticket?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 14:28:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Studio-3-82-Bug-Results-window-not-refreshing/m-p/979121#M378742</guid>
      <dc:creator>Chris_J75</dc:creator>
      <dc:date>2025-11-19T14:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Studio 3.82 Bug - Results window not refreshing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Studio-3-82-Bug-Results-window-not-refreshing/m-p/979133#M378744</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I just tested on my 3.82 and am not seeing what you are describing.&lt;/P&gt;
&lt;P&gt;Opening a Technical Support case would be your best option.&amp;nbsp; When you do, make sure you include a screen shot of your About window, and give detailed instructions on the steps you take to replicate the issue.&amp;nbsp; If you think screen shots would be helpful, by all means include them as well.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 15:45:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Studio-3-82-Bug-Results-window-not-refreshing/m-p/979133#M378744</guid>
      <dc:creator>KatS_SAS</dc:creator>
      <dc:date>2025-11-19T15:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Studio 3.82 Bug - Results window not refreshing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Studio-3-82-Bug-Results-window-not-refreshing/m-p/979135#M378745</link>
      <description>&lt;P&gt;&lt;A href="https://support.sas.com/en/technical-support.html" target="_blank"&gt;https://support.sas.com/en/technical-support.html&lt;/A&gt;&lt;BR /&gt;Access the SAS Customer Service portal to open a new case&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 15:48:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Studio-3-82-Bug-Results-window-not-refreshing/m-p/979135#M378745</guid>
      <dc:creator>KatS_SAS</dc:creator>
      <dc:date>2025-11-19T15:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Studio 3.82 Bug - Results window not refreshing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Studio-3-82-Bug-Results-window-not-refreshing/m-p/979164#M378755</link>
      <description>&lt;P&gt;Suggest not clearing log when you are having issues like this. It is very likely that the log may have included one or more notes or warnings about why output was not written to the results window.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did any of the code in the section you call&lt;/P&gt;
&lt;PRE&gt;Submit more code with outputs to Results - doesn't update Results
&lt;/PRE&gt;
&lt;P&gt;include any ODS &amp;lt;destination&amp;gt; CLOSE; statements?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rerun the code without the Clear log and if the same behavior occurs then you can share the LOG. Best would be to copy the log starting at the procedure that successfully creates results window output and ending with the first procedure that should send output to results window. On the forum past the text copied from the log into a text box opened on the forum with the &amp;lt;/&amp;gt; icon that appears above the message window.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 04:30:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Studio-3-82-Bug-Results-window-not-refreshing/m-p/979164#M378755</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2025-11-20T04:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Studio 3.82 Bug - Results window not refreshing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Studio-3-82-Bug-Results-window-not-refreshing/m-p/979169#M378756</link>
      <description>&lt;P&gt;Clean code, clean log, no unbalanced quotes, brackets, etc. Very odd.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other users running exactly same code, with same preferences/settings, cannot replicate my issue either.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 07:48:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Studio-3-82-Bug-Results-window-not-refreshing/m-p/979169#M378756</guid>
      <dc:creator>Chris_J75</dc:creator>
      <dc:date>2025-11-20T07:48:48Z</dc:date>
    </item>
  </channel>
</rss>

