I have searched wide and far, but can't seem to find a problem matching mine. How do I combine values from different variables that have the same value labels?

I essentially just want to combine these value labels in one row with all the phenotypes.
Code:
* Example generated by -dataex-. For more info, type help dataex clear input long Diagnosis1 byte(hp1_f_notype hp2_f_notype hp3_f_notype) 1 . . . 2 2 1 3 1 5 . . 2 5 . . 2 5 . . 1 5 . . 1 3 2 5 1 99 . . 1 2 . . 1 5 . . end label values Diagnosis1 Diagnosis1 label def Diagnosis1 1 "IIH", modify label def Diagnosis1 2 "none-IIH", modify label values hp1_f_notype Phenotype label values hp2_f_notype Phenotype label values hp3_f_notype Phenotype label def Phenotype 2 "Migraine with aura", modify label def Phenotype 3 "Tension headache", modify label def Phenotype 5 "Other", modify label def Phenotype 99 "Don't know", modify label def Phenotype 1 "Migraine without aura", modify
I essentially just want to combine these value labels in one row with all the phenotypes.
Comment