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 would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
what is sas database server? : Sas-di
What are the difference between the sas data step and sas procs?
how can you create zero observation dataset? : Sas programming
explain what is factor analysis? : Sas-administrator
what do the pad and dim functions do? : Sas programming
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
what are the considerations when picking a SAS/STAT procedure?
What would be the value of month at the end of data step execution and how many observations would be there?
How does proc sql work?
In sas, what are the areas that you are most interested in? : sas-grid-administration
what is study design in while working with SAS? what are screening variables in SAS?
what is the purpose of _error_? : Sas programming
What is the basic syntax of a sas program?
describe the interaction table in sas di? : Sas-di