LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2004, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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/


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