What is the difference between nodup and nodupkey options?
Answer Posted / san
NODUP option eliminates the duplicate observations.
NODUPKEY eliminates the duplicate observation keys in the
data set.
| Is This Answer Correct ? | 19 Yes | 27 No |
Post New Answer View All Answers
What are the features of SAS?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What is the difference between SAS functions and procedures?
Name types of category in which SAS Informats are placed?
What is the difference between INPUT and INFILE ?
do you need to know if there are any missing values? : Sas programming
describe about physical data integration? : Sas-di
how to do user inputs and command line arguments in sas?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
what is snowflake schema? : Sas-di
what is the primary data source for the wrs? : Sas-bi
Did you used proc test? when?
What would be the value of month at the end of data step execution and how many observations would be there?
What is the use of the %include statement?