I suggest you review the SPSS help for the DATA LIST command. This indicates that variables for the command used in this example are bounded by spaces and that the variables for cases may be continued on separate lines or combined on one. Your post indicates that there are 6 variables per case, whereas there are 32 variables specified in your list. As 32 can not be divided by 6 with no remainder this suggests that the command is hoping for another 4 to complete the final case. You may find it easier just to add two more variables per line such that the variables for each case are contained on a single line.
HTH
Robert





Reply With Quote