what is the difference between DUPKEY and NODUPKEY???
Answers were Sorted based on User's Feedback
Answer / sandhya
dupkey-to place duplicate keys
nodupkey -To delete duplicate keys
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / rauthu
NODUP (NODUPREC): Eliminates all CONSECUTIVE duplicates by comparing all variables.
NODUPKEY: Eliminates all CONSECUTIVE duplicates by comparing by variables ONLY.(*** clue KEY = BY )
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / naveenkumar
Dupkey eliminates duplicate observations using all of the
variables given in input statement.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / naveenkumar
Nodupkey eliminates duplicate observations using the
variables which we pass at by statement
| Is This Answer Correct ? | 4 Yes | 2 No |
wt is a-z and a--z?
what are the types of interactive display types? : Sas-bi
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What are the difference between sas functions and procedures?
explain the use of % includes a statement in sas? : Sas-administrator
. Which date advances a date, time or date/time value by a given interval?
Intern stastical programmer written test
What do the PUT and INPUT functions do?
How would you include common or reuse code to be processed along with your statements?
How do you read in the variables that you need?