How would you delete observations with duplicate keys?
Answer Posted / ganesh
we can delete the observation by using NODUP.
proc sort data=name nodup;
by varname;
run;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is hash files in sas and why we are using this one in sas?
Can you explain the process of calendar?
what is sas metadata repository? : Sas-bi
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What is the basic syntax style in SAS?
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
how to change the execute of macro
what can you learn from the sas log when debugging? : Sas programming
How do you add a number to a macro variable? : sas-macro
explain about sas business intelligence? : Sas-bi
Enlist the functions performed by sas.
What are the default statistics for means procedure?