Date: Tue, 11 Mar 1997 10:12:34 -0800
Reply-To: Michael Harris <mikeh@AMGEN.COM>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Michael Harris <mikeh@AMGEN.COM>
Organization: Amgen
Subject: Re: Determining On Which Machine a CONNECT Job Runs
Content-Type: text/plain; charset=us-ascii
Stewart Ravenhall wrote:
>
> Does anyone have any information on how to determine on which machine a
> CONNECT job runs?
>
> I am using 6.12 on a PC to connect to a Unix server also running 6.12 and I
> want processing of most jobs to be run on my PC, although the data reside
> on the server. This might seem a bit odd, but my PC is a good one and the
> server is an absolute dog.
Assign remote libnames to the server directories containing data sets
you wish to process. The syntax is:
libname servlib remote 'some/directory/name' server=unix_hostname;
where "servlib" is the libname of your choice, 'some/directory/name' is
the fully qualified pathname where your data sets reside, and
"unix_hostname" is the name of the UNIX server to which you are
connected. You should get acceptable performance as long as your data
sets aren't too big, say less than 100,000 observations.
Mike Harris
*** Disclaimer: These are the opinions of the poster not Amgen Inc.***