How would you delete duplicate observations?
Answer Posted / poornima
we can delete duplicate observations by using nodup or
nodupkey option in the proc sort
Example :-
Proc sort data=datasetname nodup;
run;
| Is This Answer Correct ? | 33 Yes | 12 No |
Post New Answer View All Answers
What is the difference between input and infile statement?
What are the automatic variables for macro? : sas-macro
describe about physical data integration? : Sas-di
How substr function works in sas?
I need level 2 to 5 sas using companies in india
List out some key concept of SAS
What can you learn from the SAS log when debugging?
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
Explain the main difference between the sas procedures and functions? : Sas-administrator
What’s the difference between var b1 – b3 and var b1 — b3?
Describe the ways in which you can create macro variables? : sas-macro
Explain by-group processing?
What is the use of stop statement?
Briefly explain input and put function?
Which command is used to save logs in the external file?