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.

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore 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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1866 views
  • 0 likes
  • 3 in conversation