BookmarkSubscribeRSS Feed
Tushh
Calcite | Level 5

How to create SAS Libraries on Server?

AND How to create SAS Library on UNC Path like \\bdhjcbdhbvj.com\newfloder\temp

 

 

Thank U

5 REPLIES 5
SASKiwi
PROC Star

You can use the same method for both. In code use a LIBNAME statement. If the library is on the SAS server you can still use the SAS server name in your UNC just like you use another server name.

 

libname mylib '\\bdhjcbdhbvj.com\newfloder\temp';

libname mylib2 '\\MySASServer\MyFolder';

 

 

Tushh
Calcite | Level 5
Thank You so much
Tushh
Calcite | Level 5
Thanks
Kurt_Bremser
Super User

A SAS library is a directory in the filesystem for which a library reference is present in SAS, via the libname statement.

 

So you need to create the directory on the server with the appropriate tool (or through the Files section in the server list), and define a libname.

To use a UNC in a libname statement, that UNC needs to be present in the server.

Tushh
Calcite | Level 5
Thanks

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 5 replies
  • 2137 views
  • 0 likes
  • 3 in conversation