Does SAS 9.4 provide an easy way to delete all datasets from the work library?
I am searching for a different way from the conventional clicking each item and deleting it....
Thank you!
You can also mark multiple items with the control or shift keys held down and delete them in one operation.
View solution in original post
proc datasets library=work kill; quit;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.