what is the Population you used in your project, is it ITT
or PP?
No Answer is Posted For this Question
Be the First to Post Answer
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
What do you know about symput and symget?
my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?
Difference between SAS STATA & SPSS?
What are the statements in proc sql?
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.
Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT SAS Training in Data Management at InfoSchool Bangalore
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.
What is the difference between %local and %global?
i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers