Date: Mon, 31 Jul 2000 22:48:15 GMT
Reply-To: Mark Van De Vyver <mvdv@BIGFOOT.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Mark Van De Vyver <mvdv@BIGFOOT.COM>
Organization: Deja.com - Before you buy.
Subject: Re: Howto: Programmatically clear the Results window
In case anyone is following this - several people have suggested:
dm 'log;clear;';
This unfortunately clears the text log window.
SAS help:
CLEAR Command
Clears the contents of the Program Editor window, the Log window,
the Output window, or the recall buffer.
I'm really after a way to clear the tree of folders that shows in the
results window....
Thanks
Mark
In article <8m35ou$8st$1@nnrp1.deja.com>,
Mark Van De Vyver <mvdv@bigfoot.com> wrote:
> Hi
> In SAS v8 on WindowsNT I've managed to use ODS to output some Proc
> AutoReg results to datasets e.g:
>
> ods listing close;
> ods output clear;
> ods output FitSummary(match_all persist=proc)
> =GARCHFitSumm();
> .... sas commands ....
>
> The trouble is that the results window fills up while this is running,
> and looping many times means that system resources get consumed.
>
> I've looked at Tools>Options>Preferences and set the Results tabsheet
> options to:
> [clear] Create listing
> [clear] Create HTML
> [clear] view results as they are generated
> [selected] Internal bowser
>
> Can anone suggest a setting I'm missing or a sas command I can issue?
>
> Thanks in advance
> Mark
>
> --
> Mark Van De Vyver
> Department of Accounting and Finance
> University of Western Australia
>
> mailto:mvdv@bigfoot.com
> http://www.bigfoot.com/~mvdv
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>
--
Mark Van De Vyver
Department of Accounting and Finance
University of Western Australia
mailto:mvdv@bigfoot.com
http://www.bigfoot.com/~mvdv
Sent via Deja.com http://www.deja.com/
Before you buy.