/*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 4245Post New Eval Source Interview Questions
Can you replace windows with linux?
What is the difference between a value table and a check table?
What are pioneer species? What is the role of the pioneer species?
What are the services cloudera providing?
What are the 4 main oop principles?
What are the benefits of joomla?
What is Record-at-a-time?
Tell me how many moons does saturn have?
Hi my program is accesing data from two db2 databases.what is the bind card for this program to genarate plan? how to specify the two owners and two qualifiers in bind card
How does el search for an attribute?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
How do I import an access database into excel 2016?
Have you written test plan?
How to find/know service pack in windows xp?
explain msmq integration binding? : Wcf data services