what is the difference between DUPKEY and NODUPKEY???

Answers were Sorted based on User's Feedback



what is the difference between DUPKEY and NODUPKEY???..

Answer / sandhya

dupkey-to place duplicate keys
nodupkey -To delete duplicate keys

Is This Answer Correct ?    15 Yes 1 No

what is the difference between DUPKEY and NODUPKEY???..

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

what is the difference between DUPKEY and NODUPKEY???..

Answer / naveenkumar

Dupkey eliminates duplicate observations using all of the
variables given in input statement.

Is This Answer Correct ?    4 Yes 2 No

what is the difference between DUPKEY and NODUPKEY???..

Answer / naveenkumar

Nodupkey eliminates duplicate observations using the
variables which we pass at by statement

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More SAS Interview Questions

wt is a-z and a--z?

3 Answers   Accenture,


what are the types of interactive display types? : Sas-bi

1 Answers  


Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?

2 Answers  


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

1 Answers  


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

1 Answers  


What are the difference between sas functions and procedures?

1 Answers  


explain the use of % includes a statement in sas? : Sas-administrator

1 Answers  


. Which date advances a date, time or date/time value by a given interval?

8 Answers  


Intern stastical programmer written test

1 Answers  


What do the PUT and INPUT functions do?

1 Answers  


How would you include common or reuse code to be processed along with your statements?

3 Answers   Accenture,


How do you read in the variables that you need?

9 Answers   Accenture,


Categories