BookmarkSubscribeRSS Feed
Yennie
Calcite | Level 5
Hi People,

I am trying to assign this library permanently in SAS Eguide with the ref given below

LIBNAME basedata sasspds "M_A_C30_PI_GIO" server=&spdshost..5090 user="&uid." passwd="&pw." group='production' ;

I went through Tools > Assign Library > Library Wizard, came up with this error:
ERROR: ERROR: LIBNAME path info not found in SPD Name Server..
ERROR: Error in the LIBNAME statement.

Is there any notes around that help me out to assign this library correctly?

Cheers,
Yennie
1 REPLY 1
Cynthia_sas
Diamond | Level 26
Hi:
This is the LIBNAME example from page 23 of the User's Guide:
http://support.sas.com/documentation/onlinedoc/spds/user45.pdf
[pre]
libname mydatalib sasspds 'mydomain'
host='namesvrID'
serv='5555'
user='neraksr'
passwd='siuya';
[/pre]

...where it appears that all the option values are quoted strings.

You might wish to work with Tech Support on this question. To open a track with Tech Support, go to http://support.sas.com/ and in the left-hand navigation pane, click on the link entitled "Submit a Problem". Alternately, you can go directly to the Tech Support Problem Form here: http://support.sas.com/ctx/supportform/createForm

cynthia

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
  • 1 reply
  • 963 views
  • 0 likes
  • 2 in conversation