How would you delete observations with duplicate keys?
Answer Posted / ganesh
we can delete the observation by using NODUP.
proc sort data=name nodup;
by varname;
run;
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the purpose of _error_? : Sas programming
Mention how to limit decimal places for the variable using proc means?
what is broad cast agent? : Sas-bi
Describe the function and untility of the most difficult SAS macro that you have written.
How would you include common or reuse to be processed along with your statements?
What are the features of base sas system?
what is information maps?
what is sas data set?
What is the role of unrestrictive users? : sas-grid-administration
What are the different servers in sas? : sas-grid-administration
Mention what is SAS data set?
what are the categories that sas informats are used to the place the data? : Sas-administrator
Mention the category in which sas informats are placed?
If a variable contains letters or special characters, can it be numeric data type?
Describe what are the different levels of administrative users in sas? : sas-grid-administration