/*------------------------------------------------------------------------------------*/ /*by Jean Roth Tue Mar 27 12:12:14 EST 2001 Please report errors to jroth@nber.org Make two changes: (1) specify the output file location in the 'libname' statement (2) specify the input file name/location & year in the 'filename' statement Other changes may be user and platform specific. */ /*------------------------------------------------------------------------------------*/ options obs=100; options compress=yes; *change compress=no if using a conversion package such as stat/transfer; options formdlim = " "; libname out '/tmp/'; /* Note: some value labels are longer than 32 characters */ PROC FORMAT; ; VALUE P1L (default=32) 9 = "invalid code" ; VALUE P2L (default=32) 99999 = "bad code" ; VALUE P3L (default=32) 999 = "bad code" ; VALUE P4L (default=32) 99 = "bad code" ; VALUE P5L (default=32) 1 = "primary fam containing no subfams" 2 = "primary fam with 1 or more subfams" 3 = "secondary family" 4 = "subfamily" 5 = "primary individual" 6 = "sec. indiv., 14+, in a hh" 7 = "sec. indiv., 14+, in group quarters" 8 = "sec. indiv., under 14, in a hh" 9 = "sec. indiv., under 14, in group quart" ; VALUE P6L (default=32) 0 = "NIU" ; VALUE P7L (default=32) 1 = "yes" 2 = "no" ; VALUE P8L (default=32) 1 = "primary family" 2 = "primary individual" 3 = "subfamily" 4 = "secondary family" 5 = "secondary individuals" ; VALUE P9L (default=32) 7 = "7+ [1964-67 only]" ; VALUE P10L (default=32) 50000 = "$50000 or more [1968-75]" ; VALUE P11L (default=32) 1 = "New England" 2 = "Middle Atlantic" 3 = "East North Central" 4 = "West North Central" 5 = "South Atlantic" 6 = "East South Central" 7 = "West South Central" 8 = "Mountain" 9 = "Pacific" 99 = "missing data" ; VALUE P12L (default=32) 1 = "central city" 2 = "balance of SMSA" 3 = "not in SMSA" 4 = "not identifiable [1977+ only]" ; VALUE P13L (default=32) 0 = "group quarter" 1 = "primary family" 2 = "primary individual living alone" 3 = "primary individual living with norelatives" ; VALUE P14L (default=32) 0 = "not in universe (group quarter)" 1 = "primary family" 2 = "primary individual (alone)" 3 = "primary indiv. (living with nonrelati" ; VALUE P15L (default=32) 99 = "secondary individuals" ; VALUE P16L (default=32) 1 = "Northeast" 2 = "North Central" 3 = "South" 4 = "West" 9 = "missing [1964]" ; VALUE P17L (default=32) 0 = "not listed below" 1 = "New York City" 2 = "Los Angeles" 3 = "Chicago" 4 = "Philadelphia" 5 = "Detroit" 6 = "San Francisco" 7 = "Boston" 8 = "Pittsburgh" 9 = "St. Louis" 10 = "Washington, D. C." 11 = "Cleveland" 12 = "Baltimore" 13 = "Newark [1968+ only]" 14 = "Minneapolis - St. Paul" 15 = "Buffalo" 16 = "Houston" 17 = "Milwaukee [1968+]" 18 = "Patterson - Clifton - Passaic [1968+" 19 = "Dallas [1968+]" ; VALUE P18L (default=32) 1 = "SMSA" 2 = "NONSMSA" 3 = "not identifiable [1977+ only]" ; VALUE P19L (default=32) 0 = "invalid code [1964-67, 1972]" 16 = "Connecticut" 19 = "ME, MA, NH, RI, VT" 21 = "New York" 22 = "New Jersey" 23 = "Pennsylvania" 31 = "Ohio" 32 = "Indiana" 33 = "Illinois" 39 = "Michigan, Wisconsin" 49 = "IA, KS, MN, MO, NE, ND, SD" 53 = "Washington, D. C." 57 = "DE, MD, WV, VA" 58 = "Georgia, NC, SC" 59 = "Florida" 67 = "Kentucky, Tennessee" 69 = "Alabama, Mississippi" 72 = "Texas" 79 = "Arkansas, Louisiana, Oklahoma" 89 = "AZ, CO, ID, MT, NV, NM, UT, WY" 92 = "California" 99 = "Alaska, Hawaii, Oregon, Washington" ; VALUE P20L (default=32) 50000 = "$50000 or more [1968-75]" ; VALUE P21L (default=32) 0 = "not in universe" 1 = "AFDC (ADC)" 2 = "Other" 9 = "AFDC & Other" ; VALUE P22L (default=32) 999 = "invalid code [1968-69 only]" ; VALUE P23L (default=32) 0 = "not in universe" 1 = "yes" 2 = "no" ; VALUE P24L (default=32) 0 = "not in universe" 1 = "yes" 2 = "no" ; VALUE P25L (default=32) 0 = "NIU, NC" 1 = "private" 2 = "federal government" 3 = "state government" 4 = "local government" 5 = "self-employed, inc." 6 = "self-employed, not inc." 7 = "without pay" 8 = "never worked or never worked full" ; VALUE P26L (default=32) 0 = "not in universe" 1 = "yes" 2 = "no" 9 = "invalid code" ; VALUE P27L (default=32) 998 = "invalid code" 999 = "NIU [1968-70]" 0 = "NIU [1971+]" ; VALUE P28L (default=32) 0 = "NIU" ; VALUE P29L (default=32) 0 = "NIU/did work" 1 = "did not work" ; VALUE P30L (default=32) 0 = "NIU" 1 = "working employed" 2 = "with job, not at work employed" 3 = "looking unemployed" 4 = "layoff, unemployed" 5 = "working w/out pay <= 15 hours; temp abs; NILF" 6 = "unavailable NILF" 7 = "other (retired) NILF" ; VALUE P31L (default=32) 1 = "member secondary family no. 1" 2 = "member secondary family no. 2" 3 = "member secondary family no. 3" 4 = "member secondary family no. 4" 5 = "member secondary family no. 5" 6 = "member secondary family no. 6" 7 = "member of primary family or" 8 = "primary or secondary individual" ; VALUE P32L (default=32) 0 = "not in sub/secondary family" ; VALUE P33L (default=32) 0 = "not in sub/secondary family" 1 = "head (sub/secondary family)" 2 = "wife (sub/secondary family)" 3 = "child (sub/secondary family)" 4 = "other relative (secondary family)" ; VALUE P34L (default=32) 1 = "primary family" 2 = "primary individual" 3 = "subfamily member" 4 = "secondary family member" 5 = "secondary individual" ; VALUE P35L (default=32) 50000 = "$50000 or more [1968-75]" ; VALUE P36L (default=32) 0 = "NIU" 1 = "full-time (full year worker)" 2 = "part-time (full year worker)" 3 = "full-time (part year worker)" 4 = "part-time (part year worker)" 5 = "nonworker" 9 = "invalid data" ; VALUE P37L (default=32) 0 = "children or armed forces" 1 = "NIU, not in labor force" 2 = "employed full time" 3 = "part-time for economic reasons (usu. ft)" 4 = "part-time for noneconomic reasons (usu. pt)" 5 = "part-time for economic reasons (usu. pt)" 6 = "unemployed full-time" 7 = "unemployed part-time [1968+ only]" ; VALUE P39L (default=32) 0 = "NIU" ; VALUE P40L (default=32) 1 = "head of primary family" 2 = "wife of primary family head" 3 = "child, under 18, head of subfamily" 4 = "child, under 18, not in a subfamily" 5 = "child, under 18, ever-married," 6 = "child, under 18, ever-married," 7 = "child, under 18, ever-married," 8 = "18+, never-married, head of subfamil" 9 = "18+, never-married, not in a subfami" 10 = "18+, ever-married, head of a subfami" 11 = "18+, ever-married, wife of a subfami" 12 = "18+, ever-married, not in a subfamil" 13 = "grandchild, under 18, never-married" 14 = "other relative, under 18, head of" 15 = "other relative, under 18, NM, child" 16 = "other relative, under 18, not in" 17 = "other relative, under 18, ever-marri" 18 = "other relative, under 18, ever-marri" 19 = "other relative, under 18, ever-marri" 20 = "other relative, 18+, never-married," 21 = "other relative, 18+, never-married," 22 = "other relative, 18+, ever-married," 23 = "other relative, 18+, ever-married," 24 = "other relative, 18+, ever-married," 25 = "in secondary family, head of" 26 = "in secondary family, wife of" 27 = "head, child under 18, never-married," 28 = "under 18, never-married, other" 29 = "under 18, ever-married, other" 30 = "18+, never-married, secondary family" 31 = "18+, ever-married, other relative" 32 = "primary individual" 33 = "secondary individual" 34 = "group quarters, secondary individual" ; VALUE P41L (default=32) 1 = "head of household" 2 = "wife of head of household" 3 = "child of head, under 18," 4 = "child of head, under 18," 5 = "child of head, 18+" 6 = "other relative of head" 7 = "nonrelative of head" 8 = "secondary individuals/group quarters" ; VALUE P42L (default=32) 1 = "head of family" 2 = "wife of head" 3 = "under 18, single, never married," 4 = "under 18, ever-married, child" 5 = "18+, child of family head" 6 = "grandchild of head [1968+ only]" 7 = "under 18, single, never-married," 8 = "under 18, ever-married, other relati" 9 = "18+, other relative" 10 = "primary individual" 11 = "secondary individual" ; VALUE P43L (default=32) 0 = "NIU" 1 = "within past 12 months" 2 = "more than 5 years ago" 3 = "1-5 years" 4 = "never worked full time 2+ weeks" 5 = "never worked at all" ; VALUE P44L (default=32) 0 = "NIU" 1 = "within past 12 months" 2 = "1-2 years ago" 3 = "2-3 years ago" 4 = "3-4 years ago" 5 = "4-5 years ago" 6 = "5+ years ago" 7 = "never worked" 9 = "invalid code" ; VALUE P45L (default=32) 0 = "NIU" 1 = "yes" 2 = "no" 9 = "invalid code [1968 only]" ; VALUE P46L (default=32) 0 = "NIU" 1 = "full time" 2 = "part time" ; VALUE P47L (default=32) 0 = "NIU/looking or layed off last year" 1 = "not looking or layed off" 9 = "invalid code [1968 only]" ; VALUE P48L (default=32) 0 = "NIU" 1 = "working" 2 = "with a job but not at work" 3 = "looking for work" 4 = "keeping house" 5 = "at school" 6 = "unable to work" 7 = "other/retired" ; VALUE P49L (default=32) 1 = "married, spouse present" 2 = "married, AF spouse absent" 3 = "married, spouse absent" 4 = "widowed" 5 = "divorced" 6 = "separated" 7 = "never married (includes under 14)" ; VALUE P50L (default=32) 50000 = "$50000 or more [1968-75]" ; VALUE P51L (default=32) 0 = "NIU" 1 = "yes" 2 = "no" ; VALUE P52L (default=32) 0 = "NIU" 1 = "yes" 2 = "no" ; VALUE P53L (default=32) 0 = "NIU" 1 = "yes" 2 = "no" 3 = "self-employed" ; VALUE P54L (default=32) 0 = "NIU" 1 = "both" 2 = "mother only" 3 = "father only" 4 = "neither" ; VALUE P55L (default=32) 99 = "invalid code" ; VALUE P56L (default=32) 50000 = "50000+ [1968-75 only]" ; VALUE P57L (default=32) 1 = "civilians 14+ [15+ in 1981]" 2 = "armed forces" 3 = "children [1968+ only]" ; VALUE P58L (default=32) 0 = "NIU/none [1976+]" 50000 = "50000+ [1968-75 only]" ; VALUE P59L (default=32) 0 = "NIU" 1 = "yes" 2 = "no" 9 = "bad data" ; VALUE P60L (default=32) 1 = "white" 2 = "black" 3 = "Amer Indian, Aleut Eskimo" 4 = "Asian/Pacific Islander" 5 = "other" ; VALUE P61L (default=32) 0 = "NIU" 1 = "already had a job -- U1" 2 = "temporary illness -- U1" 3 = "going to school -- U2" 4 = "other -- U2" ; VALUE P62L (default=32) 0 = "NIU" 1 = "ill" 2 = "home [females only]" 3 = "school" 4 = "unable to find work" 5 = "armed forces [1968-1983]" 6 = "retired [1968+ only]" 7 = "other" ; VALUE P63L (default=32) 0 = "NIU [1968-76 only]" 1 = "head with other relatives" 2 = "primary individual" 3 = "wife of head" 4 = "child of head/other relative of head" 5 = "secondary family member" 6 = "secondary individual" ; VALUE P64L (default=32) 1 = "male" 2 = "female" ; VALUE P65L (default=32) 0 = "NIU" 1 = "member subfamily no. 1" 2 = "member subfamily no. 2" 3 = "member subfamily no. 3" 4 = "member subfamily no. 4" 5 = "member subfamily no. 5" 6 = "member subfamily no. 6" 9 = "invalid code" ; VALUE P66L (default=32) 0 = "NIU" 1 = "yes" 2 = "no" ; VALUE P67L (default=32) 1 = "Vietnam Era" 2 = "Korean War" 3 = "World War II" 4 = "World War I" 5 = "other service" 6 = "nonveteran" 0 = "NIU" ; VALUE P68L (default=32) 0 = "NIU/none [1976+]" 50000 = "50000 or more [1968-75]" ; VALUE P69L (default=32) 0 = "NIU" ; VALUE P70L (default=32) 0 = "NIU" 1 = "none (not looking)" 2 = "1-4 weeks looking" 3 = "5-14 weeks looking" 4 = "15-26 weeks looking" 5 = "27-39 weeks looking" 6 = "40+ weeks looking" 7 = "workers" ; VALUE P71L (default=32) 1 = "none (not looking)" 2 = "1-4 weeks looking" 3 = "5-14 weeks looking" 4 = "15-26 weeks looking" 5 = "27-39 weeks looking" 6 = "40+ weeks looking" 7 = "workers" 0 = "NIU" ; VALUE P72L (default=32) 0 = "NIU" ; VALUE P73L (default=32) 0 = "NIU" 1 = "none" 2 = "1-4 weeks" 3 = "5-10 weeks" 4 = "11-14 weeks" 5 = "15-26 weeks" 6 = "27-39 weeks [1964-67 = 27+ weeks]" 7 = "40+ weeks [1968+ only]" 8 = "full year worker [1976-1992 only]" 9 = "nonworker [1976-1992 only]" ; VALUE P74L (default=32) 0 = "NIU" ; VALUE P75L (default=32) 0 = "NIU" 1 = "0" ; VALUE P76L (default=32) 0 = "NIU" 1 = "slack" 2 = "material shortage" 3 = "plant or machine repair" 4 = "new job started during week" 5 = "job terminated during week" 6 = "could find only part time work" 7 = "holiday" 8 = "labor dispute" 9 = "bad weather" 10 = "own illness" 11 = "on vacation" 12 = "too busy with house, school, etc." 13 = "did not want full time work" 14 = "full time work week less than 35 hrs" 15 = "other" ; VALUE P77L (default=32) 0 = "NIU" 1 = "lost job" 2 = "quit job" 3 = "left school" 4 = "wanted temporary work" 5 = "change in home/family" 6 = "left military service" 7 = "other" ; VALUE P78L (default=32) 0 = "NIU" 1 = "own illness" 2 = "on vacation ESR=2" 3 = "bad weather ESR=2" 4 = "labor dispute ESR=2" 5 = "new job begin 30 days ESR=3" 6 = "temporary layoff ESR=3" 7 = "indefinite layoff ESR=3" 8 = "other ESR=2" 9 = "invalid code" ; VALUE P79L (default=32) 0 = "NIU [1976+]" 99999 = "NIU [1968-75]" ; VALUE P80L (default=32) 0 = "NIU [1968-75 only]" 1 = "below poverty cutoff amount" 2 = "above poverty cutoff amount" 9 = "missing data" ; VALUE P81L (default=32) 0 = "NIU" 1 = "private wage or salary" 2 = "government" 3 = "self-employed" 4 = "w/o pay in family farm or business" ; VALUE P82L (default=32) 1 = "Mexican American" 2 = "Chicano" 3 = "Mexicano" 4 = "Puerto Rican" 5 = "Cuban" 6 = "Central or South American" 7 = "other Spanish" 8 = "other" 9 = "don't know" 0 = "not available" ; VALUE P83L (default=32) 0 = "NIU" 1 = "ill" 2 = "home/family" 3 = "school" 4 = "armed forces [1968-1983]" 5 = "retired" 6 = "other [1968-1983]" 7 = "other [1984]" ; VALUE P84L (default=32) 0 = "NIU" 1 = "1 stretch last year" 2 = "2 stretches last year" 3 = "3+ stretches last year" ; VALUE P85L (default=32) 0 = "NIU" 1 = "1-13 weeks" 2 = "14-26 weeks" 3 = "27-39 weeks" 4 = "40-47 weeks" 5 = "48-49 weeks" 6 = "50-52 weeks" 9 = "invalid code [1968 only]" ; VALUE P86L (default=32) 99999 = "invalid code" ; VALUE P87L (default=32) 99999 = "invalid code" ; VALUE P88L (default=32) 0 = "NIU/none [1976+]" 50000 = "$50000+ [1968-1975]" ; VALUE P89L (default=32) 0 = "NIU/none [1976+]" ; VALUE P90L (default=32) 0 = "none" 1 = "under 3 only" 2 = "3-5" 3 = "under 3 and 3-5 only" 4 = "6-11 only" 5 = "under 3, 6-11 only" 6 = "3-5 and 6-11 only" 7 = "under 3, 3-5 and 6-11 only" 8 = "12-17 only" 9 = "under 3 and 12-17 only" 10 = "3-15 and 12-17 only" 11 = "under 3, 3-5 and 12-17 only" 12 = "6-11 and 12-17 only" 13 = "under 3, 6-11 and 12-17 only" 14 = "3-5, 6-11 and 12-17 only" 15 = "under 3, 3-5, 6-11 and 12-17" ; VALUE P91L (default=32) 0 = "0" 1 = "all 18-24, single" 2 = "some 18-24, single and other" 3 = "none 18-24, single and other" ; VALUE P92L (default=32) 0 = "none" 1 = "all in labor force" 2 = "1+ (not all) in labor force" ; VALUE P93L (default=32) 0 = "1+ employed" 1 = "1+ unemployed, none employed" 2 = "none in labor force" 3 = "no other members 14+" ; VALUE P94L (default=32) 1 = "hh starts with primary family or indi" 2 = "hh starts with a subfamily family" 3 = "hh starts with a secondary family" 4 = "hh starts with a secondary individual" 5 = "hh starts with a person rec. w/new ID" 9 = "unusable value of family-type" ; filename raw pipe "zcat /home/data/mare_winship/cpsmw92.Z "; data temp; infile raw lrecl = 387 missover ; INPUT @1 hhcount 6. @7 famhh1 3. @10 perfam 3. @13 year 2. @15 hhidnum 1. @16 hhmonth 1. @17 randomc 5. @22 keyfitz 3. @25 nonint 2. @27 famsnum 6. @34 famdesc 1. @35 famposi 2. @37 famtypc 1. @39 kindfam 1. @40 numpfam 2. @42 totfami 10. @52 typefam 1. @53 censusg 2. @55 central 1. @56 hhsnum 6. @62 hhtype 1. @63 hhstatu 1. @66 numfami 2. @68 numphh 2. @71 region 1. @72 smsa 2. @74 smsa1 2. @77 smsasta 1. @78 state 2. @80 state1 2. @82 tothhin 10. @92 adc 1. @93 age 3. @96 alimony 1. @97 anyreas 1. @98 cowcurj 1. @99 complet 1. @100 curindu 3. @103 curoccu 3. @106 didntwo 1. @107 employm 1. @108 famseco 1. @110 famnum 1. @112 famreln 1. @114 famtyp 1. @115 farmsel 7. @122 fptfpar 1. @123 fptwork 1. @124 highgra 2. @126 hourswo 2. @128 hhr1 2. @131 hhr2 1. @132 hhr3 2. @134 lwft2pc 1. @135 lwftpay 1. @136 lfworkl 1. @137 lffptwo 1. @138 lolayed 1. @139 majacti 1. @140 marital 1. @141 nonfarm 7. @148 nftjob 1. @149 nftwork 1. @150 paidtim 1. @151 parents 1. @152 persequ 2. @154 ptearni 8. @162 ptincom 8. @170 populat 1. @171 paamoun 7. @178 parecip 1. @179 race 1. @180 rnawlwk 1. @181 rnawlyr 1. @182 relnhhh 1. @183 sex 1. @184 subfam 1. @185 unemplo 1. @186 veteran 1. @187 perswag 7. @195 wkunemp 2. @197 wlly1 2. @200 wlly2 1. @201 wllyr1 2. @204 wllyr2 1. @205 wwly1 2. @208 wwly2 1. @209 whyless 2. @211 whylfwo 1. @212 whynota 1. @213 persnum 6. @219 povcuto 6. @225 povlev 1. @226 cowlast 1. @228 spanish 1. @229 industr 3. @232 mainrea 1. @233 occupat 3. @236 stretch 1. @237 wkslabo 1. @238 famawgt 5. @243 fampwgt 5. @248 famwgtb 12. @260 hhwgt 11. @271 perawgt 5. @276 perpwgt 5. @281 suppwgt 12. @293 baswgt 11. @304 typeain 7. @311 typebin 7. @318 typecin 7. @325 typedin 7. @332 typeein 7. @339 dividen 7. @346 rentali 7. @353 publica 7. @360 supplem 7. @367 cpi 4. @371 vnmajid $4. @375 vnminid $2. @377 presenc 2. @379 ownch6 1. @380 ownch18 1. @381 related 1. @382 famu18 1. @383 famo18 1. @384 femalef 1. @385 laborfo 1. @386 hhflag 1. ; LABEL hhcount = "Household Counter" famhh1 = "Family-in-Household1" perfam = "Person-in-Family" year = "Year" hhidnum = "Household ID Number2" hhmonth = "Household Month in Sample" randomc = "Random Cluster (Schedule Number," keyfitz = "Keyfitz Cluster (PSU Number, 1964-67)" nonint = "Noninterview Cluster" famsnum = "Family Serial Number" famdesc = "Family Description" famposi = "Family Position in Household" famtypc = "Family Type C-recipiency" kindfam = "Kind of Family" numpfam = "Number of Persons in Family" totfami = "Total Family Income" typefam = "Type of Family 1968-75:" censusg = "Census Geodivision" central = "Central City Status" hhsnum = "Household Serial or Segment Number" hhtype = "Household Type" hhstatu = "Household Status" numfami = "Number of Families in Household" numphh = "Number of Persons in Household" region = "Region" smsa = "SMSA" smsa1 = "SMSA-I" smsasta = "SMSA Status" state = "State" state1 = "STATE-I" tothhin = "Total Household Income" adc = "ADC Recipiency" age = "Age" alimony = "Alimony Recipiency" anyreas = "Any Reason Could Not Take a Job" cowcurj = "Class of Worker (current job)" complet = "Complete High Grade Attended" curindu = "Current Industry" curoccu = "Current Occupation" didntwo = "Didn't Work Last Year" employm = "Employment Status Recode" famseco = "Family (Secondary) Membership Key" famnum = "Family Number" famreln = "Family Relationship" famtyp = "Family Type" farmsel = "Farm/Self-Employed Income" fptfpar = "Full/Part Time, Full/Part Year Work" fptwork = "Full/Part Time Work Recode" highgra = "High Grade Attended" hourswo = "Hours Worked Last Week" hhr1 = "Household Recode-I" hhr2 = "Household Recode-II" hhr3 = "Household Recode-III" lwft2pc = "Last Work Full Time, 2+ Consecutive Weeks" lwftpay = "Last Work Full Time For Pay, 2+ Consecutive" lfworkl = "Look for Work Last Year" lffptwo = "Look for Full or Part Time Work Last Week" lolayed = "Looking or Layed-Off Last Year (Part-Year" majacti = "Major Activity Last Week" marital = "Marital Status" nonfarm = "Nonfarm Self-employment Income" nftjob = "Normal Full Time Job" nftwork = "Normal Full Time Work" paidtim = "Paid Time Off Last Week" parents = "Parents Presence" persequ = "Person Sequence Number" ptearni = "Person's Total Earnings" ptincom = "Person's Total Income" populat = "Population Type" paamoun = "Public Assistance Amount" parecip = "Public Assistance Recipiency (other than" race = "Race" rnawlwk = "Reason Not at Work Last Week" rnawlyr = "Reason Not at Work Last Year" relnhhh = "Relationship to Household Head" sex = "Sex" subfam = "Subfamily Membership Key" unemplo = "Unemployment Recipiency" veteran = "Veteran Status" perswag = "Person's Wage & Salary" wkunemp = "Week Unemployed" wlly1 = "Weeks Looking for Work Last Year-I" wlly2 = "Weeks Looking for Work Last Year-II" wllyr1 = "Weeks Looking or Layed Off Work Last Year-I" wllyr2 = "Weeks Looking or Layed Off Work Last Year-II" wwly1 = "Weeks Worked Last Year-I" wwly2 = "Weeks Worked Last Year-II" whyless = "Why Less than Full Time Work" whylfwo = "Why Look for Work" whynota = "Why Not at Work Last Week" persnum = "Person Serial Number" povcuto = "Poverty Cutoff-Dollars" povlev = "Poverty-Level" cowlast = "Class of Worker Last Year" spanish = "Spanish Ethnicity" industr = "Industry Last Year" mainrea = "Main Reason for Part-Year Work" occupat = "Occupation Last Year" stretch = "Stretches of Unemployment" wkslabo = "Weeks in Labor Force" famawgt = "Family A Weight" fampwgt = "Family P Weight" famwgtb = "Family Weight Basic" hhwgt = "Household Weight" perawgt = "Person A Weight" perpwgt = "Person P Weight" suppwgt = "Person Supplemental Weight" baswgt = "Basic CPS Weight" typeain = "Type-A-Income" typebin = "Type-B-Income" typecin = "Type-C-Income" typedin = "Type-D-Income" typeein = "Type-E-Income" dividen = "Dividends and Interest" rentali = "Rental Income" publica = "Public-Assistance Income" supplem = "Supplemental Security Income" cpi = "CPI-Index" vnmajid = "Version Number Major I.D." vnminid = "Version Number Minor I.D." presenc = "Presence of Own Children by Age-" ownch6 = "Own Children Under 6 (in family)" ownch18 = "Own Children Under 18 (in family)" related = "Related Children Under 18 Other Than Own" famu18 = "Family Members Under 18" famo18 = "Family Members Over 18 Other Than" femalef = "Female Family Members 18+ Other" laborfo = "Labor Force Status of Family Members" hhflag = "Household Flag" ; FORMAT hhidnum P1L. randomc P2L. keyfitz P3L. nonint P4L. famdesc P5L. famposi P6L. famtypc P7L. kindfam P8L. numpfam P9L. totfami P10L. censusg P11L. central P12L. hhtype P13L. hhstatu P14L. numphh P15L. region P16L. smsa1 P17L. smsasta P18L. state1 P19L. tothhin P20L. adc P21L. age P22L. alimony P23L. anyreas P24L. cowcurj P25L. complet P26L. curindu P27L. curoccu P28L. didntwo P29L. employm P30L. famseco P31L. famnum P32L. famreln P33L. famtyp P34L. farmsel P35L. fptfpar P36L. fptwork P37L. hourswo P39L. hhr1 P40L. hhr2 P41L. hhr3 P42L. lwft2pc P43L. lwftpay P44L. lfworkl P45L. lffptwo P46L. lolayed P47L. majacti P48L. marital P49L. nonfarm P50L. nftjob P51L. nftwork P52L. paidtim P53L. parents P54L. persequ P55L. ptincom P56L. populat P57L. paamoun P58L. parecip P59L. race P60L. rnawlwk P61L. rnawlyr P62L. relnhhh P63L. sex P64L. subfam P65L. unemplo P66L. veteran P67L. perswag P68L. wkunemp P69L. wlly1 P70L. wlly2 P71L. wllyr1 P72L. wllyr2 P73L. wwly1 P74L. wwly2 P75L. whyless P76L. whylfwo P77L. whynota P78L. povcuto P79L. povlev P80L. cowlast P81L. spanish P82L. mainrea P83L. stretch P84L. wkslabo P85L. famawgt P86L. perawgt P87L. typeain P88L. dividen P89L. presenc P90L. famo18 P91L. femalef P92L. laborfo P93L. hhflag P94L. ; proc print data=temp (obs=60); proc contents data=temp;