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

How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?

1154


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

815


Which are the statements whose placement in the data step is critical?

750


what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming

561


What is run-group processing?

612






what is the use of proc contents and proc print in sas? : Sas-administrator

597


Briefly explain input and put function?

617


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

601


What is program data vector (pdv) and what are its functions?

619


is data integration and etl programming is same? : Sas-di

568


explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

537


what is program data vector? : Sas-administrator

604


Which date function advances a date, time or datetime value by a given interval?

658


how can you put a "trace" in your program? : Sas programming

566


Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

686