HomeContact

Latest Posts

Advanced SAS
SAS macro parameters with commas
Have you ever tried to  pass multiple values for a SAS macro parameter to a SAS macro or a SAS macro…
Subhro Kar
Subhro Kar
February 23, 2022
2 min
How to Copy datasets in SAS?
You can use high-level procedures PROC COPY and PROC DATASETS for moving and copying SAS datasets between libraries.They provide much more control over what data sets you want to move and this approach is more efficient.
January 09, 2022
3 min
How to truncate Decimals in SAS?
Sometimes you may need to truncate numeric values to a specified number of decimal places without rounding. In this article, you will learn to truncate decimals in SAS, without rounding.
January 06, 2022
2 min
How to Round Numbers in SAS?
The ROUND function rounds the numbers to the nearest multiple of the rounding factor. Round up or ceil in SAS uses ceil() function which rounds up the column in SAS. Round down in SAS or floor in SAS uses floor() function which rounds down.
December 06, 2021
1 min
Get column value from column name
There are times when we need to use the attributes like the column value from the column name or format of a variable within a data set. The VValue and Vvaluex functions can be used to return the format and/or value of a variable or a string within the data step.
October 19, 2021
1 min
How to get today's date in SAS?
To get today's date in SAS, you can either the today() or date() functions. They are equivalent and represents the number of days since January 1, 1960. Datetime() function returns SAS value represents the number of seconds between January 1, 1960, and the current time.
September 11, 2021
1 min
Statistics
Step-by-Step Techniques to Understand Linear Regression
Introduction to Simple Linear Regression Linear regression is a statistical technique that allows…
Previous
Page 6 of 17
Next
© 2025 9to5sas
AboutContactPrivacyTerms