How would you delete observations with duplicate keys?
Answer Posted / upendra
Data <datasetname>;
Set <datasetname>;
by <var>;
If last.var;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Are you involved in writing the inferential analysis plan? Tables specfications?
Mention the category in which sas informats are placed?
What do the mod and int function do? : Sas programming
In ARRAY processing, what does the DIM function do?
Explain how merging helps to combine data sets.
Explain the difference between informat and format with an example.
How do you add a number to a macro variable? : sas-macro
Difference between sum function and using “+” operator?
What will calendar procedure do?
Name any two sas spawners? : sas-grid-administration
Explain the difference between using drop = data set option in set and data statement?
what is sas database server? : Sas-di
What’s the difference between var b1 – b3 and var b1 — b3?
What are the difference between sas functions and procedures?
how to do user inputs and command line arguments in sas?