What is the difference between nodup and nodupkey options?
Answer Posted / chiranjeevi
nodup:
By using the proc sort procedure along with nodup
option ,it checks for and eliminates the duplicate records.
nodupkey:
NODUPKEY eliminates the duplicate observation keys
in the data set.
| Is This Answer Correct ? | 19 Yes | 17 No |
Post New Answer View All Answers
How to convert a numeric variable to a character variable?
For what purpose would you use the RETAIN statement?
how would you create multiple observations from a single observation? : Sas programming
Give some examples where proc report’s defaults are same as proc print’s defaults?
which date function advances a date, time or datetime value by a given interval? : Sas programming
In ARRAY processing, what does the DIM function do?
Give some examples where proc report’s defaults are different than proc print’s defaults?
explain about various caches available in data integrator? : Sas-di
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
Describe the ways in which you can create macro variables? : sas-macro
What are the difference between the sas data step and sas procs?
Explain the use of proc gplot? : sas-grid-administration
Are you involved in writing the inferential analysis plan? Tables specifications?
Compare sas with other data analytics tools.
What is the different between functions and PROCs that calculate the same simple descriptive statistics?