/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance
2 4441Post New Eval Source Interview Questions
Explain synchronous and asynchronous operations?
What is the difference between program memory and data memory?
What is the operating system?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is the function of observerdll.dll ?
In SAP PI system, which tests you can perform under monitoring and configuration part?
What type of configuration is done in the country specific succession data model?
Explain the situation where you have applied SCD in your project?
What is the quickest sorting method to use?
What is toast notification?
What is the difference between less and sass?
What are the types of communication provided by jms? Explain in detail.
What do you mean by thread starvation?
Explain what are the uses of rollback segment?
Explain what three things do you consider to be the most important factors for a manager?