How would you delete duplicate observations?
Answer Posted / vijay
There are several ways to do this. However the easliest
code-wise is to use PROC SORT. For example:
PROC SORT DATA=mydata NODUPKEY;
BY variable;
RUN;
Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
How to test the debugging in sas?
How substr function works in sas?
Where do you use proc means over proc freq?
Explain substr function?
what is ae onset date n what is RDS
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
What is the use of stop statement?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
What is a put statement?
What are the limitations for memory allocation for SAS variables
What is the function of output statement in a SAS Program?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
what are several options for creating reports in web report studio? : Sas-bi
Do you need to know if there are any missing values?
what is the function of catx syntax? : Sas-administrator