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


Please Help Members By Posting Answers For Below Questions

Do you need to know if there are any missing values?

808


why a stop statement is needed for the point= option on a set statement?

823


How to limit decimal places for variable using proc means?

805


What is the difference between class statement and by statement in proc means?

903


What is a put statement?

929


how sas deals with business intelligence? : Sas-bi

818


What are symget and symput? : sas-macro

990


Give some examples where proc report’s defaults are different than proc print’s defaults?

821


what is the basic structure sas administrator? : Sas-administrator

792


how are numeric and character missing values represented internally? : Sas programming

867


what is proc Index? and what is proc document?

2241


How we can call macros with in data step? : sas-macro

835


Mention what is SAS data set?

900


What do you code to create a macro? : sas-macro

818


What does the RUN statement do?

1073