BookmarkSubscribeRSS Feed
Jade_SAS
Pyrite | Level 9

HI All,

 

 

     I have quick questions of "SAS Folders" in SAS EG, I searched and find this link

http://documentation.sas.com/?docsetId=bisag&docsetTarget=p0m58rt1se8r58n1dd6pujtbiwl3.htm&docsetVer...

 

     My questions are:

     1) Are users allowed to save data in the metadata "SAS Folders"?

     2) If so, how to reference the path in SAS coding? So the data can be saved in the "SAS Folders"?

 

Thank you!

 

Jade

4 REPLIES 4
FredrikE
Rhodochrosite | Level 12

 

HI!

You can't store metadata directly under SAS Folders, you need to add a subfolder.

In that folder you can store metadata information about the tables not the physical data which is stored in a libname.

 

Using proc metalib you can register tables using base code, this might help you get started:

http://support.sas.com/documentation/cdl/en/engimap/63339/HTML/default/viewer.htm#n0efd9zid4e2xln1oi...

 

 
 
//Fredrik
SASKiwi
PROC Star

You appear to be confusing SAS's metadata folder structure ("SAS Folders") with "real" folders as might exist on disk. SAS's metadata folder structure is for storing metadata objects created by SAS (like SAS VA reports for example), and has nothing to do with where you might physically store SAS data.

Jade_SAS
Pyrite | Level 9
Thank you! Usually what's the purpose to use "SAS Folders"? I never use it before and don't know how to use the "SAS Folders".
FredrikE
Rhodochrosite | Level 12

The folders structure is used to store metadata about DI-jobs, information maps, stored processes, tables, reports and so on.

You can set security on metadata folders to grant/deny users content in the folders.

 

When working in DI-studio you only work with folders, the same goes for Visual Analytics, when you store the reports.

 

It is a bit confusing in EG where you have both the servers tab and the folders tab. In EG I always work with the servers tab.

//Fredrik

Catch up on SAS Innovate 2026

Dive into keynotes, announcements and breakthroughs on demand.

Explore 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
  • 4 replies
  • 2047 views
  • 2 likes
  • 3 in conversation