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
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Hi, If anyone has base SAS certification dumps, please share.
What is the difference between SAS functions and procedures?
what are the types of interactive display types? : Sas-bi
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
Have you used macros? For what purpose you have used? : sas-macro
What is the difference between class statement and by statement in proc means?
how do the in= variables improve the capability of a merge? : Sas programming
how do you test for missing values? : Sas programming
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
what is intially documentation in sas?
what has been your most common programming mistake? : Sas programming
how do you pull data from equifax?tell me the process?
What are the difference between sas functions and procedures?
What are the new features included in the new version of SAS Programming Language?