Date: Mon, 20 Aug 2007 11:40:27 -0700
Reply-To: "Terjeson, Mark" <Mterjeson@RUSSELL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Terjeson, Mark" <Mterjeson@RUSSELL.COM>
Subject: Re: CLEAR option
In-Reply-To: A<16FD64291482A34F995D2AF14A5C932C015A773A@MAIL002.prod.ds.russell.com>
Content-Type: text/plain; charset="us-ascii"
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