how to display duplicated observations in a data using base
sas.
Answer Posted / pranitha patel
By using dupout option...
Proc sort data = X out = Xclean
Dupout = X dups nodupkey :
By variable :
Run:
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
why is a stop statement needed for the point=option on a set statement? : Sas programming
Have you used macros? For what purpose you have used? : sas-macro
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
Give some examples where proc report’s defaults are different than proc print’s defaults?
What is Linear Regression?
Can you execute macro within another macro? : sas-macro
In sas, what are the areas that you are most interested in? : sas-grid-administration
How would you identify a macro variable?
What are the ways to do a “table lookup” in sas?
What is connection profile? : sas-grid-administration
Describe what are the different levels of administrative users in sas? : sas-grid-administration
Explain substr function?
What are the data types does SAS contain?
what are several options for creating reports in web report studio? : Sas-bi
what are the best practices to process the large data sets in sas programming? : Sas-administrator