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
Give some examples where proc report’s defaults are same as proc print’s defaults?
what is enterprise guide? What is the use of it? : Sas programming
how can you import .csv file in to sas? : Sas programming
What do the put and input function do?
If a variable contains only numbers, can it be a character data type?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
What is program data vector (pdv) and what are its functions?
What Proc glm does?
how to remove duplicates using proc sql?
what does the run statement do? : Sas programming
How to test the debugging in sas?
Name some categories in sas 9? : sas-grid-administration
What do the SAS log messages "numeric values have been converted to character" mean?
how do the in= variables improve the capability of a merge? : Sas programming
how do you pull data from equifax?tell me the process?