HI All,
I have quick questions of "SAS Folders" in SAS EG, I searched and find this link
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
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:
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.
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
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.
Ready to level-up your skills? Choose your own adventure.