/*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 4359Post New Eval Source SAS Interview Questions
Is web application testing different from desktop application testing? Explain how.
Briefly explain the term gravity
What is a managed webserver?
How to create pz, px, py properties?
How to apply job on OS Level?
What are storage attributes of records?
What are the differences between sap memory and abap memory?
What according to you is the difference between mysql and sql server performance?
how to create default-instance summary page?
How cable from Kit-Kat to main switch, from starter to motor are designed?
How do I move files to my d drive?
Does the scope of an xml namespace declaration include the element it is declared on?
When would you suggest a patient to have a mammography done?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
What does mappedby mean in hibernate?