Answer Posted / name is no need
arai uselessfelow why are you dropping these type of
answers.how can a person knows how many types of merges are
there?
please don't drop the wrong answers.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is SAS? What are the functions does it performs?
Differentiate between proc means and proc summary.
For clinical entire study how many tables will create approx?
Explain what is the use of proc gplot?
What are pdv and it functions?
Explain how you can debug and test your SAS program?
what is slowly changing dimension? : Sas-di
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.
Given an unsorted data set, how to read the last observation to a new data set?
Difference between sum function and using “+” operator?
what is proc Index? and what is proc document?
how many types prompting framework can be broken down to? : Sas-bi
Mention what is SAS data set?
what is star schema? : Sas-di
What are types of transport files?