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
SAS Super FREQ
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

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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