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;

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.

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.

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.
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;

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.
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-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!

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
  • 877 views
  • 0 likes
  • 2 in conversation