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

What are the statements in proc sql?

593


what can you learn from the sas log when debugging? : Sas programming

610


what is ae onset date n what is RDS

1939


what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake

1917


What are the different operating system platforms in which we can use sas? : sas-grid-administration

591






what are _numeric_ and _character_ and what do they do? : Sas programming

676


how will you locate the sas platform applications? : Sas-bi

586


what is star schema? : Sas-di

647


What is Linear Regression?

687


Are you involved in writing the inferential analysis plan? Tables specifications?

3480


How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?

1944


why a stop statement is needed for the point= option on a set statement?

625


how will you location sas platform applications available from web browser? : Sas-bi

544


How to create a permanent sas data set?

678


what is the primary data source for the wrs? : Sas-bi

659