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 (August 2000, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: "sanjay2@MY-DEJA.COM" <sanjay2@MY-DEJA.COM>
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.


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