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.
What are different implementations of JSF API?
What happens when we instantiate a .NET component ?
How C2C12 cells model for differentiation?
What is difference between string and string builder?
What is the shortcut key for slide show in ms power point?
Explain what is condition types?
How be the result set of mysql handled in php?
Mention some of the functions used in ember packages/ember run-time/lib and packages/ember metal/lib/utils.js ?
What is the maximum length for a file name in Linux?
A nationalized bank is also called as?
How to hide or show a div in angularjs?
What is Java Persistence API (JPA)?
Is java a compiler?
Explain the use of dde package in d2k.