What is the difference between nodup and nodupkey options?
Answer Posted / shalabh tyagi
Nodup: Checks for duplicacy among the variables in a row and
keeps the 1st row of that observaion in the final output and
deletes the rest
Nodupkey: Checks for the duplicacy among the variables
specified in "by" statement and keeps the 1st row of the
observaion and deletes the rest
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How do you add a number to a macro variable? : sas-macro
What are the functions used for character handling?
What sas features do you use to check errors and data validation?
What is the use of %include statement?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
how to change the execute of macro
What is maximum number of rows and cols can be handled in SAS?
Explain the purpose of retain statement.
What is the maximum length of the macro variable?
what is proc Index? and what is proc document?
Mention the difference between ceil and floor functions in sas?
how does sas handle missing values in a merge? : Sas programming
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
How to create an external dataset with sas code?
Do you need to rearrange the order of the data for the report?