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 is the difference between match merge and one to one merge?
Explain the difference between nodup and nodupkey options?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
how will you locate the sas platform applications? : Sas-bi
what is the primary data source for the wrs? : Sas-bi
Tell e how how dealt with..
how to remove duplicates using proc sql?
what are _numeric_ and _character_ and what do they do? : Sas programming
How do you convert basic cube to transaction cube and transaction cube to basic cube?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
How do you debug and test your SAS programs?
How can I remove header from output data set?
Explain what is the use of proc gplot?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
What are the parameters of scan function?