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
Difference between informat and format?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is the difference between order and group variable in proc report?
what is sas and what are the functions? : Sas-administrator
explain the difference between proc means and proc summary?
explain the proc in sas? : Sas-administrator
What are symget and symput? : sas-macro
What was the last computer book you purchased? Why?
How to read an input file in sas?
what are sas/access and sas/connect? : Sas programming
what are sas bi dashboard components? : Sas-bi
If you could design your ideal job, what would it look like?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
what is factor analysis? : Sas-administrator
How to create list output for cross-tabulations in proc freq?