Date: Thu, 31 Aug 2000 10:42:27 -0500
Reply-To: Gregg Snell <Gregg.Snell@LABONE.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Gregg Snell <Gregg.Snell@LABONE.COM>
Subject: Re: help with SAS/Connect script from Unix to VMS
Content-Type: text/plain; charset="iso-8859-1"
Try this:
WAITFOR 'Username:', 120 seconds;
/*input 'Username:';*/
type 'userid' CR;
substituting your actual id for userid. I've used this successfully in both
unix and vms environments.
Gregg P. Snell
Data Savant Consulting
gsnell@swbell.net
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU]On Behalf Of
sanjay2@MY-DEJA.COM
Sent: Thursday, August 31, 2000 10:11 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: help with SAS/Connect script from Unix to VMS
I am trying to connect from Unix to VMS using SAS/Connect. The connect
script has the following code which displays a prompt for the userid to
be entered:
WAITFOR 'Username:', 120 seconds;
input 'Username:';
type CR;
However I would like to 'hard code' the userid in the script so it
doesn't need to be entered each time and the prompt does not appear.
Please can anyone tell me how I can do this.
Thanks
Sent via Deja.com http://www.deja.com/
Before you buy.