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
|