how to display duplicated observations in a data using base
sas.

Answer Posted / manoj

Dupout Option
It is available on V9.1 onwards.

proc sort data=demo dupout=demo1 out=demo3 nodupkey;
by var1;
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 is data access? : Sas-di

609


How will you use the WHO Drug Dictionary for Reporting Clinical Trials?

1886


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?

1166


What are the differences between sum function and using “+” operator?

579


What do the mod and int function do? : Sas programming

586






Differentiate between sas functions and sas procedures.

645


If a variable contains only numbers, can it be a character data type?

616


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

606


Mention few capabilities of sas framework.

696


what is sas olap server? : Sas-di

689


how do you pull data from equifax?tell me the process?

1382


Difference between sum function and using “+” operator?

604


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

655


How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?

1946


what is the difference between unique key and primary key? : Sas-di

599