What is the difference between nodup and nodupkey options?
Answer Posted / asha
The NODUP option checks for and eliminates duplicate
observations.
The NODUPKEY option checks for and eliminates duplicate
observations by variable values.
| Is This Answer Correct ? | 100 Yes | 13 No |
Post New Answer View All Answers
How to create an external dataset with sas code?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
how to do user inputs and command line arguments in sas?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
I need level 2 to 5 sas using companies in india
AE datasets names? how many types?
how will you locate the sas platform applications? : Sas-bi
for report generation which one you used proc report or data_null_?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
how are numeric and character missing values represented internally? : Sas programming
How would you identify a macro variable?
what are the scrubbing procedures in sas? : Sas programming
why is sas considered self-documenting? : Sas programming
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What is the general format of function in sas? : sas-grid-administration