How would you delete observations with duplicate keys?
Answer Posted / upendra
Data <datasetname>;
Set <datasetname>;
by <var>;
If last.var;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is sas metadata repository? : Sas-bi
Can you execute macro within another macro? : sas-macro
What is program data vector (pdv) and what are its functions?
what is the use of proc contents and proc print in sas? : Sas-administrator
What is the role of unrestrictive users? : sas-grid-administration
Name any two sas spawners? : sas-grid-administration
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
What is the difference between reading data from an external file and reading data from an existing data set?
What can you learn from the SAS log when debugging?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
What are the new features included in the new version of SAS Programming Language?
how the sas basic syntax style described? : Sas-administrator
How do you use the do loop if you don’t know how many times you should execute the do loop?
What are symget and symput? : sas-macro
how can you create zero observation dataset? : Sas programming