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 SAS data set?
what is the Population you used in your project, is it ITT or PP?
What commands are used in the case of including or excluding any specific variables in the data set?
what is sas and what are the functions? : Sas-administrator
What are the differences between sum function and using “+” operator?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
what is enterprise guide? What is the use of it? : Sas programming
do you prefer proc report or proc tabulate? Why? : Sas programming
What are types of transport files?
explain what is factor analysis? : Sas-administrator
what is SAS OPTIMIZATION?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
how the sas basic syntax style described? : Sas-administrator
What are the default statistics that proc means produce?
Describe the function and untility of the most difficult SAS macro that you have written.