What is the difference between nodup and nodupkey options?
Answer Posted / ajay
nodupkey deletes all the observations irrespective of the
other values in other variables if the by varaible provided
is repeating
nodup deletes only the observations that are common in the
provided by variables if all the other observations in it
are same.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe what are the different levels of administrative users in sas? : sas-grid-administration
describe how to adjust the performance of data integrator? : Sas-di
What are the data types does SAS contain?
how does sas handle missing values in sort order? : Sas programming
Differences between where and if statement?
what is sas database server? : Sas-di
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What are the scrubbing procedures in sas?
Explain proc univariate?
If a variable contains letters or special characters, can it be numeric data type?
Explain why double trailing @@ is used in input statement?
How long can a macro variable be? A token? : sas-macro
what are _numeric_ and _character_ and what do they do? : Sas programming
What function CATX syntax does?
what is the purpose of _error_? : Sas programming