Date: Mon, 20 Aug 2007 14:05:06 -0500
Reply-To: "data _null_;" <datanull@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "data _null_;" <datanull@GMAIL.COM>
Subject: Re: CLEAR option
In-Reply-To: <16FD64291482A34F995D2AF14A5C932C015A773B@MAIL002.prod.ds.russell.com>
Content-Type: text/plain; charset=ISO-8859-1
After seeing your suggestion Mark, and being reminded of the results
window, perhaps
ods noresults;
would be useful. Is that the correct ODS statement?
On 8/20/07, Terjeson, Mark <Mterjeson@russell.com> wrote:
> You also wanted Results window:
>
> dm odsresults 'clear' pgm;
>
> Mark
>
>
>
>
> -----Original Message-----
> From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
> Terjeson, Mark
> Sent: Monday, August 20, 2007 11:32 AM
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: Re: CLEAR option
>
> Hi Song,
>
> dm 'out;clear;' ;
>
> or
>
> dm 'log;clear;out;clear;' ;
>
> for both Output and Log windows.
>
>
>
>
> Hope this is helpful.
>
>
> Mark Terjeson
> Senior Programmer Analyst, IM&R
> Russell Investments
>
>
> Russell Investments
> Global Leaders in Multi-Manager Investing
>
>
>
>
>
>
>
>
> -----Original Message-----
> From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
> Song
> Sent: Monday, August 20, 2007 11:23 AM
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: CLEAR option
>
> Hi All,
>
> If I have a simulation written as a macro with many parameter
> combinations, how can clear all log and output windows so that my
> result window does not fill-up or run out of space? In other words
> before I call the macro again...I would like all items in the result
> window to be cleared. I've already outputted my results to a PDF
> file.
>
> I'm calling my macro multiple times...using the different parameter
> combinations and using PROC PRINTTO to take care of my log problem,
> but because the number of simulations...the results box becomes full
> even though I've limited my output using ODS.
>
> Is there a CLEAR OR CLEANUP option that I can place at the start or
> end of my macro?
>
> Thanks,
>
> Song
>
|