how to display duplicated observations in a data using base
sas.
Answer Posted / dilip
proc sort data=x out=y;
by v;
data m;
set y;
by v;
if first.v and last.v then delete;
run;
this is for extracting duplicate observations
from a dataset
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the role of unrestrictive users? : sas-grid-administration
How do you use the do loop if you don’t know how many times you should execute the do loop?
Why double trailing @@ is used in input statement?
describe about metadata object? : Sas-di
What is the difference between %put and symbolgen? : sas-macro
how does sas handle missing values in formats? : Sas programming
What are the features of SAS?
describe how to adjust the performance of data integrator? : Sas-di
What can be the size of largest dataset in SAS?
it will become easy if uuu provide website linkssss and list of consultanciessssss
Can you explain the process of calendar?
How would you define the end of a macro?
What are the different versions of sas that you have used until now? : sas-grid-administration
What is the function of Stop statement in a SAS Program?
What versions of SAS have you used (on which platforms)?