how to write code for left outer join in SAs using datastep?
Answer Posted / vk
Data Left_outer;
set data1(in=x) data2(in=y);
if x=0 and y=1;
run;
Is This Answer Correct ? | 9 Yes | 12 No |
Post New Answer View All Answers
List down the reasons for choosing sas over other data analytics tools.
Mention the validation tools used in SAS?
what is metadata? : Sas-bi
How would you define the end of a macro? : sas-macro
what is hierarchy flattening? : Sas-di
what is study design in while working with SAS? what are screening variables in SAS?
What is the difference between one to one merge and match merge? Give an example.
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
how do you test for missing values? : Sas programming
what is the basic structure sas administrator? : Sas-administrator
Mention some common errors that are usually committed in sas programming.
what is enterprise guide? What is the use of it? : Sas programming
what is the purpose of _error_? : Sas programming
what is the difference between floor and ceil functions in sas? : Sas-administrator
What is a macro routine?