What is the difference between nodup and nodupkey options?
Answer Posted / surendar
NODUP:- It eliminates or removes if the same information available multiple times in all variables
(It works on all variables).
NODUPKEY:-It eliminates or removes if the same information available multiple times with in the variable.
(It Works on only one key variable)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the features of SAS?
What is the use of divide function?
What does the trace option do?
What is factor analysis?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
how to do user inputs and command line arguments in sas?
How would you include common or reuse to be processed along with your statements?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
what is star schema? : Sas-di
What are the special input delimiters used in SAS?
what is transformation in sas data integration? : Sas-di
What is the command used to find missing values?
What are the data types in sas?
What is program data vector (pdv)?
How do you specify the number of iterations and specific condition within a single do loop?