how to display duplicated observations in a data using base
sas.
Answer Posted / pranitha patel
By using dupout option...
Proc sort data = X out = Xclean
Dupout = X dups nodupkey :
By variable :
Run:
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how many types prompting framework can be broken down to? : Sas-bi
why is sas considered self-documenting? : Sas programming
how does sas handle missing values in assignment statements? : Sas programming
what are the scrubbing procedures in sas? : Sas programming
what is proc Index? and what is proc document?
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
explain about sas business intelligence? : Sas-bi
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what is sas metadata server? : Sas-di
how to change the execute of macro
What is the differnce between SDTM 3.1.2 to 3.1.1 version
why is sas data integration studio important? : Sas-di
Why and when do you use proc sql?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What are the limitations for memory allocation for SAS variables