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

Explain proc univariate?

788


What are all the problems you faced while validating tables and reports?

3223


what is the use of proc sql? : Sas programming

778


How to create a permanent sas data set?

860


What can you learn from the SAS log when debugging?

1109


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

759


what is transformation in sas data integration? : Sas-di

756


What is connection profile? : sas-grid-administration

884


What are the special input delimiters used in SAS?

860


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

1840


how could you generate test data with no input data? : Sas programming

874


What are the advantages of using sas?

849


What is the command used to find missing values?

790


describe about metadata object? : Sas-di

811


name the scheduler for scheduling job and explain the scheduler? : Sas-di

805