How would you delete observations with duplicate keys?

Answer Posted / vijay

proc sort nodupkey;by var;run;

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What Proc glm does?

729


What is the difference between one to one merge and match merge? Give an example.

672


What would be the value of month at the end of data step execution and how many observations would be there?

674


What is the good sas programming practices for processing large data sets?

730


What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

800






Describe a time when you were really stuck on a problem and how you solved it?

2186


What are the features of SAS?

666


What are symget and symput? : sas-macro

843


which features do you use to check the data validations and errors? : Sas-administrator

642


hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

5024


If a variable contains only numbers, can it be a character data type?

725


How does proc sql work?

719


What is the difference between INPUT and INFILE ?

863


What is program data vector (pdv) and what are its functions?

716


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

2067