how can u join the two tables without using proc sql Joins
and nested queries ?
Answer Posted / kumarravi111
we can use Merge and set statements to join the tables in
Data step
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
Where do you use proc means over proc freq?
what is null hypothesis? why do you consider that?
How to create a permanent sas data set?
What is SAS?
what is intially documentation in sas?
Explain the main difference between the sas procedures and functions? : Sas-administrator
how many types prompting framework can be broken down to? : Sas-bi
Describe 5 ways to do a “table lookup” in SAS?
Describe the function and untility of the most difficult SAS macro that you have written.
what is hash files in sas and why we are using this one in sas?
Explain substr function?
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.
Describe the ways in which you can create macro variables?
Explain the difference between nodup and nodupkey options?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com