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
explain the proc in sas? : Sas-administrator
What do you know about sas and what we do? : sas-grid-administration
What is the use of function Proc summary?
: and & modifiers.
What is the use of the %include statement?
What would you change about your job?
what is the difference between floor and ceil functions in sas? : Sas-administrator
how does sas handle missing values in a merge? : Sas programming
Mention common programming errors committed in sas ?
What function CATX syntax does?
What is your favorite all time computer book? Why?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Can you execute macro within another macro? : sas-macro
What is the basic structure of the SAS base program?