how can u join the two tables without using proc sql Joins
and nested queries ?
Answer Posted / sai
we can join two tables by using merge statement and also by
using two SET statements .
data one;
set two;
set three;
run;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the special input delimiters used in sas programming.
what is sas metadata repository? : Sas-bi
Approximately what date is represented by the SAS date value of 730?
Which are the statements whose placement in the data step is critical?
Explain by-group processing?
How do you connect the desktop application to metadata server? : sas-grid-administration
What are the limitations for memory allocation for SAS variables
What Proc glm does?
why is a stop statement needed for the point=option on a set statement? : Sas programming
What is the role of sas grid administrator? : sas-grid-administration
how do the in= variables improve the capability of a merge? : Sas programming
How will you generate test data with no input data?
What versions of SAS have you used (on which platforms)?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
What are the special input delimiters used in SAS?