// JOB /*SERVICE ? /*ROUTE PRINT RMT402 // EXEC SPSSX //IN DD DSN= //OUT DD DSN= //SYSIN DD * TITLE Block-face data file, 1991. Statistics Canada ed. DATA LIST FILE=IN RECORDS=1/ STNAME 1 - 20 (A) STTYPE 21 - 22 (A) STDIR 23 - 24 (A) ADDFROM 25 - 29 (A) ADDTO 30 - 34 (A) UTMNO 35 - 36 UTM-X 37 - 42 UTM-Y 43 - 49 LINKFLAG 50 - 50 POP91 51 - 54 DWEL91 55 - 58 PROV 59 - 60 FED 61 - 63 EA 64 - 66 CD 67 - 68 CSD 69 - 71 CMACA 72 - 74 CT 75 - 81 ( 2 ) VARIABLE LABELS STNAME 'Street name' STTYPE 'Street type' STDIR 'Street direction' ADDFROM 'Address from' ADDTO 'Address to' UTMNO 'UTM zone number of representative point' UTM-X 'UTM x-coordinate of representative point' UTM-Y 'UTM y-coordinate of representative point' LINKFLAG 'Population/dwelling linkage flag' POP91 'Population count, 1991' DWEL91 'Dwelling count, 1991' PROV 'Province/territory code' FED 'Federal electoral district code' EA 'Enumeration area code' CD 'Census division code' CSD 'Census subdivision code' CMACA 'Census metropolitan area/census agglomeration code' CT 'Census tract/provincial census tract name' VALUE LABELS STTYPE 'AL' 'alley/allee' 'AU' 'autoroute' 'AV' 'avenue' 'BA' 'bay' 'BP' 'by pass' 'BV' 'boulevard' 'CA' 'carre' 'CH' 'chemin' 'CL' 'circle/cercle' 'CN' 'concession' 'CO' 'cote' 'CR' 'crescent/croissant' 'CS' 'close' 'CT' 'court/cour' 'DR' 'drive' 'GN' 'garden' 'GR' 'green' 'GT' 'gate' 'GV' 'grove' 'HL' 'hill' 'HT' 'heights' 'HY' 'highway' 'JA' 'jardin' 'LI' 'line' 'LK' 'link' 'LN' 'lane' 'ME' 'mews' 'MO' 'montee' 'PL' 'place' 'PM' 'promenade' 'PR' 'park/parc' 'PU' 'plateau' 'PY' 'parkway' 'RD' 'road' 'RG' 'rang' 'RI' 'rise' 'RL' 'ruelle' 'RO' 'route' 'RU' 'rue' 'RW' 'row' 'SQ' 'square' 'ST' 'street' 'TL' 'trail' 'TR' 'terrace/terrasse' 'VW' 'view' 'WK' 'walk' 'WY' 'way' / STDIR 'N' 'north/nord' 'S' 'south/sud' 'E' 'east/est' 'W' 'west' 'O' 'oest' 'NE' 'north-east/nord-est' 'NW' 'north-west' 'NO' 'nord-ouest' 'SE' 'south-east/sud-est' 'SW' 'south-west' 'SO' 'sud-ouest' / LINKFLAG 1 'block-face' 2 'enumeration area' / PROV 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 'Norwest Territories' / SAVE OUTFILE=OUT EXECUTE