I have a set of variables, generated using the separate command with the shortlabel option. The variable labels are shown below. What I want to do, in an automated fashion, is delete the string "student_ethnicity == " from every variable label. Thanks for any suggestions....
storage display value
variable name type format label variable label
----------------------------------------------------------------------------------------------------------------------------
z_score1 float %9.0g student_ethnicity == Asian
z_score2 float %9.0g student_ethnicity == Black
z_score3 float %9.0g student_ethnicity == Hispanic
z_score4 float %9.0g student_ethnicity == NativeAmer
z_score5 float %9.0g student_ethnicity == White
storage display value
variable name type format label variable label
----------------------------------------------------------------------------------------------------------------------------
z_score1 float %9.0g student_ethnicity == Asian
z_score2 float %9.0g student_ethnicity == Black
z_score3 float %9.0g student_ethnicity == Hispanic
z_score4 float %9.0g student_ethnicity == NativeAmer
z_score5 float %9.0g student_ethnicity == White
Comment