<?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: Clearing output in 9.4 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Clearing-output-in-9-4/m-p/236246#M55217</link>
    <description>Thanks!</description>
    <pubDate>Tue, 24 Nov 2015 19:03:11 GMT</pubDate>
    <dc:creator>GreggB</dc:creator>
    <dc:date>2015-11-24T19:03:11Z</dc:date>
    <item>
      <title>Clearing output in 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Clearing-output-in-9-4/m-p/236224#M55208</link>
      <description>&lt;P&gt;I have about 20,000 records.&amp;nbsp; SAS 9.4 &amp;nbsp;listing output seems to be creating an index for each TNumber and it takes forever to clear the output window.&amp;nbsp; This was not the case in 9.2. Is there a way to quickly clear the output window?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sort data=one;&lt;/P&gt;
&lt;P&gt;by tnumber;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;proc print data=one;&lt;/P&gt;
&lt;P&gt;by tnumber;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 16:55:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Clearing-output-in-9-4/m-p/236224#M55208</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2015-11-24T16:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing output in 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Clearing-output-in-9-4/m-p/236229#M55209</link>
      <description>&lt;P&gt;Why would you want to write 20 000 records to the Output window? When I happen to send something to the Outout window by error, I use Ctrl-N to clear the window.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 17:19:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Clearing-output-in-9-4/m-p/236229#M55209</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-11-24T17:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing output in 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Clearing-output-in-9-4/m-p/236235#M55211</link>
      <description>Are you using HTML in 9.4 vs using Listing in 9.2?&lt;BR /&gt;You can change the settings in your options to implement a change permanently or use the code below to change for a specific project. You could also limit the listing to a specific amount using OBS=. &lt;BR /&gt;ODS HTML CLOSE;&lt;BR /&gt;ODS LISTING;&lt;BR /&gt;proc print data=one (OBS=100);&lt;BR /&gt;by tnumber;&lt;BR /&gt;run;</description>
      <pubDate>Tue, 24 Nov 2015 18:17:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Clearing-output-in-9-4/m-p/236235#M55211</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-11-24T18:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing output in 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Clearing-output-in-9-4/m-p/236241#M55215</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13712"&gt;@GreggB﻿&lt;/a&gt;: Thanks for pointing this out. I've just replicated the issue. It really takes&amp;nbsp;very long, regardless of which method I use to clear the output window (Ctrl-N, Ctrl-E, menu, line command, button, via Results). The large number of BY groups causes the issue, not just the number of observations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was about to recommend PROC PRINTTO as a workaround, when I discovered the following trick:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Close the Output window&lt;/LI&gt;
&lt;LI&gt;Delete the entry corresponding to the long output in the Results window&lt;/LI&gt;
&lt;LI&gt;Re-open the Output window (possibly the long output will still be there, strangely enough)&lt;/LI&gt;
&lt;LI&gt;Clear the&amp;nbsp;&lt;SPAN&gt;Output window by any of the standard methods mentioned above&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;Does this work for you?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats﻿&lt;/a&gt;: Thanks for mentioning Ctrl-N. I only knew Ctrl-E (from the good old KEYS window).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 18:53:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Clearing-output-in-9-4/m-p/236241#M55215</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2015-11-24T18:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing output in 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Clearing-output-in-9-4/m-p/236246#M55217</link>
      <description>Thanks!</description>
      <pubDate>Tue, 24 Nov 2015 19:03:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Clearing-output-in-9-4/m-p/236246#M55217</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2015-11-24T19:03:11Z</dc:date>
    </item>
  </channel>
</rss>

