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


Please Help Members By Posting Answers For Below Questions

why a stop statement is needed for the point= option on a set statement?

631


What does proc print, and proc contents are used for?

613


how many display types available in sas bi dashboard? : Sas-bi

646


How would you identify a macro variable? : sas-macro

537


Mention what are the data types does SAS contain?

700






Differentiate input and infile.

599


If money were no object, what would you like to do?

2692


what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming

694


What is the basic structure of a sas program?

602


What are the default statistics that proc means produce?

606


what is the difference between nodup and nodupkey options? : Sas programming

625


explain about data integrator metadata reports? : Sas-di

567


what is enterprise guide? What is the use of it? : Sas programming

540


How will you generate test data with no input data?

565


What is the SAS data set?

679