Name statements that function at both compile and execution
time?
Answer Posted / vijay
options, title, footnote, run;
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How does the internal authentication work in sas? : sas-grid-administration
explain what is factor analysis? : Sas-administrator
what is information maps?
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 common programming errors committed in sas
Describe crosslist option in tables statement?
I need level 2 to 5 sas using companies in india
what do you mean by data staging area? : Sas-di
What areas of SAS are you most interested in?
For what purpose would you use the RETAIN statement?
Mention what is the difference between nodupkey and nodup options?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
explain about various caches available in data integrator? : Sas-di
what is sas application server? : Sas-di
What are the 3 components in sas programming?