// JOB /*SERVICE ? /*ROUTE PRINT RMT402 // EXEC SAS //SASLIB DD DSN= //IN DD DSN= //OUT DD DSN= //SYSIN DD * TITLE Census of Canada, 1986 : Individual public use microdata file; PROC FORMAT DDNAME=SASLIB; VALUE PROV 10 = 'Newfoundland' 11 = 'P.E.I.' 12 = 'Nova Scotia' 13 = 'New Brunswick' 24 = 'Quebec' 35 = 'Ontario' 46 = 'Manitoba' 47 = 'Saskatchewan' 48 = 'Alberta' 59 = 'British Columbia' 60 = 'Yukon & NWT' ; VALUE CMAPUST 462 = 'Montreal' 505 = 'Ottawa-Hull' 535 = 'Toronto' 599 = 'Hmtn-Ktch-Stc-Ng' 602 = 'Winnipeg' 799 = 'Regina&Sktoon' 825 = 'Calgary' 835 = 'Edmonton' 933 = 'Vancouver' .A = 'Not applicable' ; VALUE HHCLASS 1 = 'Private hhld' 2 = 'Other household' ; VALUE HTYPE 1 = 'Prim hw-chd,-ap' 2 = 'Prim hw-chd,+adp' 3 = 'Prim hw+chd-adpr' 4 = 'Prim hw+chd+adpr' 5 = 'Prim 1parnt-ad p' 6 = 'Prim 1parnt+ad p' 7 = 'Scndry hw-chldrn' 8 = 'Scndry hw+chldrn' 9 = 'Secondary 1parent' 10 = 'Multiple family' 11 = '1 person non-fam' 12 = '2+ persn non-fam' .A = 'Not applicable' ; VALUE UNITSP 1 = 'One person' 2 = 'Two persons' 3 = 'Three persons' 4 = 'Four persons' 5 = 'Five persons' 6 = 'Six persons' 7 = 'Seven persons' 8 = 'Eight or more pr' .A = 'Not applicable' ; VALUE HHINCP 1 = 'Loss' 2 = 'No income' 3 = '$ 1-$999' 4 = '$1,000-$1,999' 5 = '$2,000-$2,999' 6 = '$3,000-$3,999' 7 = '$4,000-$4,999' 8 = '$5,000-$5,999' 9 = '$6,000-$6,999' 10 = '$7,000-$7,999' 11 = '$8,000-$8,999' 12 = '$9,000-$9,999' 13 = '$10,000-$11,999' 14 = '$12,000-$14,999' 15 = '$15,000-$19,999' 16 = '$20,000-$24,999' 17 = '$25,000-$29,999' 18 = '$30,000-$39,999' 19 = '$40,000-$49,999' 20 = '$50,000-$74,999' 21 = '$75,000-$99,999' 22 = '$100,000 or more' 23 = '$140,000 or more' .A = 'Not applicable' ; VALUE OMPP 1 = 'Less than $100' 2 = '$100-$199' 3 = '$200-$299' 4 = '$300-$399' 5 = '$400-$499' 6 = '$500-$599' 7 = '$600-$699' 8 = '$700-$799' 9 = '$800-$899' 10 = '$900-$999' 11 = '$1,000-$1,099' 12 = '$1,100 and over' .A = 'Not applicable' ; VALUE GROSRTP 1 = 'Less than $100' 2 = '$100-$199' 3 = '$200-$299' 4 = '$300-$399' 5 = '$400-$499' 6 = '$500-$599' 7 = '$600-$799' 8 = '$800-$999' 9 = '$1,000 and over' .A = 'Not applicable' ; VALUE RENTP 1 = 'Less than $150' 2 = '$150-$199' 3 = '$200-$249' 4 = '$250-$299' 5 = '$300-$349' 6 = '$350-$399' 7 = '$400-$499' 8 = '$500-$699' 9 = '$700-$799' 10 = '$800 and over' .A = 'Not applicable' ; VALUE EFSTAT 1 = 'Unattached indiv' 2 = 'Ecofam,not censfam' 3 = 'Ecofam-nonfam prs' 4 = 'Ecofam+nonfam prs' .A = 'Not applicable' ; VALUE EFSIZE 1 = 'Unattached indiv' 2 = '2 persons' 3 = '3 persons' 4 = '4 persons' 5 = '5 persons' 6 = '6 persons' 7 = '7 persons' 8 = '8+ persons' .A = 'Not applicable' ; VALUE CFSTAT 1 = 'Husband/male clp' 2 = 'Wife/female clp' 3 = 'Child in hw fam' 4 = 'Male lone parent' 5 = 'Female lone prnt' 6 = 'Child+male lnpt' 7 = 'Child+fem lonprt' 8 = 'Non-cens&relatvs' 9 = 'Non-cens&non-rlt' 10 = 'Living alone' .A = 'Not applicable' ; VALUE CFSIZE 1 = 'Non-famly person' 2 = '2 persons' 3 = '3 persons' 4 = '4 persons' 5 = '5 persons' 6 = '6 persons' 7 = '7 persons' 8 = '8+ persons' .A = 'Not applicable' ; VALUE MSCFINC 1 = 'No income' 2 = 'Wages & salaries' 3 = 'Self-employment' 4 = 'Government trans' 5 = 'Investments' 6 = 'Other income' .A = 'Not applicable' ; VALUE CFINCP 1 = 'Loss' 2 = 'No income' 3 = '$1-$999' 4 = '$1,000-$1,999' 5 = '$2,000-$2,999' 6 = '$3,000-$3,999' 7 = '$4,000-$4,999' 8 = '$5,000-$5,999' 9 = '$6,000-$6,999' 10 = '$7,000-$7,999' 11 = '$8,000-$8,999' 12 = '$9,000-$9,999' 13 = '$10,000-$11,999' 14 = '$12,000-$14,999' 15 = '$15,000-$19,999' 16 = '$20,000-$24,999' 17 = '$25,000-$29,999' 18 = '$30,000-$39,999' 19 = '$40,000-$49,999' 20 = '$50,000-$74,999' 21 = '$75,000-$99,999' 22 = '$100,000 or more' 23 = '$140,000 or more' .A = 'Not applicable' ; VALUE HHSTAT 1 = 'Person 1' 2 = 'Spouse' 3 = 'Son/daughter' 4 = 'Father/mother' 5 = 'Brother/sister' 6 = 'Son/dtr-in-law' 7 = 'Parent-in-law' 8 = 'Sibling-in-law' 9 = 'Grandchild' 10 = 'Niece/nephew' 11 = 'Other relative' 12 = 'Not related' ; VALUE AGEP 0 = 'Less than 1 year' 85 = '85 years of age' ; VALUE SEXP 1 = 'Female' 2 = 'Male' ; VALUE MARSTP 1 = 'Divorced' 2 = 'Now married' 3 = 'Separated' 4 = 'Single' 5 = 'Widowed' ; VALUE MOB5P 1 = 'Same dwelling' 2 = 'Diffrnt dwelling' 3 = 'Diff CSD,same CD' 4 = 'Diff CD,same prov' 5 = 'Diffrnt provincd' 6 = 'Outside Canada' .A = 'Not applicable' ; VALUE PR5P 1 = 'Lived in Nfld' 2 = 'Lived in PEI' 3 = 'Lived in NS' 4 = 'Lived in NB' 5 = 'Lived in Quebec' 6 = 'Lived in Ontario' 7 = 'Lived in Manitob' 8 = 'Lived in Sask' 9 = 'Lived in Alberta' 10 = 'Lived in BC' 11 = 'Lived Yukon/NWT' .A = 'Not applicable' ; VALUE LFACT71 1 = 'Employed for pay' 2 = 'Employed-unpaid' 3 = 'Unemp-looked-exp' 4 = 'Unemp-looked-inexp' 5 = 'Unemp-Lay-off' 6 = 'Employed-absent' 7 = 'Not in labr forc' .A = 'Not applicable' ; VALUE LFACT 1 = 'Employd-worked' 2 = 'Employd-absent' 3 = 'Unem-lff-notlook' 4 = 'Unem-lff-lk ft' 5 = 'Unem-lff-lk pt' 6 = 'Unem-nwjb-ntlk' 7 = 'Unem-nwjb-lkft' 8 = 'Unem-nwjb-lkpt' 9 = 'Unem-looked ft' 10 = 'Unemp-looked pt' 11 = 'NILF-last wk 86' 12 = 'NILF-last wk 85' 13 = 'NILF-last wk<85' 14 = 'NILF-never workd' .A = 'Not applicable' ; VALUE HRSWK 0 = 'Zero hours' 100 = '100+ hours' .A = 'Not applicable' ; VALUE LSTWKP 1 = 'Before 1985' 2 = 'In 1985' 3 = 'In 1986' 4 = 'Never worked' .A = 'Not applicable' ; VALUE WKSWK 0 = 'Zero weeks' .A = 'Not applicable' ; VALUE FPTWK 1 = 'Full-time' 2 = 'Part-time' .A = 'Not applicable' ; VALUE PRESCHP 1 = 'No children' 2 = 'Chldrn <2 only' 3 = 'Chldrn 2-5 only' 4 = 'Chldrn <6 & >6' 5 = 'Chldrn 6-14 only' 6 = 'Chldrn >14 only' .A = 'Not applicable' ; VALUE OCC81P 1 = 'Managrl,admin' 2 = 'Natsci,eng,math' 3 = 'Social sciences' 4 = 'Teaching&related' 5 = 'Medicine,health' 6 = 'Art,literary,rec' 7 = 'Clerical&related' 8 = 'Sales occupation' 9 = 'Service occupati' 10 = 'Farm,hort,animal' 11 = 'Oth primary occs' 12 = 'Processing occs' 13 = 'Mach,prod,fab,as' 14 = 'Construction' 15 = 'Transp equip ope' 16 = 'Other occupatns' .A = 'Not applicable' ; VALUE OCC71P 1 = 'Manag admin & re' 2 = 'Natsci,eng,math' 3 = 'Social sciences' 4 = 'Teaching&related' 5 = 'Medicine,health' 6 = 'Art,literary,rec' 7 = 'Clerical&related' 8 = 'Sales occupatns' 9 = 'Service occuptns' 10 = 'Farm,hort,animal' 11 = 'Oth primary occs' 12 = 'Processing occs' 13 = 'Mach,prod,fab,as' 14 = 'Construction' 15 = 'Transp equip ope' 16 = 'Other occupatns' .B = 'Occ not stated' .A = 'Not applicable' ; VALUE IND80P 1 = 'Agriculture' 2 = 'Other primry ind' 3 = 'Manufacturing' 4 = 'Construction' 5 = 'Transptn,storage' 6 = 'Communictn,util' 7 = 'Wholesale trade' 8 = 'Retail trade' 9 = 'Finance, insuran' 10 = 'Business service' 11 = 'Federal govt' 12 = 'Other govt' 13 = 'Educational serv' 14 = 'Health,social sv' 15 = 'Accomodatn,food' 16 = 'Other services' .A = 'Not applicable' ; VALUE IND70P 1 = 'Agriculture' 2 = 'Other primry ind' 3 = 'Manufacturing' 4 = 'Construction' 5 = 'Transportn,storg' 6 = 'Communictn,utils' 7 = 'Wholesale trade' 8 = 'Retail trade' 9 = 'Finance, insuran' 10 = 'Business servics' 11 = 'Federal admin' 12 = 'Oth public admin' 13 = 'Education' 14 = 'Health & welfare' 15 = 'Accomodatn,food' 16 = 'Other services' 17 = 'Ind not specifd' .A = 'Not applicable' ; VALUE COWP 1 = 'Paid workers' 2 = 'Unpaid fam workr' 3 = 'Selfemp-help,in' 4 = 'Selfemp+help,in' 5 = 'Selfemp-help,un' 6 = 'Selfemp+help,un' .A = 'Not applicable' ; VALUE HLOSP 1 = '< Grade 5' 2 = 'Grades 5-8' 3 = 'Grades 9-13' 4 = 'High school grad' 5 = 'Trades cert' 6 = 'Non-univ wo cert' 7 = 'Non-univ w trade' 8 = 'Non-univ w cert' 9 = 'Univ wo certifct' 10 = 'Univ w crtifcat' 11 = 'Univ w degree' .A = 'Not applicable' ; VALUE HGRAD 1 = '< Grade 5' 2 = 'Grades 5-8' 3 = 'Grade 9' 4 = 'Grade 10' 5 = 'Grade 11' 6 = 'Grade 12' 7 = 'Grade 13' .A = 'Not applicable' ; VALUE PSUV 0 = 'None' 1 = 'Less than 1 year' 2 = '1 year' 3 = '2 years' 4 = '3 years' 5 = '4 years' 6 = '5 years' 7 = '6 years or more' .A = 'Not applicable' ; VALUE PSOT 0 = 'None' 1 = 'Less than 1 year' 2 = '1 year' 3 = '2 years' 4 = '3 years' 5 = '4 years or more' .A = 'Not applicable' ; VALUE TRNUC 1 = 'No certificate' 2 = 'Trades cert only' 3 = 'Other non-u crt' 4 = 'Trade&non-u crt' 5 = 'Trades&sec cert' 6 = 'Other&sec cert' 7 = 'Trds&othr&sec ct' .A = 'Not applicable' ; VALUE DGREE 1 = 'No degree, cert' 2 = 'Sec school grad' 3 = 'Trades certifict' 4 = 'Oth non-univ crt' 5 = 'Univ