title Census of Canada, 1996: BSTS: CSD-level: B34 (95F0226) subtitle SPSS commands by L Ruus, UT/DLS 05/2002 file handle in / inpipe 'zcat /datalibrary/datalib/cc96/bsts/csd/95f0226/EShelf.dat.Z' / lrecl=72 data list file=in / prov 1-2 cd 3-4 csd 5-7 rowst01 21-24 rowst02 25-28 rowst03 29-32 v1 to v4 33-72 variable labels prov 'Province/territory' cd 'Census division' csd 'Census subdivision' rowst01 'Sex' rowst02 'Age groups' rowst03 'Highest level of schooling' v1 'School attendance - total' v2 'School attendance - not attending' v3 'School attendance - attending full-time' v4 'School attendance - attending part-time' value labels rowst01 1 'total' 2 'male' 3 'female' / rowst02 1 'Total - Age groups' 2 '15-19 years' 3 '20-24 years' 4 '25-44 years' 5 '25-29 years' 6 '30-34 years' 7 '35-44 years' 8 '45-64 years' 9 '45-54 years' 10 '55-64 years' 11 '65 years and over'/ rowst03 1 'total' 2 '< grade 9' 3 'gr 9-13 wo graduation' 4 'gr 9-13 w graduation' 5 'trades certif/diploma' 6 'other non-univ educ only' 7 'univ without degree' 8 'univ with degree'/ export outfile='b34csd.por' / keep=all execute finish