You can use the INTNX function in SAS to increment a date by a specific…
Category:
SAS
-
-
Descriptive Statistics in SASSASSoftware Tutorials
How to Use Proc Report in SAS (With Examples)
by Erma Khanby Erma KhanYou can use proc report in SAS to generate a report for a dataset in…
-
Data Munging in SASSASSoftware Tutorials
How to Use IF-THEN-ELSE in SAS (With Examples)
by Erma Khanby Erma KhanYou can use an IF-THEN-ELSE statement in SAS to return some value if some condition…
-
Data Munging in SASSASSoftware Tutorials
SAS: How to Use IF Statement in PROC SQL
by Erma Khanby Erma KhanWhile it’s not possible to use an IF statement in PROC SQL in SAS, you…
-
Data Munging in SASSASSoftware Tutorials
SAS: How to Use CONTAINS in PROC SQL
by Erma Khanby Erma KhanYou can use the CONTAINS operator in the PROC SQL statement in SAS to only…
-
Data Munging in SASSASSoftware Tutorials
SAS: How to Use HAVING Clause Within PROC SQL
by Erma Khanby Erma KhanYou can use the HAVING clause within PROC SQL in SAS to filter for rows…
-
Data Munging in SASSASSoftware Tutorials
SAS: How to Use UPDATE Within PROC SQL
by Erma Khanby Erma KhanYou can use the UPDATE statement within PROC SQL in SAS to update the values…
-
Descriptive Statistics in SASSASSoftware Tutorials
SAS: How to Use PROC FREQ with WHERE Statement
by Erma Khanby Erma KhanYou can use the following basic syntax to use a WHERE statement within PROC FREQ…
-
Data Munging in SASSASSoftware Tutorials
How to Use the RETAIN Statement in SAS (With Examples)
by Erma Khanby Erma KhanYou can use the RETAIN statement in SAS to specify some variable that should not…
-
Data Munging in SASSASSoftware Tutorials
SAS: How to Use a “NOT IN” Operator
by Erma Khanby Erma KhanYou can use the NOT IN operator in SAS to return only the rows where…
Newer Posts