What is the difference between nodup and nodupkey options?
Answer Posted / stopby
The Nodup: can only remove the duplicate next to each other.
The by variables are very important for remove
the duplicates which all the variables have the same value.
The nodupkey: will remove the duplicated when they have the
same values for the by variables
| Is This Answer Correct ? | 43 Yes | 3 No |
Post New Answer View All Answers
what are input dataset and output dataset options? : Sas programming
for report generation which one you used proc report or data_null_?
What is the role of administrative users? : sas-grid-administration
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
What is the function of Stop statement in a SAS Program?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
What would be the value of month at the end of data step execution and how many observations would be there?
What is the length assigned to the target variable by the scan function?
What are the different types of sas functions?
what is sas database server? : Sas-di
how can you create zero observation dataset? : Sas programming
Mention the category in which sas informats are placed?
Difference between SAS STATA & SPSS?
Tell me more about the parameters in macro? : sas-macro
Explain append procedure?