You can use the KEEP and DROP statements in SAS when creating a new dataset…
Category:
SAS
-
-
Data Munging in SASSASSoftware Tutorials
How to Add Titles in SAS (With Examples)
by Erma Khanby Erma KhanYou can use the title statement in SAS to quickly add a title to a…
-
Data Munging in SASSASSoftware Tutorials
How to Use PROC TRANSPOSE in SAS (With Examples)
by Erma Khanby Erma KhanYou can use PROC TRANSPOSE in SAS to quickly transpose a dataset from a long…
-
Data Munging in SASSASSoftware Tutorials
How to Create New Variables in SAS (With Examples)
by Erma Khanby Erma KhanHere are the two most common ways to create new variables in SAS: Method 1:…
-
Data Munging in SASSASSoftware Tutorials
SAS: How to Use Datalines Statement to Create a Dataset
by Erma Khanby Erma KhanYou can use the datalines statement in SAS to quickly create a new dataset from…
-
Data Munging in SASSASSoftware Tutorials
How to Use the SUBSTR Function in SAS (With Examples)
by Erma Khanby Erma KhanYou can use the SUBSTR function in SAS to extract a portion of a string.…
-
Data Munging in SASSASSoftware Tutorials
How to Use DAY, MONTH, and YEAR Functions in SAS
by Erma Khanby Erma KhanYou can use the DAY, MONTH, and YEAR functions in SAS to extract the day,…
-
Data Munging in SASSASSoftware Tutorials
SAS: Convert Strings to Uppercase, Lowercase & Proper Case
by Erma Khanby Erma KhanYou can use the following methods to convert strings to uppercase, lowercase, and proper case…
-
Data Munging in SASSASSoftware Tutorials
How to Delete Rows in SAS (3 Examples)
by Erma Khanby Erma KhanHere are the three most common ways to delete rows in SAS: Method 1: Delete…
-
Data Munging in SASSASSoftware Tutorials
How to Create Dummy Variables in SAS (With Example)
by Erma Khanby Erma KhanA dummy variable is a type of variable that we create in regression analysis so…