Date: Sun, 20 May 2007 15:38:39 -0400
Reply-To: Phil Rack <philrack@MINEQUEST.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Phil Rack <philrack@MINEQUEST.COM>
Subject: Re: How can I avoid the emergence of the dialog box?
In-Reply-To: A<1179678022.644670.213840@p77g2000hsh.googlegroups.com>
Content-Type: text/plain; charset="us-ascii"
Look at PROC PRINTTO to direct your output to a file instead of having
it fill up your Display Manager.
Phil Rack
www.minequest.com
-----Original Message-----
From: ljmpll@SOHU.COM [mailto:ljmpll@SOHU.COM]
Sent: Sunday, May 20, 2007 12:20 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: How can I avoid the emergence of the dialog box?
Hi, when I process some high frequency data, a dialog box always come
out in the SAS system every some time (about ten minutes) because of
the tremendous calculation work, such is:
windows is full and must be cleared Enter
F to file
P to print
S to save
C to clear the window without saving
So, I have to choose the last option by my hand. If I don't do it, the
SAS system will stop the process until I choose the last option.
How can I do with it so as to avoid the emergence of the dialog box?
Or let the SAS system choose the last option automatically? .
Thank you!