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 to write duplicate records into a separate dataset using
sort?

Answer Posted / yam

First sort the data set by the key variable and then

data dup;
set indata1;
if not(first.keyvar) then output dup;
run;

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is program data vector (pdv)?

1385


what type of graphs we will create(for 2+years candidates)?

2357


what are 5 ways to perform a table lookup in sas? : Sas-administrator

1295


What do you know about symput and symget?

1314


What are the uses of sas?

1354


What are the features of base sas system?

1110


Mention the category in which sas informats are placed?

1076


Explain translate function?

1253


hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?

2106


What are the default statistics for means procedure?

1294


How to convert a numeric variable to a character variable?

1255


How to create list output for cross-tabulations in proc freq?

1149


How do you use the do loop if you don’t know how many times you should execute the do loop?

1295


What can you learn from the SAS log when debugging?

1432


What is the basic syntax of a sas program?

1260