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

Hi all, 

 

I am using below code to create library in sas EG.

 

libname mylib 'H:\adithya\ds1062\Aug2021\data';

And I am getting below NOTE in the log. Can you please help mw with this.

 

25 GOPTIONS ACCESSIBLE;
26 libname mylib 'H:\adithya\ds1062\Aug2021\data';
NOTE: Library MYLIB does not exist.
27

 

Thanks,

Adithya

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User
If H is a network drive, EG usually is installed on a server that cannot see your local machine and cannot access your local drives. You need to work with your IT team to determine a way to have the drive set up in both systems.

View solution in original post

2 REPLIES 2
Kurt_Bremser
Super User

This simply means that the directory is not available in the context of the SAS workspace server session.

It may be mounted on the server under a different drive letter, or not mounted at all.

As a first measure, try to use the UNC path to the resource.

Reeza
Super User
If H is a network drive, EG usually is installed on a server that cannot see your local machine and cannot access your local drives. You need to work with your IT team to determine a way to have the drive set up in both systems.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 2 replies
  • 501 views
  • 0 likes
  • 3 in conversation