diff between nodup rec and ondup key???
Answers were Sorted based on User's Feedback
Answer / mallikarjuna
nodupkey deletes duplicate observations based on by
variable.
noduprec delete the duplicate observations if entire
observation is duplicate.
Is This Answer Correct ? | 13 Yes | 1 No |
Answer / ramkgupta
simply to say nodup and noduprec checks values present in all variables in dataset from one record to next record where as nodupkey checks values present in only variables given in by statement not all variables in a dataset.
Is This Answer Correct ? | 5 Yes | 0 No |
is data integration and etl programming is same? : Sas-di
What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?
What is the difference between using drop = data set option in data statement and set statement?
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?
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
How to convert a numeric variable to a character variable?
You have a data set of 100 observations,how can you restrict the output so that the output has only data from row no. 10 to row no. 20
how does sas handle missing values in an update? : Sas programming
Where do the database management systems store data and how do u import them.
How to get part of string form the source string without using sub string function in SAS?
What is the role of sas grid administrator? : sas-grid-administration
I have a dataset concat having a variable a b & c. How to rename a b to e & f?