How to Rename Variables in SAS In this article, we discuss the RENAME statement to change the column names of a SAS dataset
How to Convert a Datetime to a SAS Date Format You convert a SAS Datetime to a SAS Date variable with the DATEPART function. This function extracts the date from…
How to Delete an Empty Dataset in SAS In this article, we discuss a macro function that deletes empty datasets.
How to Export SAS Data as a CSV File In this article, we discuss how to export data from SAS as a CSV file.
How to Count the Number of Missing Values in SAS In this article, we discuss how to count the missing values in a SAS dataset.