title Postal codes by federal ridings file (PDFR) subtitle SPSS commands by L Ruus, UT/DLS, 01/2002 file handle in / inpipe 'zcat /datalibrary/datalib/cstdli/pcfr/pcfr_nov01/pcfrnat_nov01.txt.Z' / lrecl=123 data list file=in / postcode 1-6 (a) rp 7-8 fed96 9-11 fedname 12-67 (a) fednom 68-123 (a) 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)' execute finish