What is the difference between nodup and nodupkey options?
Answer Posted / chandu
NODUPKEY :
It checks similar BY variable values and deletes duplicate
observations in the data set based on BY variable values...
NODUP :
It will be available with latest version, It checks and
deletes duplicate observations in the dataset.....
Any comments plzz...
| Is This Answer Correct ? | 14 Yes | 13 No |
Post New Answer View All Answers
How would you include common or reuse to be processed along with your statements?
Are you involved in writing the inferential analysis plan? Tables specfications?
What are the automatic variables for macro? : sas-macro
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
what is sas data set?
How do dates work in SAS data?
What versions of SAS have you used (on which platforms)?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What are the difference between sas functions and procedures?
Differences between where and if statement?
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.
name some data transformation used in sas di? : Sas-di
What is the general format of function in sas? : sas-grid-administration
what is the purpose of _error_? : Sas programming
How do you delete duplicate observations in sas?