BookmarkSubscribeRSS Feed
reone
Calcite | Level 5

Hi to all!!

I use Enterprise Guide in order to write sas code in My local host.

I haven't SAS server in in my host but only Enterprise Guide.

I connect my host to remote SAS server(Unix) by Enterprise Guide, and we write the sas code in local host, but it's like to run the sas program in remote server unix.

When I define the libname in EG, it recognizes only the directory path of the remote server Unix ( ex:    libname pippo "/base/pol/....";)..

I need, to declare a libname that recognizes also the local directory path of my computer local host, for example:   LIBNAME save "C:/program_files/sas";

Is it possible to do this?

Thanks.

2 REPLIES 2
SASKiwi
PROC Star

The problem is your SAVE libname will run on the Unix SAS server and it will not be able to reference your C drive. The usual way to reference a specific drive on a different Windows computer is to use a URL:

\\computername\directory. Your Unix server would have to be able to 'see' this location by having the computername part defined on the network and the directory defined as a "Windows share". This would have to be sorted out by your IT admin staff. I take it you are aware of EG's download data task which will accomplish the same thing but not automatically?

Ksharp
Super User

Answer is yes. But it is another question for your IT department guys .

You can set up SIMBA at UNIX for seeing your windows directory .

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 987 views
  • 0 likes
  • 3 in conversation