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
Tell e how how dealt with..
Explain the difference between using drop = data set option in set and data statement?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
Explain the special input delimiters used in sas programming.
How does proc sql work?
how to change the execute of macro
Mention the difference between ceil and floor functions in sas?
How we can call macros with in data step? : sas-macro
To what type of programms have you used scratch macros?
why a stop statement is needed for the point= option on a set statement?
Can you explain the process of calendar?
What are common programming errors committed in sas
In proc transpose and data step with arrays which one you pick?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
How you can read the variables that you need?