Deleting Value Labels in SPSS
问题 I imported data from survey monkey into spss and survey monkey automatically assigns values and value labels. My values and labels are currently something like this: 1 "Married" 2 "Single" 3 "777" 4 "999" I re-coded variables so that 3=777 and 4=999. Then I set 777 and 999 to missing. I then used ADD VALUE LABELS to add the 777= "Refused" and 999= "Don't know". How do I use syntax to delete the Value and Value Labels for 3 and 4? These are no longer true since I re-coded values 3 and 4. I