What is the difference between nodup and nodupkey options?
Answer Posted / tariq sharjil
Nodup:
It deletes those observations if every variable in the
dataset has the same value
Nodupkey:
It deletes all the observation on sorting variable. It
retains the first variable and deletes all other coming
after that
| Is This Answer Correct ? | 23 Yes | 5 No |
Post New Answer View All Answers
what are 5 ways to perform a table lookup in sas? : Sas-administrator
How to test the debugging in sas?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
is data integration and etl programming is same? : Sas-di
Have you ever used the SAS Debugger?
How do dates work in sas?
If a variable contains only numbers, can it be a character data type?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
what has been your most common programming mistake? : Sas programming
how many types prompting framework can be broken down to? : Sas-bi
How to sort in descending order?
How do you test for missing values?
State the difference between INFORMAT and FORMAT ?
what versions of sas have you used (on which platforms)? : Sas programming
What is the basic structure of a sas program?