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 (April 1999, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 20 Apr 1999 14:11:09 -0400
Reply-To:     "Mendicino, Tom" <TMendicino@FLEETCC.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         "Mendicino, Tom" <TMendicino@FLEETCC.COM>
Subject:      TYPE WINDOW in SAS/CONNECT
Content-Type: text/plain; charset="iso-8859-1"

When you use an INPUT statement in a login script to accept user input(e.g. Password entry), it pops up with the title TYPE WINDOW. Does anyone know of a way to change that title? TIA

Example:

input 'Please Enter Userid: '; type LF; waitfor 'Password', 30 seconds : nolog; input nodisplay 'Please Enter Password: '; type LF;

* Tom Mendicino * Fleet Credit Card Services * Horsham, PA * (215) 444-3774


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