Explain the use of proc gplot? : sas-grid-administration
Explain the purpose of substr functions in sas programming.
What is the SAS data set?
Describe the function and utility of the most difficult SAS macro that you have written?
for whom is sas data integration studio designed? : Sas-di
What does P-value signify about the statistical data?
how many types prompting framework can be broken down to? : Sas-bi
What are the table names in oracle database...?
How would you identify a macro variable?
what r the job openings SAS for fresher graduates !
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 is the difference between match merge and one to one merge?
what are validation tools that are used in sas? : Sas-administrator
What do you know about sas data set?
What makes sas stand out to be the best over other data analytics tools?