*First, we need to identify the victims of incest IF (v_off1 = '36A' | v_off2 = '36A' | v_off3 = '36A' | v_off4 = '36A' | v_off5 = '36A' | v_off6 = '36A' | v_off7 = '36A' | v_off8 = '36A' | v_off9 = '36A' | v_off10 = '36A') incest = 1 . EXECUTE . FILTER OFF. USE ALL. SELECT IF(incest = 1). EXECUTE . *Now we'll create the table value labels ovr1 ovr2 ovr3 ovr4 ovr5 ovr6 ovr7 ovr8 ovr9 ovr10 'SE' 'Victim was Spouse' 'CS' 'Victim was Common-Law Spouse' 'PA' 'Victim was Parent' 'SB' 'Victim was Sibling' 'CH' 'Victim was Child' 'GP' 'Victim was Grandparent' 'GC' 'Victim was Grandchild' 'IL' 'Victim was In-Law' 'SP' 'Victim was Stepparent' 'SC' 'Victim was Stepchild' 'SS' 'Victim was Stepsibling' 'OF' 'Victim was Other Family Member' 'AQ' 'Victim was Acquaintance' 'FR' 'Victim was Friend' 'NE' 'Victim was Neighbor' 'BE' 'Victim was Babysittee' 'BG' 'Victim was Boyfriend/Girlfriend' 'CF' 'Victim was Child of Boy/Girlfriend' 'HR' 'Homosexual Relationship' 'XS' 'Victim was Ex-Spouse' 'EE' 'Victim was Employee' 'ER' 'Victim was Employer' 'OK' 'Victim was Otherwise Known' 'RU' 'Relationship Unknown' 'ST' 'Victim was Stranger' 'VO' 'Victim was Offender'. FREQUENCIES VARIABLES=ovr1 ovr2 ovr3 ovr4 ovr5 ovr6 ovr7 ovr8 /ORDER= ANALYSIS .