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 hierarchy flattening? : Sas-di
Explain the difference between informat and format with an example.
What is the work of tranwrd function?
how does sas handle missing values in procs? : Sas programming
Have you ever used the SAS Debugger?
what is the difference between infile and input? : Sas-administrator
what is function of retain statment
What can you learn from the SAS log when debugging?
What Proc glm does?
which date functions advances a date time or date/time value by a given interval? : Sas programming
how can you import .csv file in to sas? : Sas programming
How would you define the end of a macro?
Difference between nodup and nodupkey options?
how many types of prompts are there? : Sas-bi
Name any two sas spawners? : sas-grid-administration