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 1999, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 26 Jan 1999 09:10:28 +0000
Reply-To:   Peter Crawford <Peter@CRAWFORDSOFTWARE.DEMON.CO.UK>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Peter Crawford <Peter@CRAWFORDSOFTWARE.DEMON.CO.UK>
Organization:   Crawford Software Consultancy Limited
Subject:   Re: SAS Connect unix to pc call what name?

In article <78jqnc$2t6$1@netnews.upenn.edu>, ?@assets.wharton.upenn.edu writes >Can connect from SAS Connect to unix over dialup line, >but going from the unix box back to the local machine, >that is from unix v612 on an hp to sas 6.10 on a win95 >machine, what do i call my local computer? tried >various formal and informal names, but don't remember >what is an ersatz address. was surprised to connect >to the unix box since only had room for 8 letters and >usually need more than that to identify the unix box, >assets worked whereas assets.wharton is usually the >minimum across the network. > >Adam

%let remid = assets.wharton; option remote =remid; *(notice no & on remid here); *(presumeably some DNS will resolve);

-- Peter Crawford


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