LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (August 2002, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 8 Aug 2002 12:08:16 -0700
Reply-To:     prasad.s.ravi@HOUSEHOLD.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Prasad Ravi <prasad.s.ravi@HOUSEHOLD.COM>
Subject:      Re: a question about SAS log window
Comments: To: MNess@cromedica.com
Comments: cc: jzhang8@GL.UMBC.EDU
Content-type: text/plain; charset=us-ascii

Matt and Julie:

Sure, clearing the log was one of the options for the question raised. If it was for to check the syntax or to review the warnings, notes or errors, first I would run the code for only few observations or with RUN CANCEL; or with OBS=0. It would be laborious to go through each and every warning, note and error message in such a large log file. Unless the job requires it, I don't see the need to save the log file.

Or else you will wind up writing another program to scan the log file for those messages. :)))))

Have a good one, Prasad Ravi

MNess@cromedica.c To: prasad.s.ravi@household.com om cc: jzhang8@GL.UMBC.EDU, SAS-L@LISTSERV.UGA.EDU Subject: Re: a question about SAS log window 08/08/2002 11:30 AM

That's a neat trick. But personally, I would be a little leary about clearing the log without reviewing it for warnings or errors first. Sending the log to an external file is the safe bet...and it can be quickly reviewed by searching the file for key words like 'error', 'warning', etc.

My two cents, Matt

prasad.s.ravi@hou

sehold.com To: MNess@CROMEDICA.COM, jzhang8@GL.UMBC.EDU cc: SAS-L@LISTSERV.UGA.EDU

07/08/02 04:13 PM Subject: Re: a question about SAS log window

Will DM 'clear log'; in several places of the code help?

Prasad Ravi Email: prasad.s.ravi@household.com

Matthew Ness To: SAS-L@LISTSERV.UGA.EDU <MNess@CROMEDICA. cc:

COM> Subject: Re: a question about SAS log window Sent by: "SAS(r)

Discussion"

<SAS-L@LISTSERV.U

GA.EDU>

08/07/2002 03:53

PM

Please respond to

MNess

Hi Julie,

You could send the log to a file, that way the dialog box won't pop up and you can also scan the log afterwards for any errors. Offhand, I don't know if there is anyway to automatically clear the log window...

Matt

Jialu Zhang <jzhang8@GL.UM To: SAS-L@LISTSERV.UGA.EDU BC.EDU> cc: Sent by: Subject: a question about SAS log window "SAS(r) Discussion" <SAS-L@LISTSER V.UGA.EDU>

07/08/02 03:20 PM Please respond to Jialu Zhang

Hello,

I use window version SAS. The log window has a size limitation. When it is full, SAS will pop up a dialog box asking me if I want to save/clear log file and the program that I was running will pause until I answer it. Is there any way to tell SAS automatically to clear/save the log file without answering it everytime?

Thanks a lot for the help.

Julie


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