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
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
what is enterprise guide? What is the use of it? : Sas programming
What is the sas data set? : sas-grid-administration
Differences between where and if statement?
describe how to adjust the performance of data integrator? : Sas-di
What is the role of administrative users? : sas-grid-administration
how are numeric and character missing values represented internally? : Sas programming
What are the scrubbing procedures in sas?
What are the default statistics that proc means produce?
What system options would you use to help debug a macro? : sas-macro
What is the work of tranwrd function?
How would you identify a macro variable? : sas-macro
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
it will become easy if uuu provide website linkssss and list of consultanciessssss
I have a dataset concat having a variable a b & c. How to rename a b to e & f?