what are methods to identify duplicate observations?
Answer Posted / ramesh sas trainar in stg
1.Proc Sort
2.Proc SQL Distinct
3.first.byvariable
4.last.byvariable
5.proc freq
6.Proc SQL unique
7.merge Statement
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Describe crosslist option in tables statement?
Give e an example of..
Explain the purpose of retain statement.
Are you involved in writing the inferential analysis plan? Tables specifications?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
How would you define the end of a macro? : sas-macro
How do you convert basic cube to transaction cube and transaction cube to basic cube?
explain about data integrator metadata reports? : Sas-di
How to limit decimal places for variable using proc means?
What do you know about symput and symget?
How to create a permanent sas data set?
What is the SAS data set?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What are the ways in which macro variables can be created in sas programming?
What are the five ways to do a table lookup in sas? : sas-grid-administration