HomeContact

Latest Posts

Statistics
Box and Whisker Plot -Explained
A box plot (also known as a box and whisker plot) is a chart often used in descriptive data…
Subhro Kar
Subhro Kar
October 28, 2020
3 min
Base SAS
Length functions in SAS -LENGTH / LENGTHN / LENGTHC / LENGTHM.
Are you a SAS enthusiast who gets confused by the different SAS length functions? You're not alone…
Count of missing and nonmissing values for each variable in a SAS data set
Count missing and Non-missing values for each variable - In SAS, we often need to get the count of missing and non-missing values in a SAS dataset. The code used in this example uses PROC FORMAT to create the format for character and numeric variables to be either 'non-missing' or 'missing' and then use that format with PROC FREQ.
October 23, 2020
1 min
How to delete datasets in SAS?
Deleting all data sets in a library is a very simple task. To delete all datasets in a library, specify the Work library in the PROC DATASET procedure statement, and specify the KILL option.
October 04, 2020
2 min
Previous
Page 10 of 17
Next
© 2025 9to5sas
AboutContactPrivacyTerms