/*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 4246Post New Eval Source SAS Interview Questions
you want to revert payroll run for one employee. How would you do that?
what steps or advice would you recommend for me to good an perpared for this type of career
What is XSLT data model?
Where is taskkill located?
What is dalvik virtual machine (dvm)?
What is a workbench and why is it required?
table actions available in oracle connector?
Do you know what is the use of bootstrap carousel plugin?
How do you add a page to wordpress?
What is session management in c#?
Tell me is there a way to detect if application is idle?
If the feeder rating is 7.5 kw or 10 HP star-delta feeder, MCCB is taken as 63 a, contactors-32 a, how much will be the OLR rating or which range OLR should be considered when we concern about type-2 coordination?
What are semi-random test cases?
What is the command dbcc checkdb used for?
can you create a function in c# which can accept varying number of arguments