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
Explain proc univariate?
What are all the problems you faced while validating tables and reports?
what is the use of proc sql? : Sas programming
How to create a permanent sas data set?
What can you learn from the SAS log when debugging?
Explain the main difference between the sas procedures and functions? : Sas-administrator
what is transformation in sas data integration? : Sas-di
What is connection profile? : sas-grid-administration
What are the special input delimiters used in SAS?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
how could you generate test data with no input data? : Sas programming
What are the advantages of using sas?
What is the command used to find missing values?
describe about metadata object? : Sas-di
name the scheduler for scheduling job and explain the scheduler? : Sas-di