how do we get duplicate observations in a separate dataset?
Answer Posted / rajaanku11
proc sql;
create table dup_obs as (
select * from <lib>.<dsn>
group by <dup var>,<list of other vars>
having count(*)>1 )
quit;
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Explain translate function?
Mention common programming errors committed in sas ?
Mention sas system options to debug sas macros.
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
What are the difference between ceil and floor functions in sas?
How long can a macro variable be? A token? : sas-macro
AE datasets names? how many types?
how do you test for missing values? : Sas programming
explain what is data set in sas? : Sas-administrator
what are sas/access and sas/connect? : Sas programming
What are the ways to do a “table lookup” in sas?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
explain the use of % includes a statement in sas? : Sas-administrator
What is the work of tranwrd function?
what are the scrubbing procedures in sas? : Sas programming