How would you delete observations with duplicate keys?
Answer Posted / vijay
proc sort nodupkey;by var;run;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the SAS data set?
what do the pad and dim functions do? : Sas programming
how do you debug and test your sas programs? : Sas programming
what is hash files in sas and why we are using this one in sas?
what is the difference between nodup and nodupkey options? : Sas programming
What is PDV?
what do you mean by data staging area? : Sas-di
What can you learn from the SAS log when debugging?
how sas deals with business intelligence? : Sas-bi
What are the default statistics that proc means produce?
How we can call macros with in data step? : sas-macro
what is SAS OPTIMIZATION?
what does the run statement do? : Sas programming
What is the difference between match merge and one to one merge?
If a variable contains only numbers, can it be a character data type?