Here are the three most common ways to subset a dataset in SAS: Method 1:…
Category:
SAS
-
-
Data Munging in SASSASSoftware Tutorials
SAS: How to Split Strings by Delimiter
by Erma Khanby Erma KhanYou can use the scan() function in SAS to quickly split a string based on…
-
Data Munging in SASSASSoftware Tutorials
How to Concatenate Strings in SAS (With Examples)
by Erma Khanby Erma KhanYou can use the following methods to quickly concatenate strings in SAS. Method 1: Concatenate…
-
Data Munging in SASSASSoftware Tutorials
How to Label Variables in SAS (With Example)
by Erma Khanby Erma KhanYou can use the label function in SAS to provide label names to variables in…
-
Data Munging in SASSASSoftware Tutorials
How to Add Row Numbers in SAS (With Examples)
by Erma Khanby Erma KhanYou can use the following methods to add row numbers to a dataset in SAS:…
-
Data Munging in SASSASSoftware Tutorials
How to Perform an Inner Join in SAS (With Example)
by Erma Khanby Erma KhanYou can use the following basic syntax to perform an inner join with two datasets…
-
Descriptive Statistics in SASSASSoftware Tutorials
How to Count Distinct Values in SAS (With Examples)
by Erma Khanby Erma KhanYou can use the following methods to count distinct values in a dataset in SAS:…
-
Data Munging in SASSASSoftware Tutorials
How to Perform a Left Join in SAS (With Example)
by Erma Khanby Erma KhanYou can use the following basic syntax to perform a left join with two datasets…
-
Data Munging in SASSASSoftware Tutorials
How to Use the FIND Function in SAS (With Examples)
by Erma Khanby Erma KhanYou can use the FIND function in SAS to find the position of the first…
-
Data Munging in SASSASSoftware Tutorials
How to Replace Characters in a String in SAS (With Examples)
by Erma Khanby Erma KhanYou can use the tranwrd() function to replace characters in a string in SAS. Here…