LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2001, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 28 Mar 2001 09:24:52 -0800
Reply-To:   kmself@IX.NETCOM.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Karsten M. Self" <kmself@IX.NETCOM.COM>
Subject:   Re: better than DM
In-Reply-To:   <5F56203CB22CD211884400104B98235E75C677@NATHAN_EXCHSRVR>; from sfinnigan@NATHANINC.COM on Wed, Mar 28, 2001 at 11:19:51AM -0500
Content-Type:   multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature";

on Wed, Mar 28, 2001 at 11:19:51AM -0500, Stephen Finnigan (sfinnigan@NATHANINC.COM) wrote: > Hello again, > > Does anyone have a better method than... > > dm 'clear output; clear log' log; > > ...to clear the output and log windows? It works but seems a bit > brute-force-ish. > > I am constructing a massively iterative 2SLS regression model which uses the > ODS (thanks to some SAS-L helpers!) to output the parameter estimates to a > dataset. Due to the sheer number of regressions, I am looking to automate a > clearing of windows before they fill up and SAS gets angry.

That's a pretty standard method, it's what I use in interactive session.

You can redirect output to another location, preferably a file. See the FILE and LOG options, as well as ALTLOG and PROC PRINTTO.

See recent discussion on how to reduce the amount of log output. Notably, you can disable SAS notes. However, it's a bad idea to try to disable warning output.

-- Karsten M. Self <kmself@ix.netcom.com> http://kmself.home.netcom.com/ What part of "Gestalt" don't you understand? There is no K5 cabal http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org


[application/pgp-signature]


Back to: Top of message | Previous page | Main SAS-L page