What is the difference between nodup and nodupkey options?
Answer Posted / madhupamuluri
Nodup or noduprec: It deletes duplicate observations (the observation repeated more than one time in a dataset) by using all the variables which are available in the input statement.
Nodupkey: It deletes duplicate data values(the value is repeated more than one time in a variable)as well as duplicate observations (the observation repeated more than one time in a dataset) by using the key variable which are available in the by statement.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the function of output statement in a SAS Program?
Differentiate input and infile.
What is Linear Regression?
What is the difference between using drop = data set option in data statement and set statement?
what are some differences between proc summary and proc means? : Sas programming
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
how to do user inputs and command line arguments in sas?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
what is function of retain statment
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
In ARRAY processing, what does the DIM function do?
Difference between SAS STATA & SPSS?
what is information maps?
Give e an example of..
How to read an input file in sas?