Date: Fri, 30 Jan 2004 20:27:54 -0500
Reply-To: "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Subject: Re: Set Autoscroll from pgm
"nnever (at) katamail. com" <noone@no.void> wrote in message
news:401440f8.1721765@powernews.libero.it...
> Hello,
> Is there a way to set autoscroll to max from a program?
> I know how to clear the log and out windows, how to set the pagesize and
linesize but I
> would like to set autoscroll to max in order to let long programs run with
no interaction.
>
> One more question:
snip
>
> Thank you.
> Giovanni
> --
> Giovanni Cenati (Aosta, Italy)
> Write to user "nnever" and domain "@katamail.com"
AutoScroll is a command that only the log window knows about.
Try
DM "LOG; AUTOSCROLL 0" LOG;
--
Richard A. DeVenezia
http://www.devenezia.com/downloads/sas/macros/
|