BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Alass006
Fluorite | Level 6

Hello there,

 

I assigned the same SAS library reference to two data sets:

 

It worked out well for the first data as shown in the log :

%Let Qdrive=\\dcwdfap002\\rpuprojects;

Libname SG "&Qdrive.\PA\LA\forensics\LA\SAS Library\ScoreGain";

Log message:

NOTE: Libref SG was successfully assigned as follows:
Engine: V9
Physical Name: \\dcwdfap002\\rpuprojects\PA\LA\forensics\LA\SAS Library\ScoreGain

 

When reading the second data set, it gives and error

 

%Let Qdrive=\\dcwdfap002\\rpuprojects;

Libname SG "&Qdrive.\PA\LA\forensics\LA\SAS Library\Time Analysis";

 

log message:

NOTE: Library SG does not exist.

 

I am reading both data files once.

 

Does anyone know why the second one is not working?

 

Thanks and regards,

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisHemedinger
Community Manager

Almost...except for the final folder.

 

So can you see

 

  \\dcwdfap002\rpuprojects\PA\LA\forensics\LA\SAS Library\Time Analysis

 

In another tool, like Windows Explorer?  Also, I notice you have a double-slash in the middle of the path:

 

%Let Qdrive=\\dcwdfap002\\rpuprojects;

Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.

View solution in original post

4 REPLIES 4
ChrisHemedinger
Community Manager

The most common cause of this error: the path doesn't exist (or you don't have read access to it).  Double-check the path name to be sure it's correct.

Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.
Alass006
Fluorite | Level 6
I believe the path is almost the same as above.
ChrisHemedinger
Community Manager

Almost...except for the final folder.

 

So can you see

 

  \\dcwdfap002\rpuprojects\PA\LA\forensics\LA\SAS Library\Time Analysis

 

In another tool, like Windows Explorer?  Also, I notice you have a double-slash in the middle of the path:

 

%Let Qdrive=\\dcwdfap002\\rpuprojects;

Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.
Alass006
Fluorite | Level 6

Thanks Chris for your time and inputs. Even though the log says "NOTE: Libref SG was successfully assigned as follows: ", the library SG does not appear in the libraries folder under SASApp. I am running the codes on Enterprise Guide 7.1. When I run other codes and want to save my sas data in the same library, it says library SG does not exist.

 

Best regards,

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 4 replies
  • 1096 views
  • 0 likes
  • 2 in conversation