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 / siddu

proc sort data=<master dataset> out=(newdata set name>
nodup key;
by <key variable>;
run;

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

1197


what is sas database server? : Sas-di

1185


What are the difference between the sas data step and sas procs?

1248


how can you create zero observation dataset? : Sas programming

1199


explain what is factor analysis? : Sas-administrator

1167


what do the pad and dim functions do? : Sas programming

1070


what is the one statement to set the criteria of data that can be coded in any step? : Sas programming

1186


what are the considerations when picking a SAS/STAT procedure?

3415


What would be the value of month at the end of data step execution and how many observations would be there?

1224


How does proc sql work?

1143


In sas, what are the areas that you are most interested in? : sas-grid-administration

1127


what is study design in while working with SAS? what are screening variables in SAS?

2270


what is the purpose of _error_? : Sas programming

1184


What is the basic syntax of a sas program?

1258


describe the interaction table in sas di? : Sas-di

1071