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
Why and when do you use proc sql?
Explain by-group processing?
What is the difference between where and if statement?
How do you define proc in sas? : sas-grid-administration
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
Differentiate input and infile.
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
what is SAS OPTIMIZATION?
In ARRAY processing, what does the DIM function do?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
Briefly explain input and put function?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
what is the effect of the options statement errors=1? : Sas programming
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
how do you test for missing values? : Sas programming