How would you delete observations with duplicate keys?
Answer Posted / mohan reddy
proc sort data=work.abc nodupkey;
by eno;
run;
when u have delete duplicatie obervation from dataset. u can
use the nodupkey along with the by variable.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What do the PUT and INPUT functions do?
If a variable contains only numbers, can it be a character data type?
Explain the main difference between the sas procedures and functions? : Sas-administrator
Tell me more about the parameters in macro? : sas-macro
What is the difference between input and infile statement?
explain the use of % includes a statement in sas? : Sas-administrator
Describe the ways in which you can create a macro variable?
what is the difference between infile and input? : Sas-administrator
what is operational data and operational system? : Sas-di
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What is run-group processing?
Give e an example of..
What are types of transport files?
Can you execute macro within another macro? : sas-macro
What system options would you use to help debug a macro? : sas-macro