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
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Have you ever used the SAS Debugger?
What will calendar procedure do?
how do you pull data from equifax?tell me the process?
Mention how to limit decimal places for the variable using proc means?
What is the difference between reading data from an external file and reading data from an existing data set?
what is factor analysis? : Sas-administrator
what is metadata? : Sas-bi
which features do you use to check the data validations and errors? : Sas-administrator
What do you code to create a macro? : sas-macro
What is the difference between %put and symbolgen? : sas-macro
Do you need to know if there are any missing values?
How sas treats the dsd delimiters?
what is sas data set?