How would you delete observations with duplicate keys?
Answer Posted / serena
proc sort data= nodupkeys;
by variable;
run;
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Mention the difference between ceil and floor functions in sas?
what is the use of proc sql? : Sas programming
what are validation tools that are used in sas? : Sas-administrator
Explain the purpose of substr functions in sas programming.
What sas features do you use to check errors and data validation?
Which function is used to count the number of intervals between two sas dates?
How sas treats the dsd delimiters?
List out some key concept of SAS
Why and when do you use proc sql?
How do dates work in sas?
where to use sas business intelligence? : Sas-bi
How do you debug and test your SAS programs?
Explain the use of proc print and proc contents?
How we can create SAS USER DEFINED CODE?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming