*IPUMS USER: note that you'll need to enter the path to the *folder containing your data file. * *For instance, the data file were in the 'C:' drive in a *folder called IPUMS, the "file =" statement would read: * * file = 'C:\IPUMS\usa_00048.dat' data list file ='usa_00048.dat'/ year 1-4 datanum 5-6 serial 7-14 hhwt 15-20 (2) region 21-22 gq 23 perwt 24-29 (2) relate 30-31 age 32-34 sex 35 marst 36 nativity 37 lit 38 . variable label year "Census year". variable label datanum "Data set number". variable label serial "Household serial number". variable label hhwt "Household weight". variable label region "Census region and division". variable label gq "Group quarters status". variable label perwt "Person weight". variable label relate "Relationship to household head [general version]". variable label age "Age". variable label sex "Sex". variable label marst "Marital status". variable label nativity "Foreign birthplace or parentage". variable label lit "Literacy". value labels year 1850 "1850" 1860 "1860" 1870 "1870" 1880 "1880" 1900 "1900" 1910 "1910" 1920 "1920" 1930 "1930" 1940 "1940" 1950 "1950" 1960 "1960" 1970 "1970" 1980 "1980" 1990 "1990" 2000 "2000" 2001 "2001" 2002 "2002" 2003 "2003" 2004 "2004" 2005 "2005" 2006 "2006" 2007 "2007" 2008 "2008" . value labels region 11 "New England Division" 12 "Middle Atlantic Division" 13 "Mixed Northeast Divisions (1970 Metro)" 21 "East North Central Div." 22 "West North Central Div." 23 "Mixed Midwest Divisions (1970 Metro)" 31 "South Atlantic Division" 32 "East South Central Div." 33 "West South Central Div." 34 "Mixed Southern Divisions (1970 Metro)" 41 "Mountain Division" 42 "Pacific Division" 43 "Mixed Western Divisions (1970 Metro)" 91 "Military/Military reservations" 92 "PUMA boundaries cross state lines-1% sample" 97 "State not identified" 99 "Not identified" . value labels gq 0 "Vacant unit" 1 "Households under 1970 definition" 2 "Additional households under 1990 definition" 3 "Group quarters--Institutions" 4 "Other group quarters" 5 "Additional households under 2000 definition" 6 "Fragment" . value labels relate 01 "Head/Householder" 02 "Spouse" 03 "Child" 04 "Child-in-law" 05 "Parent" 06 "Parent-in-Law" 07 "Sibling" 08 "Sibling-in-Law" 09 "Grandchild" 10 "Other relatives" 11 "Partner, friend, visitor" 12 "Other non-relatives" 13 "Institutional inmates" . value labels age 000 "Less than 1 year old" 001 "1" 002 "2" 003 "3" 004 "4" 005 "5" 006 "6" 007 "7" 008 "8" 009 "9" 010 "10" 011 "11" 012 "12" 013 "13" 014 "14" 015 "15" 016 "16" 017 "17" 018 "18" 019 "19" 020 "20" 021 "21" 022 "22" 023 "23" 024 "24" 025 "25" 026 "26" 027 "27" 028 "28" 029 "29" 030 "30" 031 "31" 032 "32" 033 "33" 034 "34" 035 "35" 036 "36" 037 "37" 038 "38" 039 "39" 040 "40" 041 "41" 042 "42" 043 "43" 044 "44" 045 "45" 046 "46" 047 "47" 048 "48" 049 "49" 050 "50" 051 "51" 052 "52" 053 "53" 054 "54" 055 "55" 056 "56" 057 "57" 058 "58" 059 "59" 060 "60" 061 "61" 062 "62" 063 "63" 064 "64" 065 "65" 066 "66" 067 "67" 068 "68" 069 "69" 070 "70" 071 "71" 072 "72" 073 "73" 074 "74" 075 "75" 076 "76" 077 "77" 078 "78" 079 "79" 080 "80" 081 "81" 082 "82" 083 "83" 084 "84" 085 "85" 086 "86" 087 "87" 088 "88" 089 "89" 090 "90 (90+ in 1980 and 1990)" 091 "91" 092 "92" 093 "93" 094 "94" 095 "95" 096 "96" 097 "97" 098 "98" 099 "99" 100 "100 (100+ in 1970)" 101 "101" 102 "102" 103 "103" 104 "104" 105 "105" 106 "106" 107 "107" 108 "108" 109 "109" 110 "110" 111 "111" 112 "112 (112+ in the 1980 internal data)" 113 "113" 114 "114" 115 "115 (115+ in the 1990 internal data)" 116 "116" 117 "117" 118 "118" 119 "119" 120 "120" 121 "121" 122 "122" 123 "123" 124 "124" 125 "125" 126 "126" 129 "129" 130 "130" 135 "135" . value labels sex 1 "Male" 2 "Female" . value labels marst 1 "Married, spouse present" 2 "Married, spouse absent" 3 "Separated" 4 "Divorced" 5 "Widowed" 6 "Never married/single" . value labels nativity 0 "N/A" 1 "Native born, and both parents native born" 2 "Native born, and father foreign, mother native" 3 "Native born, and mother foreign, father native" 4 "Native born, and both parents foreign" 5 "Foreign born" . value labels lit 0 "N/A" 1 "No, illiterate (cannot read or write)" 2 "Cannot read, can write" 3 "Cannot write, can read" 4 "Yes, literate (reads and writes)" . execute.