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
how do you debug and test your sas programs? : Sas programming
what is the difference between nodup and nodupkey options? : Sas programming
Explain data_null_?
: and & modifiers.
What are the five ways to do a table lookup in sas? : sas-grid-administration
Enlist the syntax rules followed in sas statements.
Tell me about % include and % eval? : sas-macro
which date function advances a date, time or datetime value by a given interval? : Sas programming
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What are the data types does SAS contain?
describe the interaction table in sas di? : Sas-di
What are the functions which are used for character handling functions?
what is the Population you used in your project, is it ITT or PP?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What are the limitations for memory allocation for SAS variables