how to write code for left outer join in SAs using datastep?
Answer Posted / lakshmi
data left_join;
merge data1(in=a) data2(in=b);
by subjid;
if a;
run;
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Describe a time when you were really stuck on a problem and how you solved it?
Compare sas with other data analytics tools.
How do you control the number of observations and/or variables read or written?
What is the use of divide function?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
What is the difference between input and infile statement?
Differentiate between ceil and floor functions.
Name few SAS functions?
To what type of programms have you used scratch macros?
Which are the statements whose placement in the data step is critical?
What are the difficulties u faced while doing vital signs table or dataset?
what is data access? : Sas-di
what is sas business intelligence? : Sas-bi
explain the proc in sas? : Sas-administrator
How can sas program be validated?