// JOB /*SERVICE ? /*ROUTE PRINT RMT402 // EXEC SPSSX //IN DD DSN= //OUT DD DSN= //SYSIN DD * TITLE Geography tape file - 1991 DATA LIST FILE=IN RECORDS=1/ PROV 1 - 2 FED 3 - 5 EA 6 - 8 CDCODE 9 - 10 CSD 11 - 13 CSFPOP91 14 - 20 CCS 21 - 23 CMACA 24 - 26 CMATYPE 27 - 27 (A) PCMAPCAC 28 - 30 PCMATYPE 31 - 31 (A) CMAPART 32 - 32 CMAPOP91 33 - 39 (A) CTCODE 40 - 43 CTNAME 44 - 50 ( 2 ) SPRCODE 51 - 52 URCODE 53 - 56 URFPOP91 57 - 63 (A) EAFPOP91 64 - 67 EAFPOD91 68 - 70 EAIRFL91 71 - 71 (A) EAZONE 72 - 73 EAXCOORD 74 - 79 EAYCOORD 80 - 86 LATITUDE 87 - 95 ( 6 ) LONGIT 96 - 105 ( 6 ) LAMBERTX 106 - 117 LAMBERTY 118 - 129 NTSMAPNO 130 - 138 (A) FEDNAME 139 - 188 (A) CDNAME 189 - 238 (A) CSDNAME 239 - 288 (A) CSDTYPE 289 - 291 (A) CCNAME 292 - 341 (A) CMANAME 342 - 391 (A) PCMANAME 392 - 441 (A) URNAME 442 - 491 (A) VARIABLE LABELS PROV 'Province code' FED 'Federal electoral district code - 1987 rep. order' EA 'Enumeration area code - 1991' CDCODE 'Census division code - 1991' CSD 'Census subdivision code - 1991' CSFPOP91 'Census subdivision final population - 1991' CCS 'Census consolidated subdivision code - 1991' CMACA 'Census metropolitan area/census agglomeration code' CMATYPE 'Census metropolitan area/census agglomeration type' PCMAPCAC 'Primary CMA/primary CA code' PCMATYPE 'Primary CMA/primary CA type' CMAPART 'CMA part flag (identifying if EA belongs to:)' CMAPOP91 'CMA/CA final population - 1991' CTCODE 'Census tract code' CTNAME 'Census tract name' SPRCODE 'Sub-provincial code' URCODE 'Urban area code' URFPOP91 'Urban area final population - 1991' EAFPOP91 'Enumeration area final population - 1991' EAFPOD91 'Enumeration area final occupied dwellings - 1991' EAIRFL91 'Enumeration area Indian reserve refusal flag' EAZONE 'EA geographic representative point - UTM zone' EAXCOORD 'EA geographic representative point - UTM X coord.' EAYCOORD 'EA geographic representative point - UTM Y coord.' LATITUDE 'EA geographic representative point - latitude' LONGIT 'EA geographic representative point - longitude' LAMBERTX 'EA Lambert X coordinate' LAMBERTY 'EA Lambert Y coordinate' NTSMAPNO 'National topographic system map id number (NNNNANN' FEDNAME 'Federal electoral district name - 1987 rep. order' CDNAME 'Census division name' CSDNAME 'Census subdivision name - 1991' CSDTYPE 'Census subdivision type' CCNAME 'Census consolidated subdivision name - 1991' CMANAME 'Census metropolitan area/census agglomeration name' PCMANAME 'Primary CMA/primary CA name' URNAME 'Urban area name' VALUE LABELS 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 'Northwest Territories' / CMATYPE 'A' 'consolidated CMA' 'B' 'regular CMA' 'C' 'consolidated CA' 'D' 'regular CA' / PCMATYPE 'A' 'PCMA' 'C' 'PCA' / CMAPART 1 'urbanized core of CMA/CA/PCMA' 2 'urbanized fringe of CMA/CA/PCM' 3 'rural fringe of CMA/CA/PCMA' 4 'urban area outside a CMA/CA' 5 'rural area' / URCODE 0 'EA located outside urban area' / EAIRFL91 '*' 'refused' / CSDTYPE 'BOR' 'borough' 'C' 'city' 'CM' 'county (municipality)' 'COM' 'community' 'CT' 'canton (municipalite de)' 'CU' 'cantons unis (municipalite de)' 'DM' 'district municipality' 'HAM' 'hamlet' 'ID' 'improvement district' 'IGD' 'Indian government district' 'LGD' 'local government district' 'LOT' 'township and royalty' 'MD' 'municipal district' 'NH' 'northern hamlet' 'NV' 'northern village' 'P' 'paroisse (municipalite de)' 'PAR' 'parish' 'R' 'Indian reserve' 'RM' 'rural municipality' 'RV' 'resort village' 'SA' 'special area' 'SCM' 'subdiv. of county municipality' 'SD' 'sans designation (municipalte)' 'S-E' 'Indian settlement' 'SET' 'settlement' 'SRD' 'subdiv. of regional district' 'SUN' 'subdiv. of unorganized' 'SV' 'summer village' 'T' 'town' 'TP' 'township' 'TR' 'terres reservees' 'UNO' 'unorganized' 'V' 'ville' 'VC' 'village cri' 'VK' 'village naskapi' 'VL' 'village' 'VN' 'village nordique' / SAVE OUTFILE=OUT FINISH