title Postal codes by federal ridings file (PDFR). subtitle SPSS commands by L Ruus, UT/DLS, 2007/10. file handle in / inpipe 'zcat /datalibrary/datalib/cstdli/pcfr/pcfr_nov01/pcfrnat_nov01.txt.Z' / lrecl=124. data list file=in / postcode 1-6 (a) rp 7-8 fed03 9-11 fedname 12-67 (a) fednom 68-123 (a) unique 124. variable labels postcode 'Postal code' rp 'Region and province' fed96 'Federal electoral district code (1996 representation order)' fedname 'Federal electoral district name (English language)' fednom 'Federal electoral district name (French language)' unique 'Unique link' . value labels unique 1 'postcode linked to 1 FED' 2 'postcode linked to 2 or more FEDs'. execute. finish.