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


Please Help Members By Posting Answers For Below Questions

List down the reasons for choosing sas over other data analytics tools.

1052


Mention the validation tools used in SAS?

868


what is metadata? : Sas-bi

805


How would you define the end of a macro? : sas-macro

858


what is hierarchy flattening? : Sas-di

845


what is study design in while working with SAS? what are screening variables in SAS?

1923


What is the difference between one to one merge and match merge? Give an example.

824


What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?

2302


how do you test for missing values? : Sas programming

794


what is the basic structure sas administrator? : Sas-administrator

797


Mention some common errors that are usually committed in sas programming.

822


what is enterprise guide? What is the use of it? : Sas programming

765


what is the purpose of _error_? : Sas programming

865


what is the difference between floor and ceil functions in sas? : Sas-administrator

944


What is a macro routine?

2356