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 would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What are the limitations for memory allocation for SAS variables
What is the role of unrestrictive users? : sas-grid-administration
explain the proc in sas? : Sas-administrator
Explain translate function?
AE datasets names? how many types?
Mention some common errors that are usually committed in sas programming.
how to read the variables in sas? : Sas-administrator
How would you invoke a macro? : sas-macro
What are the five ways to do a table lookup in sas? : sas-grid-administration
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
what does the run statement do? : Sas programming
How to create an external dataset with sas code?
What is the difference between proportion and average?
what versions of sas have you used (on which platforms)? : Sas programming