I am trying to create a new library. I am using the below code :
The library "sampledata" is shown below :
After execution the new library is created as below :
As you can see, the library created does not include the subfolder and files as in "sampledata".
Below is the Log window :
Could anyone please let me know why this is happening ?
Your help will be much appreciated?
Libraries only SHOW SAS objects in the pane. Sub folders and said contents are not included.
When you create a SAS dataset in the library you will see it.
The csv files are technically in the library but aren't SAS datasets so can't be used until they're explicitly imported.
Data class1.class;
set sashelp.class;
run;
Did you created any sas dataset in it ?
Did you try refersh libraries list ?
Libraries only SHOW SAS objects in the pane. Sub folders and said contents are not included.
When you create a SAS dataset in the library you will see it.
The csv files are technically in the library but aren't SAS datasets so can't be used until they're explicitly imported.
Data class1.class;
set sashelp.class;
run;
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.