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
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What is a pdv and what are its functions?
How long can a macro variable be? A token? : sas-macro
What do the mod and int function do? : Sas programming
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
What is the difference between match merge and one to one merge?
What Proc glm does?
what is sas application server? : Sas-di
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
explain the key concept of sas? : Sas-administrator
This entry was posted in General. Bookmark the permalink. Post a comment or leave
What is Linear Regression?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
what has been your most common programming mistake? : Sas programming