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 display duplicated observations in a data using base
sas.

Answer Posted / pratik

By using Dopout option we can display duplicate observation.
Proc sort data=datasetname1 nodupkey dopout=datasetname2;
by varaible.
run;
proc print data=datasetname2;
run;

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How we can call macros with in data step? : sas-macro

1176


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

2108


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

1252


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

1403


If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro

1120


Describe crosslist option in tables statement?

1265


how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

1074


what has been your most common programming mistake? : Sas programming

1186


Name few SAS functions?

1147


Differentiate input and infile.

1150


What is the purpose of trailing @ and @@? How do you use them?

1088


How necessary is it to be creative in your work?

2526


What is the difference between match merge and one to one merge?

1316


Explain proc sort?

1176


Difference between informat and format?

1143