how do the in= variables improve the capability of a merge? : Sas programming
Give some examples where proc report’s defaults are same as proc print’s defaults?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
How does proc sql work?
If a variable contains only numbers, can it be a character data type?
Define run-group processing?
Describe the function and untility of the most difficult SAS macro that you have written.
How do you connect the desktop application to metadata server? : sas-grid-administration
how would you create multiple observations from a single observation? : Sas programming
What is the difference between one to one merge and match merge? Give an example.
I need level 2 to 5 sas using companies in india
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.
what is the primary data source for the wrs? : Sas-bi
describe about physical data integration? : Sas-di