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 2000, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 23 Aug 2000 14:43:09 EDT
Reply-To:     Bernard Tremblay <imaginasys@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
Comments:     cc: david_20000@hotmail.com
Comments:     To: SAS-L@LISTSERV.UGA.EDU
From:         Bernard Tremblay <imaginasys@HOTMAIL.COM>
Subject:      Re: Clear Window Automatically
Comments: To: SAS-L@LISTSERV.VT.EDU
Content-Type: text/plain; charset=iso-8859-1; format=flowed

David,

There is other ways to limit the quantity of output. Luke: use the "options"... Check the following options that may have impacts on quantity of output and shortage of space on work:

options nosource nosource2 nomprint nomlogic nosymbolgen nonotes nospool;

In particular "NOSPOOL" tells SAS not to write the log, source, ect. in a utility dataset in the work library. This often is source of shortage of space on work with long programs ...

See wich options you want to keep active and may the "options" be with you!!!

Regards, \\|/// \ - - // ( @ @ ) +-----oOOo-(_)-oOOo--+-----------------------------------+ | Bernard Tremblay | | | CSST | Tel: (418) 528-9313 | | | Fax: (418) 528-1493 | | | Int: Bernard.Tremblay@csst.qc.ca | +----------------------------+---------------------------+ | Imaginasys enr | Res: (418) 658-1411 | | | Int: bertrem@videotron.ca | | | Hot: imaginasys@hotmail.com | +--------------Oooo--+-----------------------------------+ oooO ( ) ( ) ) / \ ( (_/ \_) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

>From: David Wright <david_20000@HOTMAIL.COM> >Reply-To: David Wright <david_20000@HOTMAIL.COM> >To: SAS-L@LISTSERV.UGA.EDU >Subject: Clear Window Automatically >Date: Wed, 23 Aug 2000 11:22:02 EDT > >HI, Sasers, > >When executing a huge calculation program, there will be a lot of display, >either in LOG or Output Window. When the screen is full of rows, SAS will >hint 'Window is full and must be cleared. Enter ...'. Can we change some >configuration or parameters to make SAS not display these information even >the window is full or clear the window automatically. Thanks. > >David >________________________________________________________________________ >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


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