I am currently using SPSS to process my data. eg. I have data like
V1 V2 V3
258 235
236 567
123 987
576 234
678 456
for the values of V3, I wanna compute the case of V1 minus the former case of V2 they are 236-235, 123-567, 576-987, 678-234
Because I have more than one million data , and I wanna do a loop compute
so how should I write in Syntax? Thank you!
COMPUTE C12 = V1 - V2.do what you want, or are you asking something else? - Andy W