// JOB /*SERVICE ? /*ROUTE PRINT RMT402 // EXEC SAS //SASLIB DD DSN= //IN DD DSN= //OUT DD DSN= //SYSIN DD * TITLE Census of Canada, 1986 : household public use microdata file; PROC FORMAT DDNAME=SASLIB; VALUE PROV 10 = 'Newfoundland' 11 = 'Prince Edward Is' 12 = 'Nova Scotia' 13 = 'New Brunswick' 24 = 'Quebec' 35 = 'Ontario' 46 = 'Manitoba' 47 = 'Saskatchewan' 48 = 'Alberta' 59 = 'British Columbia' 60 = 'Yukon, NWT' ; VALUE URBRU 1 = 'CMA or CA' 2 = 'Urban Area' 3 = 'Rural area' .A = 'Not applicable' ; VALUE CMAPUST 205 = 'Halifax' 408 = 'Chicoutimi-Jonqu' 421 = 'Quebec' 462 = 'Montreal' 505 = 'Ottawa-Hull' 532 = 'Oshawa' 535 = 'Toronto' 537 = 'Hamilton' 539 = 'St.Cath-Niagara' 541 = 'Kitchener' 555 = 'London' 559 = 'Windsor' 602 = 'Winnipeg' 705 = 'Regina' 725 = 'Saskatoon' 825 = 'Calgary' 835 = 'Edmonton' 933 = 'Vancouver' 935 = 'Victoria' 499 = 'Trois-Riv,Sherb' 599 = 'Sudbury,ThunderB' 000 = 'All other' ; VALUE HHINDA 0 = 'No persons 0-4' 1 = 'Odd # persons' 2 = 'Even # persons' ; VALUE HHINDB 0 = 'No persons 0-17' 1 = 'Odd # persons' 2 = 'Even # persons' ; VALUE HHPERA 0 = 'None' 1 = 'One' 2 = 'Two' 3 = '3+ persons' .A = 'Not available' ; VALUE HHPERB1 0 = 'None' 1 = 'One' 2 = 'Two' 3 = '3+ males' .A = 'Not available' ; VALUE HHPERB2 0 = 'None' 1 = 'One' 2 = 'Two' 3 = '3+ females' .A = 'Not available' ; VALUE HHPERD 0 = 'None' 1 = 'One' 2 = 'Two' 3 = '3+ persons' .A = 'Not available' ; VALUE HHPERE 0 = 'None' 1 = 'One' 2 = 'Two' 3 = 'Three' 4 = '3+ persons' .A = 'Not available' ; VALUE HHPERF 0 = 'None' 1 = 'One' 2 = 'Two' .A = 'Not available' ; VALUE HHPERG 0 = 'None' 1 = 'One' 2 = '2+ persons' .A = 'Not available' ; VALUE HHPERH 0 = 'None' 1 = 'One' 2 = '2+ persons' .A = 'Not available' ; VALUE HHSIZE 1 = 'One' 2 = 'Two' 3 = 'Three' 4 = 'Four' 5 = 'Five' 6 = 'Six' 7 = 'Seven' 8 = '8+ persons' ; VALUE HHCOMP 1 = 'Non-fam hhld,1 p' 2 = 'Non-fam hhld, 2+' 3 = '1-fam hhld,0 una' 4 = '1-fam hhld w una' 5 = 'Multi-fam hhld' ; VALUE HHNONFAM 0 = 'None' 1 = 'One' 2 = 'Two' 3 = '3+ persons' ; VALUE HHNUEF 0 = 'None' 1 = 'One economic fam' 2 = '2+ economic fams' ; VALUE HHNULDG 0 = 'None' 1 = 'One' 2 = '2+ lodgers' ; VALUE HHNUEMPI 0 = 'No recipients' 1 = 'One recipient' 2 = 'Two recipients' 3 = 'Three recipients' 4 = 'Four recipients' 5 = '5+ recipients' ; VALUE HHNUTOTI 0 = 'No recipients' 1 = 'One recipient' 2 = 'Two recipients' 3 = 'Three recipients' 4 = 'Four recipients' 5 = '5+ recipients' ; VALUE HHMSINC 1 = 'No income' 2 = 'Wages and salari' 3 = 'Self-employment' 4 = 'Government trans' 5 = 'Investment incom' 6 = 'Other income' ; VALUE HHEMPINC 0000000 = 'No income' 9999999 = 'Not applicable' ; VALUE DTYPEH 1 = 'Single-detached' 2 = 'Apt,5+ story bld' 3 = 'Apt,<5 story bld' 4 = 'Semi-detached' 5 = 'Apt in detached ' 6 = 'Row house' 7 = 'Other attached' 8 = 'Mobile and other' .A = 'Not available' ; VALUE BUILTH 1 = '1920 or before' 2 = '1921-1945' 3 = '1946-1960' 4 = '1961-1970' 5 = '1971-1975' 6 = '1976-1980' 7 = '1981-1986' ; VALUE TENURH 1 = 'Owned' 2 = 'Rented' ; VALUE MORG 1 = 'Yes' 2 = 'No' .A = 'Not applicable' ; VALUE RCONDH 1 = 'Condominium' 2 = 'Not condominium' .A = 'Not applicable' ; VALUE ROOM 01 = '1 room' 02 = '2 rooms' 03 = '3 rooms' 04 = '4 rooms' 05 = '5 rooms' 06 = '6 rooms' 07 = '7 rooms' 08 = '8 rooms' 09 = '9 rooms' 10 = '10 or more rooms' ; VALUE HEATH 1 = 'Steam/hot water' 2 = 'Forced hot air' 3 = 'Instlld electric' 4 = 'Oth elctc heatg' 5 = 'Heatng-cookng st' 6 = 'Fireplace, other' ; VALUE FUELHH 1 = 'Oil or kerosene' 2 = 'Piped or bottled' 3 = 'Electricity' 4 = 'Other fuel' ; VALUE VALUEH 019999 = '< $20,000' 200000 = '$200000 or more' .A = 'Not applicable' ; VALUE GROSRTH 0099 = '< $100' 1000 = '$1000 or more' .A = 'Not applicable' ; VALUE RENTH 000 = 'No cash rent' 800 = '$800 or more' .A = 'Not applicable' ; VALUE OMPH 0099 = 'Less than $100' 1100 = '$1100 or more' .A = 'Not applicable' ; VALUE MPPIT 0099 = '< $100' 1000 = '$1000 or more' .A = 'Not applicable' ; VALUE HMAGE 15 = 'Age 15-19' 85 = '85 yrs or more' ; VALUE HMSEX 1 = 'Male' 2 = 'Female' ; VALUE HMMARST 1 = 'Never married' 2 = 'Married-sp prsnt' 3 = 'Married-sp absnt' 4 = 'Separated' 5 = 'Divorced' 6 = 'Widowed' ; VALUE HMEFAMST 1 = 'Husband' 2 = 'Wife' 3 = 'Male lone parent' 4 = 'Female lone pare' 5 = 'Child' 6 = 'Other related' 7 = 'Unattached indiv' ; VALUE HMBIRTPL 1 = 'Born in prov' 2 = 'Born outside pro' 3 = 'Born outside Cnd' ; VALUE HMETHNIC 1 = 'All British orig' 2 = 'All French orig' 3 = 'Othr single orig' 4 = 'Brit&Fr mult org' 5 = 'Brit&Fr&oth mult' 6 = 'Oth multi origin' ; VALUE HMIMMIG .A = 'Non-immigrant' 2 = 'Before 1946' 3 = '1946-1966' 4 = '1967-1977' 5 = '1978-1986' ; VALUE HHMOTG 1 = 'English' 2 = 'French' 3 = 'Other single res' 4 = 'English&French' 5 = 'English& other' 6 = 'Oth multi respns' ; VALUE HMOFFLG 1 = 'English only' 2 = 'French only' 3 = 'English&French' 4 = 'Neither' ; VALUE HMMOB5 1 = 'Same dwelling' 2 = 'Different dwllng' 3 = 'Different CSD' 4 = 'Different CD' 5 = 'Different provin' 6 = 'Outside Canada' ; VALUE HMHLOS 1 = '