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
How long can a macro variable be? A token? : sas-macro
What is the difference between %put and symbolgen? : sas-macro
What will calendar procedure do?
how does sas handle missing values in sort order? : Sas programming
Mention sas system options to debug sas macros.
In SAS explain which statement does not perform automatic conversions in comparisons?
Explain substr function?
Explain the purpose of substr functions in sas programming.
Differentiate between ceil and floor functions.
What is SAS? What are the functions does it performs?
What is the maximum length of the macro variable?
How can I remove header from output data set?
Describe crosslist option in tables statement?
What is the SAS data set?
how many types of prompts are there? : Sas-bi