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.

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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.

SAS Training: Just a Click Away

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

Browse our catalog!

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