BookmarkSubscribeRSS Feed
carterson2
Calcite | Level 5

I don't understand how to get EG to deal with logical links.

In EG, I can open  *.sas7bdat files aok in the Server-List, but not from an EG program.

Example:

--------------aok-------------------------------------------------------------

libname perm  '/mktg';

NOTE: Libref PERM was successfully assigned as follows:

      Engine:        V9

      Physical Name: /mktg

In ksh:    ls -las /

4 drwxr-xr-x 111 root     root        2048 Apr 26 13:52 mktg

-------------broke-------------------------------------------------------------------------

libname perm '/app';

NOTE: Library PERM does not exist.

In ksh:  ls -las /

   0 lrwxrwxrwx   1 root     root           9 Nov 10  2006 app -> /mktg/app

2 REPLIES 2
Doc_Duke
Rhodochrosite | Level 12

this may be as simple as specifying the full directory,

libname perm '/mktg/apps';

although usually pseudonyms are not a problem in *nix.

Another question is what is meant by "from an EG program".  SAS programs within the EG environment are are submitted to a SAS server for execution.  You may have it configured to send the program to your local SAS server (on the PC) rather than to the one on *nix.  [SAS doesn't care which direction the slashes are, so it won't complain about the syntax.]  Check to see where the program is trying to execute.

Doc Muhlbaier

Duke

carterson2
Calcite | Level 5

In EG, I have two servers in the bottom left screen.

Servers

+ A

+ B

Server-B is the one I want.

It always uses A.

Q: How do I make it use B?

( think thats the problem, not logical links...)

thanks for helping

-------------

oh I see it now. In the top right, above the PROGRAM, I select the SERVER.

Then it finds my directory (which is on server B and not on A).

--------------------------------------------

I guess a better question is:

How are those servers related to directories? The only difference I see is the hostname. ( I am asking our IT guy...)

serverA      a.b.c.d

serverB      e.b.c.d

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!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 732 views
  • 3 likes
  • 2 in conversation