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 is null hypothesis? why do you consider that?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is a macro routine?
What is the difference between INPUT and INFILE ?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What do you understand by the term Normal Distribution?
it will become easy if uuu provide website linkssss and list of consultanciessssss
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
How will you generate test data with no input data?
What is PROC in SAS?
Differentiate between proc means and proc summary.
In ARRAY processing, what does the DIM function do?
What do the mod and int function do? : Sas programming
what is star schema? : Sas-di