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
What is the maximum and minimum length of macro variable
What commands are used in the case of including or excluding any specific variables in the data set?
What is the difference between order and group variable in proc report?
What is the command used to find missing values?
What is the basic structure of a sas program?
What are the features of SAS?
What are the functions which are used for character handling functions?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What is the difference between the proc sql and data step?
How to convert a numeric variable to a character variable?
What is a put statement?
How would you define the end of a macro? : sas-macro
What are the different operating system platforms in which we can use sas? : sas-grid-administration
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What is SAS?