Answer Posted / sowjanya
data one;
merge three(in=var1) two(in=var2);
by var;
if var1=1 and var2=1;
run;
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
what is hash files in sas and why we are using this one in sas?
how do you pull data from equifax?tell me the process?
what are _numeric_ and _character_ and what do they do? : Sas programming
explain about sas business intelligence? : Sas-bi
How to create an external dataset with sas code?
Describe crosslist option in tables statement?
what is the difference between floor and ceil functions in sas? : Sas-administrator
Difference between nodup and nodupkey options?
what is intially documentation in sas?
How do you debug and test your SAS programs?
explain about various caches available in data integrator? : Sas-di
What are common programming errors committed in sas
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
Explain why double trailing @@ is used in input statement?
For what purpose would you use the RETAIN statement?