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 me about % include and % eval? : sas-macro
What are the parameters of scan function?
What is the difference between INPUT and INFILE ?
Describe crosslist option in tables statement?
What are the default statistics for means procedure?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
what is sas enterprise intelligence architecture? : Sas-bi
What does the RUN statement do?
Describe the ways in which you can create a macro variable?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
explain the difference between proc means and proc summary?
What is the general format of function in sas? : sas-grid-administration
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
for report generation which one you used proc report or data_null_?