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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1232 views
  • 3 likes
  • 2 in conversation