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 (February 2001, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 16 Feb 2001 18:05:20 -0000
Reply-To:     Nigel.Pain@SCOTLAND.GSI.GOV.UK
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Nigel Pain <Nigel.Pain@SCOTLAND.GSI.GOV.UK>
Subject:      Re: Remte connect to UNIX
Comments: To: jit.bhattacharya@PRUDENTIAL.COM
Content-Type: text/plain; charset="iso-8859-1"

Jit

I don't think you need the port number for SAS/Connect, just the IP address, so try:

%let rmtnode = aa.bbb.ccc.ddd ; option remote=rmtnode comamid=tcp;

signon rmtnode ;

*************************************************** Nigel Pain Scottish Executive Development Department Business Support Unit Victoria Quay EDINBURGH EH6 6QQ UK Tel +44 131 244 7237 Fax +44 131 244 7281 Mailto:nigel.pain@scotland.gsi.gov.uk Website: http:\www.scotland.gov.uk

> -----Original Message----- > From: Jit Bhattacharya [mailto:jit.bhattacharya@PRUDENTIAL.COM] > Sent: 16 February 2001 16:37 > Subject: Remte connect to UNIX > > > I am trying to connect to a Unix machine with an IP address > in the form > aa.bbb.ccc.ddd,xxxx - where xxxx is the port number and > a,b,c,d comprise the > address numbers. The code (incorrect) that I used was - > > %let rmtnode = aa.bbb.ccc.ddd,xxxx ; > option remote=rmtnode comamid=tcp; > > signon rmtnode ; > > However, I am getting an error - cannot locate TCP host. Can > anyone tell me wat > I am doing wrong. Thanks in advance. > > Jit >


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