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
Do you need to know if there are any missing values?
why a stop statement is needed for the point= option on a set statement?
How to limit decimal places for variable using proc means?
What is the difference between class statement and by statement in proc means?
What is a put statement?
how sas deals with business intelligence? : Sas-bi
What are symget and symput? : sas-macro
Give some examples where proc report’s defaults are different than proc print’s defaults?
what is the basic structure sas administrator? : Sas-administrator
how are numeric and character missing values represented internally? : Sas programming
what is proc Index? and what is proc document?
How we can call macros with in data step? : sas-macro
Mention what is SAS data set?
What do you code to create a macro? : sas-macro
What does the RUN statement do?