How to Delete Datasets in SAS (3 Simple Ways)
In this post you’ll learn how to delete datasets in SAS using 3 simple ways. It also explains how you can drop the entire SAS dataset and/or entire data from a specific library. Short Summary: Delete table v/s Drop table The DELETE statement deletes only the rows (data) in a table. The DROP TABLE statement … Read more