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 to convert a numeric variable to a character variable?
What are the difference between sas functions and procedures?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
How do you use the do loop if you don’t know how many times you should execute the do loop?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Name few SAS functions?
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?
What is the difference between the proc sql and data step?
What is a method to debug and test your SAS program?
how do you want missing values handled? : Sas programming
In SAS explain which statement does not perform automatic conversions in comparisons?
What would you change about your job?
What are the data types does SAS contain?
What does proc print, and proc contents are used for?
Mention the validation tools used in SAS?