Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How would you delete observations with duplicate keys?

Answer Posted / g.jyotshna

proc sort data=datasetname nodup;
by var;
run;
proc sort data=datasetname nodupkey;
by var;
run;
proc sort data=datasetname noduprecs;
by var;
run;

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between ceil and floor functions.

1202


What is the maximum length of the macro variable?

1222


what is ae onset date n what is RDS

2657


how does sas handle missing values in assignment statements? : Sas programming

1070


What are the difference between ceil and floor functions in sas?

1399


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

1172


AE datasets names? how many types?

2559


what is snowflake schema? : Sas-di

1262


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

1064


what is sas metadata server? : Sas-di

1153


What was the last computer book you purchased? Why?

2418


What is the role of sas grid administrator? : sas-grid-administration

1342


In ARRAY processing, what does the DIM function do?

1231


what is sas application server? : Sas-di

1135


how do the in= variables improve the capability of a merge? : Sas programming

1480