/*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 4290Post New Eval Source Interview Questions
What is maintenance view?
In MapReduce, ideally how many mappers should be configured on a slave?
What function are arguments available to express js route handlers?
What is a transactional process?
What is “call by reference” in python?
How can we align layers of an image relative to each other?
How do proxy server protect the computer network?
what is db2 restart?
what do version numbers in drupal mean?
How can i Relate Tables in SSIS
What is meant by the term super user?
How to calculate ESI Please define what include in basic salary and what should be excluded from basic salary
How do you use lookup?
What is Decryption Process ?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you