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;
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 lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.