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
what can you learn from the sas log when debugging? : Sas programming
What are the advantages of using sas?
how many display types available in sas bi dashboard? : Sas-bi
What is the function of Stop statement in a SAS Program?
Do you know the features of sas?
what is hash files in sas and why we are using this one in sas?
what is the basic structure sas administrator? : Sas-administrator
describe about physical data integration? : Sas-di
how do you test for missing values? : Sas programming
What is maximum storage capability of SAS?
What is the basic structure of a sas program?
How can you create a macro variable with in data step? : sas-macro
why is a stop statement needed for the point=option on a set statement? : Sas programming
Mention some common errors that are usually committed in sas programming.
What are all the problems you faced while validating tables and reports?