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 do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming

914


What is a pdv and what are its functions?

795


How long can a macro variable be? A token? : sas-macro

938


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

827


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

824


What is the difference between match merge and one to one merge?

920


What Proc glm does?

841


what is sas application server? : Sas-di

734


how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5

1874


explain the key concept of sas? : Sas-administrator

752


This entry was posted in General. Bookmark the permalink. Post a comment or leave

4340


What is Linear Regression?

890


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

811


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

1852


what has been your most common programming mistake? : Sas programming

801