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
What Proc glm does?
What is the difference between one to one merge and match merge? Give an example.
What would be the value of month at the end of data step execution and how many observations would be there?
What is the good sas programming practices for processing large data sets?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
Describe a time when you were really stuck on a problem and how you solved it?
What are the features of SAS?
What are symget and symput? : sas-macro
which features do you use to check the data validations and errors? : Sas-administrator
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
If a variable contains only numbers, can it be a character data type?
How does proc sql work?
What is the difference between INPUT and INFILE ?
What is program data vector (pdv) and what are its functions?
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;