* vn97hhp sps . * Program to match 1997 household and person level data . ** This is a one-to-many match, so "table" must be used. ** There is one record for each household, but a varying . ** number of records of people within each household . ** The variable "commhh" uniquely identifies each household . ** First the portable files must be imported and saved to disk . ** Modify 'v:\New_matching_vietnam\Master_files\' to reflect the . ** path structure where you store the files. import file = 'v:\New_vls\public\vn97hh.por' . save outfile = 'v:\New_vls\public\vn97hh.sav' . import file = 'v:\New_vls\public\vn97per.por' . save outile = 'v:\New_vls\public\vn97per.sav' . match files table = 'v:\New_vls\public\vn97hh.sav' / file = 'v:\New_vls\public\vn97per.sav' / by commhh . execute .