LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (December 2001, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 14 Dec 2001 13:07:46 -0000
Reply-To:   Francesco <francesco@NOSPAMONETEL.NET.UK>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Francesco <francesco@NOSPAMONETEL.NET.UK>
Subject:   Re: sas/connect question

Ciao Ciro, try this... quicker than the other solution proposed...

%let serv=xxx.yyy.www.zzz; options comamid=tcp remote=serv; filename rlink 'tcpunix.scr'; signon;

libname rwork slibref=work server=serv

This will assign a RLS library called rwork mapped to your remote work libray, no questions asked.

Kind Regards, Francesco Marelli Nemesi Ltd. United Kingdom

"ciro baldi" <baldi@istat.it> wrote in message news:3C19E60D.EEC9318D@istat.it... > Dear listers, > i use sas v8 on pc connecting to a remote host unix with sas/connect. > i use the remote library system to look at the datasets on the remote > host. > i can do it easily for permanent library, but it's complicate for > looking at the datasets in the > temporary work_area, because i don't know in advance how sas on the > remote host name the temporary directory. A (not very satisfying) way to > bypass the problem is 1) launching the connection 2)go to unix and take > note on what is the name of the work-directory that sas has created > 3)come back on the sas-pc and write on the program another remote > libname statement. > Can somebody suggest me an automatic way to manage this issue? > thank you in advance > ciro > > Ciro Baldi > ISTAT - OCC > Via Tuscolana, 1788 > 00173 Roma > Italia > Tel. +39-06-72976283 > E-mail baldi@istat.it


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