how to write code for left outer join in SAs using datastep?

Answer Posted / aniruddha

Data left_outer;
merge emp(in=a) dept(in=b);
by deptno;
if a=1 and b=0;
run;

Is This Answer Correct ?    22 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

name the scheduler for scheduling job and explain the scheduler? : Sas-di

594


Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager

1612


What is the different between functions and PROCs that calculate the same simple descriptive statistics?

1229


what is business intelligence? : Sas-bi

583


How to create a permanent sas data set?

678






if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...

944


What is the function of Stop statement in a SAS Program?

645


Explain the main difference between the sas procedures and functions? : Sas-administrator

539


Of all your work, where have you been the most successful?

4203


Explain how merging helps to combine data sets.

618


What commands are used in the case of including or excluding any specific variables in the data set?

594


What sas features do you use to check errors and data validation?

693


What is by-group processing?

576


what is function of retain statment

1522


What is your favorite all time computer book? Why?

2050