How would you combine 3 or more tables with different
structures?
Answer Posted / venu
join concept use to combine 3 or more tables with different
structures
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How many data types are there in SAS?
Name few SAS functions?
what is sas enterprise intelligence architecture? : Sas-bi
how would you determine the number of missing or nonmissing values in computations? : Sas programming
explain about data integrator metadata reports? : Sas-di
where to use sas business intelligence? : Sas-bi
What is the function of Stop statement in a SAS Program?
why is a stop statement needed for the point=option on a set statement? : Sas programming
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
What are the data types does SAS contain?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What is data _null_?
What is the basic structure of the SAS base program?
how do the in= variables improve the capability of a merge? : Sas programming
what are some differences between proc summary and proc means? : Sas programming