title PCCF, Nov. 2000, revised ed. with one record per postal code subtitle SPSS control commands by UT/DLS 04/2001 file handle in /inpipe 'zcat pccf_nat.dat.Z' / lrecl=190 data list file=in / POSTCODE 1 - 6 (a) RP 7 - 8 FED87 9 - 11 EA87 12 - 14 LAT 15 - 23 (6) LONG 24 - 34 (6) SLI 35 - 35 RP2 36 - 37 RP3 38 - 39 CD 40 - 41 CSDCODE 42 - 44 CSDNAME 45 - 101 (a) CSDTYPE 102 - 104 (a) CCS 105 - 107 CMA 108 - 110 CMATYPE 111 - 111 (a) PCMA 112 - 114 PCMATYPE 115 - 115 (a) CTNAME 116 - 122 ERCODE 123 - 124 DPL 125 - 127 RP4 128 - 129 FED96 130 - 132 RURBAN 133 - 133 RPF 134 - 134 PCT 135 - 135 COMMNAME 136 - 165 (a) DMT 166 - 166 (a) HDMT 167 - 167 (a) BIRTH 168 - 175 (a) RETIREYR 176 - 179 RETIREMO 180 - 181 RETIREDY 182 - 183 COUNT 184 - 190 variable labels postcode 'Postal code'/ rp 'Region and province (1987 representation order)' fed87 'Federal electoral district (1987 representation order)' ea87 'Enumeration area (1987 representation order)' lat 'Latitude' long 'Longitude' sli 'Single link indicator' rp2 'Region and province (1987 representation order)' rp3 'Region and province (1987 representation order)' cd 'Census division unique identifier' csdcode 'Census subdivision code' csdname 'Census subdivision name' csdtype 'Census subdivision type' ccs 'Census consolidated subdivision code' cma 'Census metropolitan area/census agglomeration code' cmatype 'Census metropolitan area/census agglomeration type' pcma 'Primary census metropolitan area/census agglomeration code' pcmatype 'Primary census metropolitan area/census agglomeration type' ctname 'Census tract name' ercode 'Economic region code' dpl 'Designated place code' rp4 'Region and province (1996 representation order)' fed96 'Federal electoral district (1996 representation order)' rurban 'Enumeration area urban/rural type' rpf 'Representative point flag' pct 'Postal code type' commname 'Community name' dmt 'Delivery mode type' hdmt 'Historical delivery mode type' birth 'Birth date' retireyr 'Retired date - year' retiremo 'Retired date - month' retiredy 'Retired date - day' count 'Count of postal code-enumeration area records' value labels rp rp2 rp3 rp4 10 'Newfoundland' 11 'Prince Edward Island' 12 'Nova Scotia' 13 'New Brunswick' 24 'Quebec' 35 'Ontario' 46 'Manitoba' 47 'Saskatchewan' 48 'Alberta' 59 'British Columbia' 60 'Yukon Territory' 61 'NWT' 62 'Nunavut' / sli 0 'additional record' 1 'best/only record' / cmatype 'A' 'consolidated CMA' 'B' 'regular CMA' 'C' 'consolidated CA' 'D' 'regular CA' / pcmatype 'E' 'PCMA' 'F' 'PCA' / rurban 1 'urban core' 2 'urban fringe' 3 'rural fringe' 4 'urban,outside CMA/CA' 5 'rural,outside CMA/CA' / rpf 1 'bf rep point,SNF' 2 'EA rep point,SNF' 3 'EA rep point,non-SNF' 4 'historic bf rep point' / pct 1 'street w carrier' 2 'street w route service' 3 'post office box' 4 'route service' 5 'general delivery' 0 'unknown' / frequencies variables=rp rp2 rp3 rp4 fed87 sli dmt hdmt descriptives lat long count execute finish