First, if you want to sum a bunch of variables within a case, look at the sum function, which can also use TO. For example
compute z = sum(var1 to var5)
To use TO, the variables need to be contiguous in the file.
Second, the variables need to be numeric. If they are strings but the strings represent numbers, you can change the variable types in the Data Editor Variable View or use the ALTER TYPE command to make them numbers.
You would never use variable labels in a computation. A label is the same for all cases, so this would never make sense.
Finally, these variable names are extremely long and rather difficult to work with. I suggest that you rename to have shorter names and use the question text as the variable label.
------------------------------
Jon Peck
------------------------------