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
Difference between sum function and using “+” operator?
do you need to know if there are any missing values? : Sas programming
What is SAS informats?
How do you use the do loop if you don’t know how many times you should execute the do loop?
Mention the category in which sas informats are placed?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
How would you invoke a macro? : sas-macro
What is the maximum length of the macro variable?
What is the function of Stop statement in a SAS Program?
Explain what Proc glm does?
what type of graphs we will create(for 2+years candidates)?
How can sas program be validated?
What is a macro routine?
What are the implications?
What is the function of output statement in a SAS Program?