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 / pranitha patel

By using dupout option...
Proc sort data = X out = Xclean
Dupout = X dups nodupkey :
By variable :
Run:

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the order of application for output data set options, input data set options and SAS statements?

1619


List down the reasons for choosing sas over other data analytics tools.

1330


What are the data types does SAS contain?

1168


What is the maximum length of the macro variable? : sas-macro

1153


What are the difficulties u faced while doing vital signs table or dataset?

2448


This entry was posted in General. Bookmark the permalink. Post a comment or leave

4626


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

1110


What is connection profile? : sas-grid-administration

1231


Explain the use of proc gplot? : sas-grid-administration

1042


Mention sas system options to debug sas macros.

1236


What is PROC in SAS?

1102


explain about data integrator metadata reports? : Sas-di

1165


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

1190


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

2554


To what type of programms have you used scratch macros?

2608