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 the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

585


What function CATX syntax does?

689


What is SAS informats?

633


Intern stastical programmer written test

282


explain the proc in sas? : Sas-administrator

618






What is PROC in SAS?

603


What are the features of base sas system?

609


What are SAS/ACCESS and SAS/CONNECT?

626


Explain the main difference between the sas procedures and functions? : Sas-administrator

537


Explain the difference between informat and format with an example.

680


How do you delete duplicate observations in sas?

573


Do you need to rearrange the order of the data for the report?

1830


In proc transpose and data step with arrays which one you pick?

2572


what is the primary data source for the wrs? : Sas-bi

650


What is the good sas programming practices for processing large data sets?

624