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
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What are the features of base sas system?
How substr function works in sas?
How we can call macros with in data step? : sas-macro
what is information maps?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Intern stastical programmer written test
what are the types of interactive display types? : Sas-bi
how does sas handle missing values in sort order? : Sas programming
what are _numeric_ and _character_ and what do they do? : Sas programming
how does sas handle missing values in assignment statements? : Sas programming
what has been your most common programming mistake? : Sas programming
How to create a permanent sas data set?
What do you know about symput and symget?
Describe the function and untility of the most difficult SAS macro that you have written.