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 a put statement?
What function CATX syntax does?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
Give e an example of..
For what purposes have you used sas macros? : sas-macro
What is the difference between class statement and by statement in proc means?
AE datasets names? how many types?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
What is the length assigned to the target variable by the scan function?
What is the function of output statement in a SAS Program?
What are the automatic variables for macro? : sas-macro
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what is treatment emergent events and treatment emregent adverse event
How to limit decimal places for variable using proc means?