Date: Wed, 30 Aug 2000 20:57:48 +0100
Reply-To: Peter Crawford <Peter@CRAWFORDSOFTWARE.DEMON.CO.UK>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Peter Crawford <Peter@CRAWFORDSOFTWARE.DEMON.CO.UK>
Organization: Crawford Software Consultancy Limited
Subject: Re: Proc Tabulated Suspended
Paige Miller <paige.miller@kodak.com> writes
>rdhamdi@my-deja.com wrote:
>>
>> I'm running proc tabulate in SAS 6.12 for NT and
>> the output keeps getting suspended. I have to
>> re-start the output stream by typing END in the
>> small command window to the top. Does anyone know
>> how to disable this annoying feature?
>
>Just PROC TABULATE does this? Not any of the other PROCs that produce
>output?
>
>If they all do this, you probably are experiencing the default behavior
>of the OUTPUT window, which some people don't like. To stop this from
>happening, click on the OUTPUT window, and then at the command line type
>
>autopop off;wsave
>
>and press ENTER and it will never suspend your output in the middle of
>the program again (unless you change it back).
>
Another good fix is the AUTOSCROLL value.
In the OUTPUT (aka LISTING) window drill through the menus
Edit / Options / Ascroll...
then select the radio button for scroll amount N
and give it value 0 (zero)
Then, to save this setting, with the menus, on the main menu bar select
Options / Save settings now
You should need to do this only once!
Of course, you may be interested to discover that the commands hidden
behind this menu wandering, is only
listing; autoscroll 0; wsave ( using the full commands)
( or abbreviate that to !!)
lis; asc 0; wsa
--
Peter Crawford
|