* Location of Rape. GET FILE='Directory\Path\Incident 1999.sav'. SELECT IF (msioff = 110). RECODE inc_loc (20 = 1) (2,3,5,7,8,9,12,17,21,23,24 = 2) (13,18 = 3) (14,22 = 4) (10,16 = 5) (else = 6)into location. VARIABLE LABELS location 'Location'. VALUE LABELS location 1 'Residence' 2 'Commercial Bldg' 3 'Hwy/Road/Garage' 4 'Hotel/Motel/School' 5 'Park/Field/Lake' 6 'Other/Unknown'. GRAPH /PIE=PCT BY location /MISSING=REPORT /TEMPLATE='Directory\Path\Table7 template.sct' /TITLE= 'Location of Rape'.