How to Calculate the Difference between SAS Timestamps (Hours, Minutes & Seconds) In this article, we discuss how to calculate the difference between two timestamps in SAS.
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…