How to Create a SAS Library (+ 9 Other Questions about Libraries) In this article, we discuss how to create a SAS library, and 9 other FAQ's about libraries.
How to Delete Rows from a Dataset in SAS In this article, we discuss how to remove a row from a dataset in SAS.
5 Simple Ways to Insert a Row into a SAS Dataset In this article, we discuss how to add a row to a SAS dataset.
Fastest Way to Sort a SAS Dataset In this article, we compare the performance of PROC SORt and PROC SQL to find the fastest way to sort…
How to Rename Variables in SAS In this article, we discuss the RENAME statement to change the column names of a SAS dataset