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
How to create an external dataset with sas code?
What does P-value signify about the statistical data?
How would you identify a macro variable? : sas-macro
What is the difference between the proc sql and data step?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
what has been your most common programming mistake? : Sas programming
Mention what are the data types does SAS contain?
explain the difference between proc means and proc summary?
What are the differences between sum function and using “+” operator?
What is slibref?
Can you execute a macro within a macro? Describe. : sas-macro
Describe the ways in which you can create macro variables?
What do the put and input function do?
how can you import .csv file in to sas? : Sas programming
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks