How would you delete observations with duplicate keys?
Answer Posted / siddu
proc sort data=<master dataset> out=(newdata set name>
nodup key;
by <key variable>;
run;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What is the function of Stop statement in a SAS Program?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What is the length assigned to the target variable by the scan function?
How substr function works in sas?
Explain proc sort?
what are sas/access and sas/connect? : Sas programming
What is the work of tranwrd function?
Explain how merging helps to combine data sets.
What is factor analysis?
What is the basic structure of the SAS base program?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What is the basic syntax of a sas program?
What is a pdv and what are its functions?