What is the difference between nodup and nodupkey options?
Answer Posted / stopby
The Nodup: can only remove the duplicate next to each other.
The by variables are very important for remove
the duplicates which all the variables have the same value.
The nodupkey: will remove the duplicated when they have the
same values for the by variables
| Is This Answer Correct ? | 43 Yes | 3 No |
Post New Answer View All Answers
What is the basic syntax style in SAS?
How is character variable converted into numeric variable and vice versa?
What is SAS?
How do you specify the number of iterations and specific condition within a single do loop?
what are some differences between proc summary and proc means? : Sas programming
Describe crosslist option in tables statement?
What do you code to create a macro? : sas-macro
what are the scrubbing procedures in sas? : Sas programming
for report generation which one you used proc report or data_null_?
what is proc Index? and what is proc document?
what are several options for creating reports in web report studio? : Sas-bi
What’s the difference between var b1 – b3 and var b1 — b3?
What is the difference between SAS functions and procedures?
what does the run statement do? : Sas programming
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming