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

Describe a time when you were really stuck on a problem and how you solved it?

2206


What is the use of divide function?

603


What is the maximum length of the macro variable? : sas-macro

627


what is proc Index? and what is proc document?

1998


What do the SAS log messages "numeric values have been converted to character" mean?

891






What is the differnce between SDTM 3.1.2 to 3.1.1 version

4610


why is sas considered self-documenting? : Sas programming

682


In proc transpose and data step with arrays which one you pick?

2575


Give some examples where proc report’s defaults are same as proc print’s defaults?

644


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

600


What is the difference between match merge and one to one merge?

694


What are the table names in oracle database...?

2251


what is star schema? : Sas-di

647


how to change the execute of macro

1677


What is maximum storage capability of SAS?

907