How would you delete observations with duplicate keys?
Answer Posted / serena
proc sort data= nodupkeys;
by variable;
run;
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
how do you want missing values handled? : Sas programming
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
What are the 3 components in sas programming?
Define run-group processing?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
Why double trailing @@ is used in input statement?
Are you involved in writing the inferential analysis plan? Tables specfications?
Describe a time when you were really stuck on a problem and how you solved it?
Differentiate between format and informat? : sas-grid-administration
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
what is sas and what are the functions? : Sas-administrator
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
where to use sas business intelligence? : Sas-bi
explain about data integrator metadata reports? : Sas-di
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming