What is the difference between nodup and nodupkey options?
Answer Posted / sas d
NODUP - removes the duplicates. Here the key to remove the
duplicates is the entire record.
NODUPKEY - removes the duplicates. Here the key is the
variable(s) specified by the BY statement.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
what are validation tools that are used in sas? : Sas-administrator
What is the basic syntax of a sas program?
For what purpose would you use the RETAIN statement?
Which function is used to count the number of intervals between two sas dates?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
what is the function of catx syntax? : Sas-administrator
Tell e how how dealt with..
what is transformation in sas data integration? : Sas-di
What is the purpose of _character_ and _numeric_?
What are the differences between proc means and proc summary?
what is null hypothesis? why do you consider that?
What is a pdv and what are its functions?
what is the Population you used in your project, is it ITT or PP?
How do you add a number to a macro variable? : sas-macro
Explain what is the use of proc gplot?