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
How does proc sql work?
What is interleaving in SAS?
What is the SAS data set?
What areas of SAS are you most interested in?
What is a macro routine?
How we can create SAS USER DEFINED CODE?
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
Differentiate between ceil and floor functions.
what is sas and what are the functions? : Sas-administrator
what are the types of interactive display types? : Sas-bi
Which command is used to perform sorting in sas program?
what are the benefits of data integration? : Sas-di
what are the categories that sas informats are used to the place the data? : Sas-administrator
what is the difference between floor and ceil functions in sas? : Sas-administrator
What is the difference between class statement and by statement in proc means?