How would you delete observations with duplicate keys?

Answer Posted / ganesh

we can delete the observation by using NODUP.

proc sort data=name nodup;
by varname;
run;

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the purpose of _error_? : Sas programming

712


Mention how to limit decimal places for the variable using proc means?

737


what is broad cast agent? : Sas-bi

707


Describe the function and untility of the most difficult SAS macro that you have written.

1813


How would you include common or reuse to be processed along with your statements?

1998






What are the features of base sas system?

695


what is information maps?

1715


what is sas data set?

760


What is the role of unrestrictive users? : sas-grid-administration

659


What are the different servers in sas? : sas-grid-administration

705


Mention what is SAS data set?

778


what are the categories that sas informats are used to the place the data? : Sas-administrator

710


Mention the category in which sas informats are placed?

724


If a variable contains letters or special characters, can it be numeric data type?

879


Describe what are the different levels of administrative users in sas? : sas-grid-administration

679