After more trying and utilizing some of this syntax, I give up. :)
This is my other problem - I had tried this with syntax recoding and through the program functions.
Recoding four Likert variables into one index -
I want to combine the responses to four questions into one index, with responses from 1-5.
Essentially, I am adding the response of each category for each question together.
Numeric NewVariable (F8.4).
RECODE OldA OldB Old13D OldG (1=1)(2=2)(3=3)(4=4)(5=5)(SYSMIS=SYSMIS) into NewVariable.
I get this...
>Error # 4672
>The number of variables to be recoded does not match the number of variables
>following the keyword INTO.
>Execution of this command stops.
I also tried writing the syntax with compute... but still not getting what I need.
Clearly, I do not know what I am doing. :)
------------------------------
A MC
------------------------------