How would you delete observations with duplicate keys?

Answer Posted / siddu

proc sort data=<master dataset> out=(newdata set name>
nodup key;
by <key variable>;
run;

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the default statistics for means procedure?

658


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

743


What is the function of Stop statement in a SAS Program?

652


What do you know about sas and what we do? : sas-grid-administration

612


how to do user inputs and command line arguments in sas?

2440






What are the new features included in the new version of SAS Programming Language?

743


What is the difference between %put and symbolgen? : sas-macro

684


what is change analysis in sas di ? : Sas-di

616


What are the functions used for character handling?

652


What is the use of function Proc summary?

670


If you could design your ideal job, what would it look like?

2390


In sas admin differentiate between roles and capabilities? : sas-grid-administration

570


Difference between informat and format?

650


What is the difference between nodupkey and nodup options?

607


What are the advantages of using sas?

621