Hi everyone, I'm using SAS for the very first time and it would be much appreciated if any of you could help me a favour. Basically I have the data A as shown below here : So I would like to get the final result (TOTAL column) as shown below, where TOTAL = cumulative + OS - 10 , e.g -7 = 2+1-10 and -2 = 6+2-10 . So I would like to know is there a way to compute the final result like below using SAS?
... View more