log using cpsnov03, text replace set mem 1000m /*------------------------------------------------ by Jean Roth Mon Jul 16 13:49:33 EDT 2007 Please report errors to jroth@nber.org NOTE: This program is distributed under the GNU GPL. See end of this file and http://www.gnu.org/licenses/ for details. Run with do cpsnov03 ----------------------------------------------- */ /* The following line should contain the complete path and name of the raw data file. On a PC, use backslashes in paths as in C:\ */ local dat_name "/homes/data/cps/cpsnov03.dat" /* The following line should contain the path to your output '.dta' file */ local dta_name "./cpsnov03.dta" /* The following line should contain the path to the data dictionary file */ local dct_name "./cpsnov03.dct" /* The line below does NOT need to be changed */ quietly infile using "`dct_name'", using("`dat_name'") clear /*------------------------------------------------ All items, except those with one character, also can have values of -1, -2, or -3 even if the values are not in the documentation The meaning is -1 .Blank or not in universe -2 .Don't know -3 .Refused The following changes in variable names have been made, if necessary: '$' to 'd'; '-' to '_'; '%' to 'p'; ($ = unedited data; - = edited data; % = allocated data) Decimal places have been made explict in the dictionary file. Stata resolves a missing value of -1 / # of decimal places as a missing value. -----------------------------------------------*/ *Everything below this point, aside from the final save, are value labels #delimit ; ; label values hufinal hufinal; label define hufinal 0 "NEW INTERVIEW - NOT CONTACTED" 1 "FULLY COMPLETE CATI INTERVIEW" 2 "PARTIALLY COMPLETED CATI" 5 "LABOR FORCE COMPLETE," 24 "HH OCCUPIED ENTIRELY BY ARMED" 115 "PARTIAL INTERVIEW WITH" 200 "NEW INTERVIEW - CONTACTED" 201 "CAPI COMPLETE" 202 "CALLBACK NEEDED" 203 "SUFFICIENT PARTIAL -" 204 "SUFFICIENT PARTIAL - AT" 205 "LABOR FORCE COMPLETE, - SUPPL." 210 "CAPI COMPLETE REINTERVIEW" 216 "NO ONE HOME" 217 "TEMPORARILY ABSENT" 218 "REFUSED" 219 "OTHER OCCUPIED - SPECIFY" 224 "ARMED FORCES OCCUPIED OR UNDER" 225 "TEMP. OCCUPIED W/PERSONS WITH" 226 "VACANT REGULAR" 227 "VACANT - STORAGE OF HHLD" 228 "UNFIT, TO BE DEMOLISHED" 229 "UNDER CONSTRUCTION, NOT READY" 230 "CONVERTED TO TEMP BUSINESS OR" 231 "UNOCCUPIED TENT OR TRAILER" 232 "PERMIT GRANTED - CONSTRUCTION" 233 "OTHER - SPECIFY" 240 "DEMOLISHED" 241 "HOUSE OR TRAILER MOVED" 242 "OUTSIDE SEGMENT" 243 "CONVERTED TO PERM. BUSINESS OR" 244 "MERGED" 245 "CONDEMNED" 246 "BUILT AFTER APRIL 1, 1980" 247 "UNUSED SERIAL NO./LISTING" 248 "OTHER - SPECIFY" ; label values huspnish huspnish; label define huspnish 1 "SPANISH ONLY LANGUAGE SPOKEN" ; label values hetenure hetenure; label define hetenure 1 "OWNED OR BEING BOUGHT BY A HH" 2 "RENTED FOR CASH" 3 "OCCUPIED WITHOUT PAYMENT OF" ; label values hehousut hehousut; label define hehousut 0 "OTHER UNIT" 1 "HOUSE, APARTMENT, FLAT" 2 "HU IN NONTRANSIENT HOTEL," 3 "HU PERMANENT IN TRANSIENT" 4 "HU IN ROOMING HOUSE" 5 "MOBILE HOME OR TRAILER W/NO" 6 "MOBILE HOME OR TRAILER W/1 OR" 7 "HU NOT SPECIFIED ABOVE" 8 "QUARTERS NOT HU IN ROOMING OR" 9 "UNIT NOT PERM. IN TRANSIENT" 10 "UNOCCUPIED TENT SITE OR TRLR" 11 "STUDENT QUARTERS IN COLLEGE" 12 "OTHER UNIT NOT SPECIFIED ABOVE" ; label values hetelhhd hetelhhd; label define hetelhhd 1 "YES" 2 "NO" ; label values hetelavl hetelavl; label define hetelavl 1 "YES" 2 "NO" ; label values hephoneo hephoneo; label define hephoneo 1 "YES" 2 "NO" ; label values hufaminc hufaminc; label define hufaminc 1 "LESS THAN $5,000" 2 "5,000 TO 7,499" 3 "7,500 TO 9,999" 4 "10,000 TO 12,499" 5 "12,500 TO 14,999" 6 "15,000 TO 19,999" 7 "20,000 TO 24,999" 8 "25,000 TO 29,999" 9 "30,000 TO 34,999" 10 "35,000 TO 39,999" 11 "40,000 TO 49,999" 12 "50,000 TO 59,999" 13 "60,000 TO 74,999" 14 "75,000 TO 99,999" 15 "100,000 TO 149,999" 16 "150,000 OR MORE" ; label values hutypea hutypea; label define hutypea 1 "NO ONE HOME (NOH)" 2 "TEMPORARILY ABSENT (TA)" 3 "REFUSED (REF)" 4 "OTHER OCCUPIED - SPECIFY" ; label values hutypb hutypb; label define hutypb 1 "VACANT REGULAR" 2 "TEMPORARILY OCCUPIED BY" 3 "VACANT-STORAGE OF HHLD" 4 "UNFIT OR TO BE DEMOLISHED" 5 "UNDER CONSTRUCTION, NOT READY" 6 "CONVERTED TO TEMP BUSINESS OR" 7 "UNOCCUPIED TENT SITE OR" 8 "PERMIT GRANTED CONSTRUCTION" 9 "OTHER TYPE B - SPECIFY" ; label values hutypc hutypc; label define hutypc 1 "DEMOLISHED" 2 "HOUSE OR TRAILER MOVED" 3 "OUTSIDE SEGMENT" 4 "CONVERTED TO PERM. BUSINESS OR" 5 "MERGED" 6 "CONDEMNED" 8 "UNUSED LINE OF LISTING SHEET" 9 "OTHER - SPECIFY" ; label values hrintsta hrintsta; label define hrintsta 1 "INTERVIEW" 2 "TYPE A NON-INTERVIEW" 3 "TYPE B NON-INTERVIEW" 4 "TYPE C NON-INTERVIEW" ; label values hrhtype hrhtype; label define hrhtype 0 "NON-INTERVIEW HOUSEHOLD" 1 "HUSBAND/WIFE PRIMARY FAMILY" 2 "HUSB/WIFE PRIM. FAMILY" 3 "UNMARRIED CIVILIAN MALE-PRIM." 4 "UNMARRIED CIV. FEMALE-PRIM FAM" 5 "PRIMARY FAMILY HHLDER-RP IN" 6 "CIVILIAN MALE PRIMARY" 7 "CIVILIAN FEMALE PRIMARY" 8 "PRIMARY INDIVIDUAL HHLD-RP IN" 9 "GROUP QUARTERS WITH FAMILY" 10 "GROUP QUARTERS WITHOUT FAMILY" ; label values huinttyp huinttyp; label define huinttyp 0 "NONINTERVIEW/INDETERMINATE" 1 "PERSONAL" 2 "TELEPHONE" ; label values hrlonglk hrlonglk; label define hrlonglk 0 "MIS 1 OR REPLACEMENT HH (NO" 2 "MIS 2-4 OR MIS 6-8" 3 "MIS 5" ; label values hubus hubus; label define hubus 1 "YES" 2 "NO" ; label values gereg gereg; label define gereg 1 "NORTHEAST" 2 "MIDWEST (FORMERLY NORTH" 3 "SOUTH" 4 "WEST" ; label values gestcen gestcen; label define gestcen 11 "ME" 12 "NH" 13 "VT" 14 "MA" 15 "RI" 16 "CT" 21 "NY" 22 "NJ" 23 "PA" 31 "OH" 32 "IN" 33 "IL" 34 "MI" 35 "WI" 41 "MN" 42 "IA" 43 "MO" 44 "ND" 45 "SD" 46 "NE" 47 "KS" 51 "DE" 52 "MD" 53 "DC" 54 "VA" 55 "WV" 56 "NC" 57 "SC" 58 "GA" 59 "FL" 61 "KY" 62 "TN" 63 "AL" 64 "MS" 71 "AR" 72 "LA" 73 "OK" 74 "TX" 81 "MT" 82 "ID" 83 "WY" 84 "CO" 85 "NM" 86 "AZ" 87 "UT" 88 "NV" 91 "WA" 92 "OR" 93 "CA" 94 "AK" 95 "HI" ; label values gestfips gestfips; label define gestfips 1 "AL" 2 "AK" 4 "AZ" 5 "AR" 6 "CA" 8 "CO" 9 "CT" 10 "DE" 11 "DC" 12 "FL" 13 "GA" 15 "HI" 16 "ID" 17 "IL" 18 "IN" 19 "IA" 20 "KS" 21 "KY" 22 "LA" 23 "ME" 24 "MD" 25 "MA" 26 "MI" 27 "MN" 28 "MS" 29 "MO" 30 "MT" 31 "NE" 32 "NV" 33 "NH" 34 "NJ" 35 "NM" 36 "NY" 37 "NC" 38 "ND" 39 "OH" 40 "OK" 41 "OR" 42 "PA" 44 "RI" 45 "SC" 46 "SD" 47 "TN" 48 "TX" 49 "UT" 50 "VT" 51 "VA" 53 "WA" 54 "WV" 55 "WI" 56 "WY" ; label values gecmsa gecmsa; label define gecmsa 0 "NOT IDENTIFIED OR" ; label values gemsa gemsa; label define gemsa 0 "NOT IDENTIFIED OR" ; label values geco geco; label define geco 0 "NOT IDENTIFIED" ; label values gemsast gemsast; label define gemsast 1 "CENTRAL CITY" 2 "BALANCE" 3 "NONMETROPOLITAN" 4 "NOT IDENTIFIED" ; label values gemetsta gemetsta; label define gemetsta 1 "METROPOLITAN" 2 "NONMETROPOLITAN" 3 "NOT IDENTIFIED" ; label values geindvcc geindvcc; label define geindvcc 0 "NOT IDENTIFIED," ; label values gemsasz gemsasz; label define gemsasz 0 "NOT IDENTIFIED OR" 2 "100,000 - 249,999" 3 "250,000 - 499,999" 4 "500,000 - 999,999" 5 "1,000,000 - 2,499,999" 6 "2,500,000 - 4,999,999" 7 "5,000,000+" ; label values gecmsasz gecmsasz; label define gecmsasz 0 "NOT IDENTIFIED OR" 2 "100,000 - 249,999" 3 "250,000 - 499,999" 4 "500,000 - 999,999" 5 "1,000,000 - 2,499,999" 6 "2,500,000 - 4,999,999" 7 "5,000,000+" ; label values proldrrp proldrrp; label define proldrrp 1 "REF PERS WITH OTHER RELATIVES" 2 "REF PERS WITH NO OTHER" 3 "SPOUSE" 4 "CHILD" 5 "GRANDCHILD" 6 "PARENT" 7 "BROTHER/SISTER" 8 "OTHER RELATIVE" 9 "FOSTER CHILD" 10 "NON-REL OF REF PER W/OWN RELS" 11 "PARTNER/ROOMMATE" 12 "NON-REL OF REF PER W/NO OWN" ; label values pupelig pupelig; label define pupelig 1 "ELIGIBLE FOR INTERVIEW" 2 "LABOR FORCE FULLY COMPLETE" 3 "MISSING LABOR FORCE DATA FOR" 4 "(NOT USED)" 5 "ASSIGNED IF AGE IS BLANK" 6 "ARMED FORCES MEMBER" 7 "UNDER 15 YEARS OLD" 8 "NOT A HH MEMBER" 9 "DELETED" 10 "DECEASED" 11 "END OF LIST" 12 "AFTER END OF LIST" ; label values perrp perrp; label define perrp 1 "REFERENCE PERSON W/RELS." 2 "REFERENCE PERSON W/O RELS." 3 "SPOUSE" 4 "CHILD" 5 "GRANDCHILD" 6 "PARENT" 7 "BROTHER/SISTER" 8 "OTHER REL. OR REF. PERSON" 9 "FOSTER CHILD" 10 "NONREL. OF REF. PERSON W/RELS." 11 "NOT USED" 12 "NONREL. OF REF. PERSON W/O" 13 "UNMARRIED PARTNER W/RELS." 14 "UNMARRIED PARTNER W/OUT RELS." 15 "HOUSEMATE/ROOMMATE W/RELS." 16 "HOUSEMATE/ROOMMATE W/OUT RELS." 17 "ROOMER/BOARDER W/RELS." 18 "ROOMER/BOARDER W/OUT RELS." ; label values peparent peparent; label define peparent -1 "NO PARENT" ; label values prtfage prtfage; label define prtfage 0 "NO TOP CODE" 1 "TOP CODED VALUE FOR AGE" ; label values pemaritl pemaritl; label define pemaritl 1 "MARRIED - SPOUSE PRESENT" 2 "MARRIED - SPOUSE ABSENT" 3 "WIDOWED" 4 "DIVORCED" 5 "SEPARATED" 6 "NEVER MARRIED" ; label values pespouse pespouse; label define pespouse -1 "NO SPOUSE" ; label values pesex pesex; label define pesex 1 "MALE" 2 "FEMALE" ; label values puafever puafever; label define puafever 1 "YES" 2 "NO" ; label values peafwhen peafwhen; label define peafwhen 1 "VIETNAM ERA (8/64-4/75)" 2 "KOREAN WAR (6/50-1/55)" 3 "WORLD WAR II (9/40-7/47)" 4 "WORLD WAR I (4/17-11/18)" 5 "OTHER SERVICE (ALL OTHER" 6 "NONVETERAN" ; label values peafnow peafnow; label define peafnow 1 "YES" 2 "NO" ; label values peeduca peeduca; label define peeduca 31 "LESS THAN 1ST GRADE" 32 "1ST, 2ND, 3RD OR 4TH GRADE" 33 "5TH OR 6TH GRADE" 34 "7TH OR 8TH GRADE" 35 "9TH GRADE" 36 "10TH GRADE" 37 "11TH GRADE" 38 "12TH GRADE NO DIPLOMA" 39 "HIGH SCHOOL GRAD-DIPLOMA OR" 40 "SOME COLLEGE BUT NO DEGREE" 41 "ASSOCIATE DEGREE-OCCUPATIONAL/" 42 "ASSOCIATE DEGREE-ACADEMIC" 43 "BACHELOR'S DEGREE" 44 "MASTER'S DEGREE (EX: MA, MS," 45 "PROFESSIONAL SCHOOL DEG" 46 "DOCTORATE DEGREE" ; label values ptdtrace ptdtrace; label define ptdtrace 1 "White Only" 2 "Black Only" 3 "American Indian, Alaskan" 4 "Asian Only" 5 "Hawaiian/Pacific Islander Only" 6 "White-Black" 7 "White-AI" 8 "White-Asian" 9 "White-Hawaiian" 10 "Black-AI" 11 "Black-Asian" 12 "Black-HP" 13 "AI-Asian" 14 "Asian-HP" 15 "W-B-AI" 16 "W-B-A" 17 "W-AI-A" 18 "W-A-HP" 19 "W-B-AI-A" 20 "2 or 3 Races" 21 "4 or 5 Races" ; label values prdthsp prdthsp; label define prdthsp 1 "Mexican" 2 "Puerto Rican" 3 "Cuban" 4 "Central/South American" 5 "Other Spanish" ; label values puchinhh puchinhh; label define puchinhh 1 "PERSON ADDED" 2 "PERSON ADDED - URE" 3 "PERSON UNDELETED" 4 "PERSON DIED" 5 "DELETED FOR REASON OTHER THAN" 6 "PERSON JOINED ARMED FORCES" 7 "PERSON NO LONGER IN AF" 9 "CHANGE IN DEMOGRAPHIC" ; label values purelflg purelflg; label define purelflg 0 "NOT OWNER OR RELATED TO OWNER" 1 "OWNER OF BUS OR RELATED TO" ; label values prfamnum prfamnum; label define prfamnum 0 "NOT A FAMILY MEMBER" 1 "PRIMARY FAMILY MEMBER ONLY" 2 "SUBFAMILY NO. 2 MEMBER" 3 "SUBFAMILY NO. 3 MEMBER" 4 "SUBFAMILY NO. 4 MEMBER" 5 "SUBFAMILY NO. 5 MEMBER" 6 "SUBFAMILY NO. 6 MEMBER" 7 "SUBFAMILY NO. 7 MEMBER" 8 "SUBFAMILY NO. 8 MEMBER" 9 "SUBFAMILY NO. 9 MEMBER" 10 "SUBFAMILY NO. 10 MEMBER" 11 "SUBFAMILY NO. 11 MEMBER" 12 "SUBFAMILY NO. 12 MEMBER" 13 "SUBFAMILY NO. 13 MEMBER" 14 "SUBFAMILY NO. 14 MEMBER" 15 "SUBFAMILY NO. 15 MEMBER" 16 "SUBFAMILY NO. 16 MEMBER" 17 "SUBFAMILY NO. 17 MEMBER" 18 "SUBFAMILY NO. 18 MEMBER" 19 "SUBFAMILY NO. 19 MEMBER" ; label values prfamrel prfamrel; label define prfamrel 0 "NOT A FAMILY MEMBER" 1 "REFERENCE PERSON" 2 "SPOUSE" 3 "CHILD" 4 "OTHER RELATIVE (PRIMARY FAMILY" ; label values prfamtyp prfamtyp; label define prfamtyp 1 "PRIMARY FAMILY" 2 "PRIMARY INDIVIDUAL" 3 "RELATED SUBFAMILY" 4 "UNRELATED SUBFAMILY" 5 "SECONDARY INDIVIDUAL" ; label values pehspnon pehspnon; label define pehspnon 1 "HISPANIC" 2 "NON-HIPSANIC" ; label values prmarsta prmarsta; label define prmarsta 1 "MARRIED, CIVILIAN SPOUSE" 2 "MARRIED, ARMED FORCES SPOUSE" 3 "MARRIED, SPOUSE ABSENT (EXC." 4 "WIDOWED" 5 "DIVORCED" 6 "SEPARATED" 7 "NEVER MARRIED" ; label values prpertyp prpertyp; label define prpertyp 1 "CHILD HOUSEHOLD MEMBER" 2 "ADULT CIVILIAN HOUSEHOLD" 3 "ADULT ARMED FORCES HOUSEHOLD" ; label values penatvty penatvty; label define penatvty 57 "UNITED STATES" 72 "PUERTO RICO" 96 "U.S. OUTLYING AREA" 555 "ABROAD, COUNTRY NOT KNOWN" ; label values pemntvty pemntvty; label define pemntvty 57 "UNITED STATES" 72 "PUERTO RICO" 96 "U.S. OUTLYING AREA" 555 "ABROAD, COUNTRY NOT KNOWN" ; label values pefntvty pefntvty; label define pefntvty 57 "UNITED STATES" 72 "PUERTO RICO" 96 "U.S. OUTLYING AREA" 555 "ABROAD, COUNTRY NOT KNOWN" ; label values prcitshp prcitshp; label define prcitshp 1 "NATIVE, BORN IN THE UNITED" 2 "NATIVE, BORN IN PUERTO RICO OR" 3 "NATIVE, BORN ABROAD OF" 4 "FOREIGN BORN, U.S. CITIZEN BY" 5 "FOREIGN BORN, NOT A CITIZEN OF" ; label values prinusyr prinusyr; label define prinusyr -1 "NOT IN UNIVERSE (BORN IN U.S.)" 0 "NOT FOREIGN BORN" 1 "BEFORE 1950" 2 "1950-1959" 3 "1960-1964" 4 "1965-1969" 5 "1970-1974" 6 "1975-1979" 7 "1980-1981" 8 "1982-1983" 9 "1984-1985" 10 "1986-1987" 11 "1988-1989" 12 "1990-1991" ; label values puslfprx puslfprx; label define puslfprx 1 "SELF" 2 "PROXY" 3 "BOTH SELF AND PROXY" ; label values pemlr pemlr; label define pemlr 1 "EMPLOYED-AT WORK" 2 "EMPLOYED-ABSENT" 3 "UNEMPLOYED-ON LAYOFF" 4 "UNEMPLOYED-LOOKING" 5 "NOT IN LABOR FORCE-RETIRED" 6 "NOT IN LABOR FORCE-DISABLED" 7 "NOT IN LABOR FORCE-OTHER" ; label values puwk puwk; label define puwk 1 "YES" 2 "NO" 3 "RETIRED" 4 "DISABLED" 5 "UNABLE TO WORK" ; label values pubus1 pubus1l; label define pubus1l 1 "YES" 2 "NO" ; label values pubus2ot pubus2ot; label define pubus2ot 1 "YES" 2 "NO" ; label values pubusck1 pubuscka; label define pubuscka 1 "GOTO PUBUS1" 2 "GOTO PURETCK1" ; label values pubusck2 pubusckb; label define pubusckb 1 "GOTO PUHRUSL1" 2 "GOTO PUBUS2" ; label values pubusck3 pubusckc; label define pubusckc 1 "GOTO PUABSRSN" 2 "GOTO PULAY" ; label values pubusck4 pubusckd; label define pubusckd 1 "GOTO PUHRUSL1" 2 "GOTO PUABSPD" ; label values puretot puretot; label define puretot 1 "YES" 2 "NO" 3 "WAS NOT RETIRED LAST MONTH" ; label values pudis pudis; label define pudis 1 "YES" 2 "NO" 3 "DID NOT HAVE DISABILITY LAST" ; label values peret1 peret1l; label define peret1l 1 "YES" 2 "NO" 3 "HAS A JOB" ; label values pudis1 pudis1l; label define pudis1l 1 "YES" 2 "NO" ; label values pudis2 pudis2l; label define pudis2l 1 "YES" 2 "NO" ; label values puabsot puabsot; label define puabsot 1 "YES" 2 "NO" 3 "RETIRED" 4 "DISABLED" 5 "UNABLE TO WORK" ; label values pulay pulay; label define pulay 1 "YES" 2 "NO" 3 "RETIRED" 4 "DISABLED" 5 "UNABLE TO WORK" ; label values peabsrsn peabsrsn; label define peabsrsn 1 "ON LAYOFF" 2 "SLACK WORK/BUSINESS CONDITIONS" 3 "WAITING FOR A NEW JOB TO BEGIN" 4 "VACATION/PERSONAL DAYS" 5 "OWN ILLNESS/INJURY/MEDICAL" 6 "CHILD CARE PROBLEMS" 7 "OTHER FAMILY/PERSONAL" 8 "MATERNITY/PATERNITY LEAVE" 9 "LABOR DISPUTE" 10 "WEATHER AFFECTED JOB" 11 "SCHOOL/TRAINING" 12 "CIVIC/MILITARY DUTY" 13 "DOES NOT WORK IN THE BUSINESS" 14 "OTHER (SPECIFY)" ; label values peabspdo peabspdo; label define peabspdo 1 "YES" 2 "NO" ; label values pemjot pemjot; label define pemjot 1 "YES" 2 "NO" ; label values pemjnum pemjnum; label define pemjnum 2 "2 JOBS" 3 "3 JOBS" 4 "4 OR MORE JOBS" ; label values pehrusl1 pehrusla; label define pehrusla -4 "HOURS VARY" ; label values pehrusl2 pehruslb; label define pehruslb -4 "HOURS VARY" ; label values pehrftpt pehrftpt; label define pehrftpt 1 "YES" 2 "NO" 3 "HOURS VARY" ; label values pehruslt pehruslt; label define pehruslt -4 "VARIES" ; label values pehrwant pehrwant; label define pehrwant 1 "YES" 2 "NO" 3 "REGULAR HOURS ARE FULL-TIME" ; label values pehrrsn1 pehrrsna; label define pehrrsna 1 "SLACK WORK/BUSINESS CONDITIONS" 2 "COULD ONLY FIND PART-TIME WORK" 3 "SEASONAL WORK" 4 "CHILD CARE PROBLEMS" 5 "OTHER FAMILY/PERSONAL" 6 "HEALTH/MEDICAL LIMITATIONS" 7 "SCHOOL/TRAINING" 8 "RETIRED/SOCIAL SECURITY LIMIT" 9 "FULL-TIME WORKWEEK IS LESS" 10 "OTHER - SPECIFY" ; label values pehrrsn2 pehrrsnb; label define pehrrsnb 1 "CHILD CARE PROBLEMS" 2 "OTHER FAMILY/PERSONAL" 3 "HEALTH/MEDICAL LIMITATIONS" 4 "SCHOOL/TRAINING" 5 "RETIRED/SOCIAL SECURITY LIMIT" 6 "FULL-TIME WORKWEEK LESS THAN" 7 "OTHER - SPECIFY" ; label values pehrrsn3 pehrrsnc; label define pehrrsnc 1 "SLACK WORK/BUSINESS CONDITIONS" 2 "SEASONAL WORK" 3 "JOB STARTED OR ENDED DURING" 4 "VACATION/PERSONAL DAY" 5 "OWN ILLNESS/INJURY/MEDICAL" 6 "HOLIDAY (LEGAL OR RELIGIOUS)" 7 "CHILD CARE PROBLEMS" 8 "OTHER FAMILY/PERSONAL" 9 "LABOR DISPUTE" 10 "WEATHER AFFECTED JOB" 11 "SCHOOL/TRAINING" 12 "CIVIC/MILITARY DUTY" 13 "OTHER REASON" ; label values puhroff1 puhroffa; label define puhroffa 1 "YES" 2 "NO" ; label values puhrot1 puhrot1l; label define puhrot1l 1 "YES" 2 "NO" ; label values pehravl pehravl; label define pehravl 1 "YES" 2 "NO" ; label values puhrck1 puhrck1l; label define puhrck1l 1 "GOTO PUHRUSL2" 2 "GOTO PUHRUSLT" ; label values puhrck2 puhrck2l; label define puhrck2l 1 "IF ENTRY OF 1 IN MJ AND ENTRY" 2 "IF ENTRY OF 1 IN MJ AND" 3 "IF ENTRY OF 2, D OR R IN MJ" 4 "IF ENTRY OF 1 IN BUS1 AND" 5 "ALL OTHERS GOTO HRCK3-C" ; label values puhrck3 puhrck3l; label define puhrck3l 1 "IF ENTRY OF 1 IN ABSOT OR" 2 "IF ENTRY OF 3 IN RET1 GOTO" 3 "IF ENTRY IN HRUSLT IS" 4 "IF ENTRY IN HRUSLT IS 35+ GOTO" 5 "ALL OTHERS GOTO HRCK4-C" 6 "GOTO PUHRCK4" ; label values puhrck4 puhrck4l; label define puhrck4l 1 "IF ENTRY OF 1, D, R OR V" 2 "IF ENTRY OF 2, D OR R IN BUS2" 3 "IF HRUSLT IS 0-34 THEN GOTO" 4 "IF ENTRY OF 2 IN HRFTPT THEN" 5 "ALL OTHERS GOTO HRACT1" ; label values puhrck5 puhrck5l; label define puhrck5l 1 "IF ENTRY OF 1 IN MJOT GOTO" 2 "ALL OTHERS GOTO HRCK6-C" ; label values puhrck6 puhrck6l; label define puhrck6l 1 "IF HRACT1 AND HRACT2 EQ 0 AND" 2 "IF HRACT1 AND HRACT2 EQ 0 THEN" 3 "ALL OTHERS GOTO HRACTT-C" ; label values puhrck7 puhrck7l; label define puhrck7l 1 "(IF ENTRY OF 2, D OR R IN" 2 "(IF ENTRY OF 2, D OR R IN" 3 "(IF HRUSLT IS 35+ OR IF ENTRY" 4 "IF ENTRY OF 1 IN HRWANT AND" 5 "ALL OTHERS GOTO HRCK8" ; label values puhrck12 puhrck1b; label define puhrck1b 1 "IF ENTRY OF 2, D OR R IN BUS2" 2 "ALL OTHERS GOTO IOCK1" ; label values pulaydt pulaydt; label define pulaydt 1 "YES" 2 "NO" ; label values pulay6m pulay6m; label define pulay6m 1 "YES" 2 "NO" ; label values pelayavl pelayavl; label define pelayavl 1 "YES" 2 "NO" ; label values pulayavr pulayavr; label define pulayavr 1 "OWN TEMPORARY ILLNESS" 2 "GOING TO SCHOOL" 3 "OTHER" ; label values pelaylk pelaylk; label define pelaylk 1 "YES" 2 "NO" ; label values pelayfto pelayfto; label define pelayfto 1 "YES" 2 "NO" ; label values pulayck1 pulaycka; label define pulaycka 1 "GOTO PULAYCK3" 2 "GOTO PULAYFT" 3 "GOTO PULAYDR" ; label values pulayck2 pulayckb; label define pulayckb 1 "GOTO PULAYDR3" 2 "GOTO PULAYFT" ; label values pulayck3 pulayckc; label define pulayckc 1 "MISCK = 5 GOTO IO1INT" 2 "I-ICR = 1 OR I-OCR = 1, GOTO" 3 "ALL OTHERS GOTO SCHCK" ; label values pulk pulk; label define pulk 1 "YES" 2 "NO" 3 "RETIRED" 4 "DISABLED" 5 "UNABLE TO WORK" ; label values pelkm1 pelkm1l; label define pelkm1l 1 "CONTACTED EMPLOYER DIRECTLY/" 2 "CONTACTED PUBLIC EMPLOYMENT" 3 "CONTACTED PRIVATE EMPLOYMENT" 4 "CONTACTED FRIENDS OR RELATIVES" 5 "CONTACTED SCHOOL/UNIVERSITY" 6 "SENT OUT RESUMES/FILLED OUT" 7 "CHECKED UNION/PROFESSIONAL\" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING" 12 "NOTHING" 13 "OTHER PASSIVE" ; label values pulkm2 pulkm2l; label define pulkm2l 1 "CONTACTED EMPLOYER DIRECTLY/" 2 "CONTACTED PUBLIC EMPLOYMEN" 4 "CONTACTED FRIENDS OR RELATIVES" 5 "CONTACTED SCHOOL/UNIVERSITY EM" 6 "SENT OUT RESUMES/FILLED OUT" 7 "CHECKED UNION/PROFESSIONAL" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING" 13 "OTHER PASSIVE" ; label values pulkm3 pulkm3l; label define pulkm3l 1 "CONTACTED EMPLOYER DIRECTLY/" 2 "CONTACTED PUBLIC EMPLOYMENT" 3 "CONTACTED PRIVATE EMPLOYMENT" 4 "CONTACTED FRIENDS OR RELATIVES" 5 "CONTACTED SCHOOL/UNIVERSITY" 6 "SENT OUT RESUMES/FILLED OUT" 7 "CHECKED UNION/PROFESSIONAL" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING" 13 "OTHER PASSIVE" ; label values pulkm4 pulkm4l; label define pulkm4l 1 "CONTACTED EMPLOYER DIRECTLY/" 2 "CONTACTED PUBLIC EMPLOYMENT" 3 "CONTACTED PRIVATE EMPLOYMENT" 4 "CONTACTED FRIENDS OR RELATIVES" 5 "CONTACTED SCHOOL/UNIVERSITY" 6 "SENT OUT RESUMES/FILLED OUT" 7 "CHECKED UNION/PROFESSIONAL" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING" 13 "OTHER PASSIVE" ; label values pulkm5 pulkm5l; label define pulkm5l 1 "CONTACTED EMPLOYER DIRECTLY/" 2 "CONTACTED PUBLIC EMPLOYMENT" 3 "CONTACTED PRIVATE EMPLOYMENT" 4 "CONTACTED FRIENDS OR RELATIVES" 5 "CONTACTED SCHOOL/UNIVERSITY" 6 "SENT OUT RESUMES/FILLED OUT" 7 "CHECKED UNION/PROFESSIONAL" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING" 13 "OTHER PASSIVE" ; label values pulkm6 pulkm6l; label define pulkm6l 1 "CONTACTED EMPLOYER DIRECTLY/" 2 "CONTACTED PUBLIC EMPLOYMENT" 3 "CONTACTED PRIVATE EMPLOYMENT" 4 "CONTACTED FRIENDS OR RELATIVES" 5 "CONTACTED SCHOOL/UNIVERSITY" 6 "SENT OUT RESUMES/FILLED OUT" 7 "CHECKED UNION/PROFESSIONAL" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING" 13 "OTHER PASSIVE" ; label values pulkdk1 pulkdk1l; label define pulkdk1l 1 "CONTACTED EMPLOYER DIRECTLY/" 2 "CONTACTED PUBLIC" 3 "CONTACTED PRIVATE EMPLOYMENT" 4 "CONTACTED FRIENDS OR RELATIVES" 6 "SENT OUT RESUMES/FILLED OUT" 7 "CHECKED UNION/PROFESSIONAL" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING PROGRAM" 12 "NOTHING" 13 "OTHER PASSIVE" ; label values pulkdk2 pulkdk2l; label define pulkdk2l 1 "CONTACTED EMPLOYER DIRECTLY/" 2 "CONTACTED PUBLIC EMPLOYMENT" 3 "CONTACTED PRIVATE EMPLOYMENT" 4 "CONTACTED FRIENDS OR RELATIVES" 5 "CONTACTED SCHOOL/UNIVERSITY" 7 "CHECKED UNION/PROFESSIONAL" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING" 13 "OTHER PASSIVE" ; label values pulkdk3 pulkdk3l; label define pulkdk3l 1 "CONTACTED EMPLOYER DIRECTLY/" 3 "CONTACTED PRIVATE EMPLOYME" 4 "CONTACTED FRIENDS OR RELATIVES" 5 "CONTACTED SCHOOL/UNIVERSITY" 6 "SENT OUT RESUMES/FILLED OUT" 7 "CHECKED UNION/PROFESSIONAL" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING" 13 "OTHER PASSIVE" ; label values pulkdk4 pulkdk4l; label define pulkdk4l 1 "CONTACTED EMPLOYER DIRECTLY" 2 "CONTACTED PUBLIC EMPLOYMENT" 3 "CONTACTED PRIVATE EMPLOYMENT" 4 "CONTACTED FRIENDS OR RELATIVES" 5 "CONTACTED SCHOOL/UNIVERSITY" 6 "SENT OUT RESUMES/FILLED OUT" 7 "CHECKED UNION/PROFESSIONAL" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING" 13 "OTHER PASSIVE" ; label values pulkdk5 pulkdk5l; label define pulkdk5l 1 "CONTACTED EMPLOYER DIRECTLY/" 2 "CONTACTED PUBLIC" 3 "CONTACTED PRIVATE" 4 "CONTACTED FRIENDS OR RELATIVES" 5 "CONTACTED SCHOOL/UNIVERSITY EM" 6 "SENT OUT RESUMES/FILLED OUT" 7 "CHECKED UNION/PROFESSIONAL" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING" 13 "OTHER PASSIVE" ; label values pulkdk6 pulkdk6l; label define pulkdk6l 1 "CONTACTED EMPLOYER" 2 "CONTACTED PUBLIC EMPLOYMENT" 3 "CONTACTED PRIVATE EMPLOYMENT" 4 "CONTACTED FRIENDS OR RELATIVES" 5 "CONTACTED SCHOOL/UNIVERSITY" 6 "SENT OUT RESUMES/FILLED OUT" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING PROGRAMS" 13 "OTHER PASSIVE" ; label values pulkps1 pulkps1l; label define pulkps1l 1 "CONTACTED EMPLOYER" 2 "CONTACTED PUBLIC EMPLOYMENT" 3 "CONTACTED PRIVATE EMPLOYMENT" 5 "CONTACTED SCHOOL/UNIVERSITY" 6 "SENT OUT RESUMES/FILLED OUT" 7 "CHECKED UNION/PROFESSIONAL" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING" 12 "NOTHING" 13 "OTHER PASSIVE" ; label values pulkps2 pulkps2l; label define pulkps2l 1 "CONTACTED EMPLOYER" 2 "CONTACTED PUBLIC EMPLOYMENT" 3 "CONTACTED PRIVATE EMPLOYMENT" 4 "CONTACTED FRIENDS OR RELATIVES" 5 "CONTACTED SCHOOL/UNIVERSITY" 6 "SENT OUT RESUMES/FILLED OUT" 7 "CHECKED UNION/PROFESSIONAL" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING" 13 "OTHER PASSIVE" ; label values pulkps3 pulkps3l; label define pulkps3l 1 "CONTACTED EMPLOYER" 2 "CONTACTED PUBLIC EMPLOYMENT" 3 "CONTACTED PRIVATE EMPLOYMENT" 4 "CONTACTED FRIENDS OR RELATIVES" 5 "CONTACTED SCHOOL/UNIVERSITY" 6 "SENT OUT RESUMES/FILLED OUT" 7 "CHECKED UNION/PROFESSIONAL" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING" 13 "OTHER PASSIVE" ; label values pulkps4 pulkps4l; label define pulkps4l 1 "CONTACTED EMPLOYER DIRECTLY/" 2 "CONTACTED PUBLIC EMPLOYMEN" 3 "CONTACTED PRIVATE EMPLOYMENT" 4 "CONTACTED FRIENDS OR RELATIVES" 5 "CONTACTED SCHOOL/UNIVERSITY EM" 6 "SENT OUT RESUMES/FILLED OUT" 7 "CHECKED UNION/PROFESSIONAL" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING" 13 "OTHER PASSIVE" ; label values pulkps5 pulkps5l; label define pulkps5l 1 "CONTACTED EMPLOYER DIRECTLY/" 2 "CONTACTED PUBLIC EMPLOYMENT" 3 "CONTACTED PRIVATE EMPLOYMENT" 4 "CONTACTED FRIENDS OR RELATIVES" 5 "CONTACTED SCHOOL/UNIVERSITY" 6 "SENT OUT RESUMES/FILLED OU" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING PROGRAMS" 13 "OTHER PASSIVE" ; label values pulkps6 pulkps6l; label define pulkps6l 1 "CONTACTED EMPLOYER DIRECTLY/" 2 "CONTACTED PUBLIC EMPLOYMENT" 3 "CONTACTED PRIVATE EMPLOYMENT" 4 "CONTACTED FRIENDS OR RELATIVES" 5 "CONTACTED SCHOOL/UNIVERSITY" 6 "SENT OUT RESUMES/FILLED OUT" 7 "CHECKED UNION/PROFESSIONAL" 8 "PLACED OR ANSWERED ADS" 9 "OTHER ACTIVE" 10 "LOOKED AT ADS" 11 "ATTENDED JOB TRAINING" 13 "OTHER PASSIVE" ; label values pelkavl pelkavl; label define pelkavl 1 "YES" 2 "NO" ; label values pulkavr pulkavr; label define pulkavr 1 "WAITING FOR NEW JOB TO BEGIN" 2 "OWN TEMPORARY ILLNESS" 3 "GOING TO SCHOOL" 4 "OTHER - SPECIFY" ; label values pelkll1o pelkll1o; label define pelkll1o 1 "WORKING" 2 "SCHOOL" 3 "LEFT MILITARY SERVICE" 4 "SOMETHING ELSE" ; label values pelkll2o pelkll2o; label define pelkll2o 1 "LOST JOB" 2 "QUIT JOB" 3 "TEMPORARY JOB ENDED" ; label values pelklwo pelklwo; label define pelklwo 1 "WITHIN THE LAST 12 MONTHS" 2 "MORE THAN 12 MONTHS AGO" 3 "NEVER WORKED" ; label values pelkfto pelkfto; label define pelkfto 1 "YES" 2 "NO" 3 "DOESN'T MATTER" ; label values pedwwnto pedwwnto; label define pedwwnto 1 "YES, OR MAYBE, IT DEPENDS" 2 "NO" 3 "RETIRED" 4 "DISABLED" 5 "UNABLE" ; label values pedwrsn pedwrsn; label define pedwrsn 1 "BELIEVES NO WORK AVAILABLE IN" 2 "COULDN'T FIND ANY WORK" 3 "LACKS NECESSARY" 4 "EMPLOYERS THINK TOO YOUNG OR" 5 "OTHER TYPES OF DISCRIMINATION" 6 "CAN'T ARRANGE CHILD CARE" 7 "FAMILY RESPONSIBILITIES" 8 "IN SCHOOL OR OTHER TRAINING" 9 "ILL-HEALTH, PHYSICAL" 10 "TRANSPORTATION PROBLEMS" 11 "OTHER - SPECIFY" ; label values pedwlko pedwlko; label define pedwlko 1 "YES" 2 "NO" ; label values pedwwk pedwwk; label define pedwwk 1 "YES" 2 "NO" ; label values pedw4wk pedw4wk; label define pedw4wk 1 "YES" 2 "NO" ; label values pedwlkwk pedwlkwk; label define pedwlkwk 1 "YES" 2 "NO" ; label values pedwavl pedwavl; label define pedwavl 1 "YES" 2 "NO" ; label values pedwavr pedwavr; label define pedwavr 1 "OWN TEMPORARY ILLNESS" 2 "GOING TO SCHOOL" 3 "OTHER" ; label values pudwck1 pudwck1l; label define pudwck1l 1 "IF ENTRY OF 2 IN BUS2 GOTO" 2 "IF ENTRY OF 3 ON ABSRSN GOTO" 3 "IF ENTRY OF 1 IN RET1, STORE 1" 4 "ALL OTHERS GOTO PUDWWNT" ; label values pudwck2 pudwck2l; label define pudwck2l 1 "IF ENTRY IN DIS1 OR DIS2 GOTO" 2 "IF ENTRY OF 4 IN DWWNT GOTO" 3 "IF ENTRY OF 5 IN DWWNT GOTO" 4 "ALL OTHERS GOTO PUDWCK4" ; label values pudwck3 pudwck3l; label define pudwck3l 1 "IF AGERNG EQUALS 1-4 OR 9 GOTO" 2 "ALL OTHERS GOTO PUNLFCK2" ; label values pudwck4 pudwck4l; label define pudwck4l 1 "IF ENTRY OF 10 AND/OR 11" 2 "IF ENTRY OF 10 AND/OR 11" 3 "IF ENTRY OF 10 AND/OR 11" 4 "ALL OTHERS GOTO PUDWRSN" ; label values pudwck5 pudwck5l; label define pudwck5l 1 "IF ENTRY OF 1 IN LK THEN STORE" 2 "ALL OTHERS GOTO PUDWLK" ; label values pejhwko pejhwko; label define pejhwko 1 "YES" 2 "NO" ; label values pujhdp1o pujhdp1o; label define pujhdp1o 1 "YES" 2 "NO" ; label values pejhrsn pejhrsn; label define pejhrsn 1 "PERSONAL/FAMILY (INCLUDING" 2 "RETURN TO SCHOOL" 3 "HEALTH" 4 "RETIREMENT OR OLD AGE" 5 "TEMP, SEASONAL OR INTERMITTENT" 6 "SLACK WORK/BUSINESS CONDITIONS" 7 "UNSATISFACTORY WORK" 8 "OTHER - SPECIFY" ; label values pejhwant pejhwant; label define pejhwant 1 "YES, OR IT DEPENDS" 2 "NO" ; label values pujhck1 pujhck1l; label define pujhck1l 1 "PURET1 = 1, -2, OR -3" 2 "IF MISCK EQUALS 4 OR 8" 3 "ALL OTHERS GOTO PUNLFCK1" ; label values pujhck2 pujhck2l; label define pujhck2l 1 "IF ENTRY OF 1 IN DWWK AND" 2 "IF ENTRY OF 2, D OR R IN DWWK" 3 "ALL OTHERS GOTO PUJHWK" ; label values prabsrea prabsrea; label define prabsrea 1 "FT PAID-VACATION" 2 "FT PAID-OWN ILLNESS" 3 "FT PAID-CHILD CARE PROBLEMS" 4 "FT PAID-OTHER FAMILY/PERSONAL" 5 "FT PAID-MATERNITY/PATERNITY" 6 "FT PAID-LABOR DISPUTE" 7 "FT PAID-WEATHER AFFECTED JOB" 8 "FT PAID-SCHOOL/TRAINING" 9 "FT PAID-CIVIC/MILITARY DUTY" 10 "FT PAID-OTHER" 11 "FT UNPAID-VACATION" 12 "FT UNPAID-OWN ILLNESS" 13 "FT UNPAID-CHILD CARE PROBLEMS" 14 "FT UNPAID-OTHER FAM/PERSONAL" 15 "FT UNPAID-MATERNITY/PATERNITY" 16 "FT UNPAID-LABOR DISPUTE" 17 "FT UNPAID-WEATHER AFFECTED JOB" 18 "FT UNPAID-SCHOOL/TRAINING" 19 "FT UNPAID-CIVIC/MILITARY DUTY" 20 "FT UNPAID-OTHER" 21 "PT PAID-VACATION" 22 "PT PAID-OWN ILLNESS" 23 "PT PAID-CHILD CARE PROBLEMS" 24 "PT PAID-OTHER FAMILY/PERSONAL" 25 "PT PAID-MATERNITY/PATERNITY" 26 "PT PAID-LABOR DISPUTE" 27 "PT PAID-WEATHER AFFECTED JOB" 28 "PT PAID-SCHOOL/TRAINING" 29 "PT PAID-CIVIC/MILITARY DUTY" 30 "PT PAID-OTHER" 31 "PT UNPAID-VACATION" 32 "PT UNPAID-OWN ILLNESS" 33 "PT UNPAID-CHILD CARE PROBLEMS" 34 "PT UNPAID-OTHER FAM/PERSONAL" 35 "PT UNPAID-MATERNITY/PATERNITY" 36 "PT UNPAID-LABOR DISPUTE" 37 "PT UNPAID-WEATHER AFFECTED JOB" 38 "PT UNPAID-SCHOOL/TRAINING" 39 "PT UNPAID-CIVIC/MILITARY DUTY" 40 "PT UNPAID-OTHER" ; label values prcivlf prcivlf; label define prcivlf 1 "IN CIVILIAN LABOR FORCE" 2 "NOT IN CIVILIAN LABOR FORCE" ; label values prdisc prdisc; label define prdisc 1 "DISCOURAGED WORKER" 2 "CONDITIONALLY INTERESTED" 3 "NOT AVAILABLE" ; label values premphrs premphrs; label define premphrs 0 "UNEMPLOYED AND NILF" 1 "W/JOB, NOT AT WORK-ILLNES" 2 "W/JOB, NOT AT WORK-VACATION" 3 "W/JOB, NOT AT WORK-WEATHER" 4 "W/JOB, NOT AT WORK-LABOR" 5 "W/JOB, NOT AT WORK-CHILD CARE" 6 "W/JOB, NOT AT WORK-FAM/PERS" 7 "W/JOB, NOT AT WORK-" 8 "W/JOB, NOT AT WORK-" 9 "W/JOB, NOT AT WORK-CIVI" 10 "W/JOB, NOT AT WORK-DOES NOT" 11 "W/JOB, NOT AT WORK-OTHER" 12 "AT WORK- 1-4 HRS" 13 "AT WORK- 5-14 HRS" 14 "AT WORK- 15-21 HRS" 15 "AT WORK- 22-29 HRS" 16 "AT WORK- 30-34 HRS" 17 "AT WORK- 35-39 HRS" 18 "AT WORK- 40 HRS" 19 "AT WORK- 41-47 HRS" 20 "AT WORK- 48 HRS" 21 "AT WORK- 49-59 HRS" 22 "AT WORK- 60 HRS OR MORE" ; label values prempnot prempnot; label define prempnot 1 "EMPLOYED" 2 "UNEMPLOYED" 3 "NOT IN LABOR FORCE (NILF)-" 4 "NOT IN LABOR FORCE (NILF)-" ; label values prexplf prexplf; label define prexplf 1 "EMPLOYED" 2 "UNEMPLOYED" ; label values prftlf prftlf; label define prftlf 1 "FULL TIME LABOR FORCE" 2 "PART TIME LABOR FORCE" ; label values prhrusl prhrusl; label define prhrusl 1 "0-20 HRS" 2 "21-34 HRS" 3 "35-39 HRS" 4 "40 HRS" 5 "41-49 HRS" 6 "50 OR MORE HRS" 7 "VARIES-FULL TIME" 8 "VARIES-PART TIME" ; label values prjobsea prjobsea; label define prjobsea 1 "LOOKED LAST 4 WEEKS - NOT" 2 "LOOKED LAST 4 WEEKS - WORKED" 3 "LOOKED LAST 4 WEEKS - LAYOFF" 4 "UNAVAILABLE JOB SEEKERS" 5 "NO RECENT JOB SEARCH" ; label values prpthrs prpthrs; label define prpthrs 0 "USUALY FT, PT FOR NONECONOMIC" 1 "USU.FT, PT ECON REASONS;" 2 "USU.FT, PT ECON REASONS;" 3 "USU.FT, PT ECON REASONS;" 4 "USU.FT, PT ECON REASONS;" 5 "USU.PT, ECON REASONS; 1-4 HRS" 6 "USU.PT, ECON REASONS; 5-14 HRS" 7 "USU.PT, ECON REASONS;" 8 "USU.PT, ECON REASONS;" 9 "USU.PT, NON-ECON REASONS;" 10 "USU.PT, NON-ECON REASONS;" 11 "USU.PT, NON-ECON REASONS;" 12 "USU.PT, NON-ECON REASONS;" ; label values prptrea prptrea; label define prptrea 1 "USU. FT-SLACK WORK/BUSINESS" 2 "USU. FT-SEASONAL WORK" 3 "USU. FT-JOB STARTED/ENDED" 4 "USU. FT-VACATION/PERSONAL DAY" 5 "USU. FT-OWN ILLNESS/INJURY/" 6 "USU. FT-HOLIDAY (RELIGIOUS OR" 7 "USU. FT-CHILD CARE PROBLEMS" 8 "USU. FT-OTHER FAM/PERS" 9 "USU. FT-LABOR DISPUTE" 10 "USU. FT-WEATHER AFFECTED JOB" 11 "USU. FT-SCHOOL/TRAINING" 12 "USU. FT-CIVIC/MILITARY DUTY" 13 "USU. FT-OTHER REASON" 14 "USU. PT-SLACK WORK/BUSINESS" 15 "USU. PT-COULD ONLY FIND PT" 16 "USU. PT-SEASONAL WORK" 17 "USU. PT-CHILD CARE PROBLEMS" 18 "USU. PT-OTHER FAM/PERS" 19 "USU. PT-HEALTH/MEDICAL" 20 "USU. PT-SCHOOL/TRAINING" 21 "USU. PT-RETIRED/S.S. LIMIT ON" 22 "USU. PT-WORKWEEK <35 HOURS" 23 "USU. PT-OTHER REASON" ; label values prusftpt prusftpt; label define prusftpt 1 "FULL TIME" 2 "PART TIME" 3 "STATUS UNKNOWN" ; label values pruntype pruntype; label define pruntype 1 "JOB LOSER/ON LAYOFF" 2 "OTHER JOB LOSER" 3 "TEMPORARY JOB ENDED" 4 "JOB LEAVER" 5 "RE-ENTRANT" 6 "NEW-ENTRANT" ; label values prwksch prwksch; label define prwksch 0 "NOT IN LABOR FORCE" 1 "AT WORK" 2 "WITH JOB, NOT AT WORK" 3 "UNEMPLOYED, SEEKS FT" 4 "UNEMPLOYED, SEEKS PT" ; label values prwkstat prwkstat; label define prwkstat 1 "NOT IN LABOR FORCE" 2 "FT HOURS (35+), USUALLY FT" 3 "PT FOR ECONOMIC REASONS," 4 "PT FOR NON-ECONOMIC REASONS," 5 "NOT AT WORK, USUALLY FT" 6 "PT HRS, USUALLY PT FOR" 7 "PT HRS, USUALLY PT FOR NON-" 8 "FT HOURS, USUALLY PT FOR" 9 "FT HOURS, USUALLY PT FOR NON-" 10 "NOT AT WORK, USUALLY PART-TIME" 11 "UNEMPLOYED FT" 12 "UNEMPLOYED PT" ; label values prwntjob prwntjob; label define prwntjob 1 "WANT A JOB" 2 "OTHER NOT IN LABOR FORCE" ; label values pujhck3 pujhck3l; label define pujhck3l 1 "IF I-MLR EQ 3 OR 4 THEN GOTO" 2 "ALL OTHERS GOTO PUJHRSN" ; label values pujhck4 pujhck4l; label define pujhck4l 1 "IF ENTRY OF 2, D OR R IN" 2 "IF ENTRY OF 1 IN PUDW4WK OR IN" 3 "IF I-MLR EQUALS 1 OR 2 AND" 4 "IF ENTRY IN PUJHRSN THEN GOTO" 5 "ALL OTHERS GOTO PUNLFCK1" ; label values pujhck5 pujhck5l; label define pujhck5l 1 "IF I-IO1ICR EQUALS 1 OR I-" 2 "ALL OTHERS GOTO PUIOCK5" ; label values puiodp1 puiodp1l; label define puiodp1l 1 "YES" 2 "NO" ; label values puiodp2 puiodp2l; label define puiodp2l 1 "YES" 2 "NO" ; label values puiodp3 puiodp3l; label define puiodp3l 1 "YES" 2 "NO" ; label values peio1cow peio1cow; label define peio1cow 1 "GOVERNMENT - FEDERAL" 2 "GOVERNMENT - STATE" 3 "GOVERNMENT - LOCAL" 4 "PRIVATE, FOR PROFIT" 5 "PRIVATE, NONPROFIT" 6 "SELF-EMPLOYED, INCORPORATED" 7 "SELF-EMPLOYED, UNINCORPORATED" 8 "WITHOUT PAY" ; label values puio1mfg puio1mfg; label define puio1mfg 1 "MANUFACTURING" 2 "RETAIL TRADE" 3 "WHOLESALE TRADE" 4 "SOMETHING ELSE" ; label values peio2cow peio2cow; label define peio2cow 1 "GOVERNMENT - FEDERAL" 2 "GOVERNMENT - STATE" 3 "GOVERNMENT - LOCAL" 4 "PRIVATE, FOR PROFIT" 5 "PRIVATE, NONPROFIT" 6 "SELF-EMPLOYED, INCORPORATED" 7 "SELF-EMPLOYED, UNINCORPORATED" 8 "WITHOUT PAY" 9 "UNKNOWN" 10 "GOVERNMENT, LEVEL UNKNOWN" 11 "SELF-EMPLOYED, INCORP. STATUS" ; label values puio2mfg puio2mfg; label define puio2mfg 1 "MANUFACTURING" 2 "RETAIL TRADE" 3 "WHOLESALE TRADE" 4 "SOMETHING ELSE" ; label values puiock1 puiock1l; label define puiock1l 1 "IF {MISCK EQ 1 OR 5)" 2 "IF (MISCK EQ 1 OR 5)" 3 "IF I-IO1NAM IS D, R OR BLANK" 4 "ALL OTHERS GOTO PUIODP1" ; label values puiock2 puiock2l; label define puiock2l 1 "IF I-IO1ICR EQ 1 THEN GOTO" 2 "IF I-IO1OCR EQ 1 THEN GOTO" 3 "ALL OTHERS GOTO PUIODP2" ; label values puiock3 puiock3l; label define puiock3l 1 "IF I-IO1OCC EQUALS D, R OR" 2 "IF I-IO1DT1 IS D, R OR BLANK" 3 "ALL OTHERS GOTO PUIODP3" ; label values prioelg prioelg; label define prioelg 0 "NOT ELIGIBLE FOR EDIT" 1 "ELIGIBLE FOR EDIT" ; label values pragna pragna; label define pragna 1 "AGRICULTURAL" 2 "NON-AGRICULTURAL" ; label values prcow1 prcow1l; label define prcow1l 1 "FEDERAL GOVT" 2 "STATE GOVT" 3 "LOCAL GOVT" 4 "PRIVATE (INCL. SELF-EMPLOYED" 5 "SELF-EMPLOYED, UNINCORP." 6 "WITHOUT PAY" ; label values prcow2 prcow2l; label define prcow2l 1 "FEDERAL GOVT" 2 "STATE GOVT" 3 "LOCAL GOVT" 4 "PRIVATE (INCL. SELF-EMPLOYED" 5 "SELF-EMPLOYED, UNINCORP." 6 "WITHOUT PAY" ; label values prcowpg prcowpg; label define prcowpg 1 "PRIVATE" 2 "GOVERNMENT" ; label values prdtcow1 prdtcowa; label define prdtcowa 1 "AGRI., WAGE & SALARY, PRIVATE" 2 "AGRI., WAGE & SALARY," 3 "AGRI., SELF-EMPLOYED" 4 "AGRI., UNPAID" 5 "NONAG, WS, PRIVATE, PRIVATE" 6 "NONAG, WS, PRIVATE, OTHER" 7 "NONAG, WS, GOVT, FEDERAL" 8 "NONAG, WS, GOVT, STATE" 9 "NONAG, WS, GOVT, LOCAL" 10 "NONAG, SELF-EMPLOYED" 11 "NONAG, UNPAID" ; label values prdtcow2 prdtcowb; label define prdtcowb 1 "AGRI., WAGE & SALARY, PRIVATE" 2 "AGRI., WAGE & SALARY," 3 "AGRI., SELF-EMPLOYED" 4 "AGRI., UNPAID" 5 "NONAG, WS, PRIVATE, PRIVATE" 6 "NONAG, WS, PRIVATE, OTHER" 7 "NONAG, WS, GOVT, FEDERAL" 8 "NONAG, WS, GOVT, STATE" 9 "NONAG, WS, GOVT, LOCAL" 10 "NONAG, SELF-EMPLOYED" 11 "NONAG, UNPAID" ; label values prdtind1 prdtinda; label define prdtinda 1 "Agriculture" 2 "Forestry, logging, fishing," 3 "Mining" 4 "Construction" 5 "Nonmetallic mineral product" 6 "Primary metals and fabricated" 7 "Machinery manufacturing" 8 "Computer and electronic" 9 "Electrical equipment," 10 "Transportation equipment" 11 "Wood products" 12 "Furniture and fixtures" 13 "Miscellaneous and not" 14 "Food manufacturing" 15 "Beverage and tobacco products" 16 "Textile, apparel, and leather" 17 "Paper and printing" 18 "Petroleum and coal products" 19 "Chemical manufacturing" 20 "Plastics and rubber products" 21 "Wholesale trade" 22 "Retail trade" 23 "Transportation and warehousing" 24 "Utilities" 25 "Publishing industries (except" 26 "Motion picture and sound" 27 "Broadcasting (except internet)" 28 "Internet publishing and" 29 "Telecommunications" 30 "Internet service providers and" 31 "Other information services" 32 "Finance" 33 "Insurance" 34 "Real estate" 35 "Rental and leasing services" 36 "Professional and technical" 37 "Management of companies and" 38 "Administrative and support" 39 "Waste management and" 40 "Educational services" 41 "Hospitals" 42 "Health care services, except" 43 "Social assistance" 44 "Arts, entertainment, and" 45 "Accommodation" 46 "Food services and drinking" 47 "Repair and maintenance" 48 "Personal and laundry services" 49 "Membership associations and" 50 "Private households" 51 "Public administration" 52 "Armed forces" ; label values prdtind2 prdtindb; label define prdtindb 1 "Agriculture" 2 "Forestry, logging, fishing," 3 "Mining" 4 "Construction" 5 "Nonmetallic mineral product" 6 "Primary metals and fabricated" 7 "Machinery manufacturing" 8 "Computer and electronic" 9 "Electrical equipment," 10 "Transportation equipment" 11 "Wood products" 12 "Furniture and fixtures" 13 "Miscellaneous and not" 14 "Food manufacturing" 15 "Beverage and tobacco products" 16 "Textile, apparel, and leather" 17 "Paper and printing" 18 "Petroleum and coal products" 19 "Chemical manufacturing" 20 "Plastics and rubber products" 21 "Wholesale trade" 22 "Retail trade" 23 "Transportation and warehousing" 24 "Utilities" 25 "Publishing industries (except" 26 "Motion picture and sound" 27 "Broadcasting (except internet)" 28 "Internet publishing and" 29 "Telecommunications" 30 "Internet service providers and" 31 "Other information services" 32 "Finance" 33 "Insurance" 34 "Real estate" 35 "Rental and leasing services" 36 "Professional and technical" 37 "Management of companies and" 38 "Administrative and support" 39 "Waste management and" 40 "Educational services" 41 "Hospitals" 42 "Health care services, except" 43 "Social assistance" 44 "Arts, entertainment, and" 45 "Accommodation" 46 "Food services and drinking" 47 "Repair and maintenance" 48 "Personal and laundry services" 49 "Membership associations and" 50 "Private households" 51 "Public administration" 52 "Armed forces" ; label values prdtocc1 prdtocca; label define prdtocca 1 "Management occupations" 2 "Business and financial" 3 "Computer and mathematical" 4 "Architecture and engineering" 5 "Life, physical, and social" 6 "Community and social service" 7 "Legal occupations" 8 "Education, training, and" 9 "Arts, design, entertainment," 10 "Healthcare practitioner and" 11 "Healthcare support occupations" 12 "Protective service occupations" 13 "Food preparation and serving" 14 "Building and grounds cleaning" 15 "Personal care and service" 16 "Sales and related occupations" 17 "Office and administrative" 18 "Farming, fishing, and forestry" 19 "Construction and extraction" 20 "Installation, maintenance, and" 21 "Production occupations" 22 "Transportation and material" 23 "Armed Forces" ; label values prdtocc2 prdtoccb; label define prdtoccb 1 "Management occupations" 2 "Business and financial" 3 "Computer and mathematical" 4 "Architecture and engineering" 5 "Life, physical, and social" 6 "Community and social service" 7 "Legal occupations" 8 "Education, training, and" 9 "Arts, design, entertainment," 10 "Healthcare practitioner and" 11 "Healthcare support occupations" 12 "Protective service occupations" 13 "Food preparation and serving" 14 "Building and grounds cleaning" 15 "Personal care and service" 16 "Sales and related occupations" 17 "Office and administrative" 18 "Farming, fishing, and forestry" 19 "Construction and extraction" 20 "Installation, maintenance, and" 21 "Production occupations" 22 "Transportation and material" 23 "Armed Forces" ; label values premp premp; label define premp 1 "EMPLOYED PERSONS (EXC. FARM &" ; label values prmjind1 prmjinda; label define prmjinda 1 "Agriculture, forestry," 2 "Mining" 3 "Construction" 4 "Manufacturing" 5 "Wholesale and retail trade" 6 "Transportation and utilities" 7 "Information" 8 "Financial activities" 9 "Professional and business" 10 "Educational and health" 11 "Leisure and hospitality" 12 "Other services" 13 "Public administration" 14 "Armed Forces" ; label values prmjind2 prmjindb; label define prmjindb 1 "Agriculture, forestry," 2 "Mining" 3 "Construction" 4 "Manufacturing" 5 "Wholesale and retail trade" 6 "Transportation and utilities" 7 "Information" 8 "Financial activities" 9 "Professional and business" 10 "Educational and health" 11 "Leisure and hospitality" 12 "Other services" 13 "Public administration" 14 "Armed Forces" ; label values prmjocc1 prmjocca; label define prmjocca 1 "Management, business, and" 2 "Professional and related" 3 "Service occupations" 4 "Sales and related occupations" 5 "Office and administrative" 6 "Farming, fishing, and forestry" 7 "Construction and extraction" 8 "Installation, maintenance, and" 9 "Production occupations" 10 "Transportation and material" 11 "Armed Forces" ; label values prmjocc2 prmjoccb; label define prmjoccb 1 "Management, business, and" 2 "Professional and related" 3 "Service occupations" 4 "Sales and related occupations" 5 "Office and administrative" 6 "Farming, fishing, and forestry" 7 "Construction and extraction" 8 "Installation, maintenance, and" 9 "Production occupations" 10 "Transportation and material" 11 "Armed Forces" ; label values prmjocgr prmjocgr; label define prmjocgr 1 "Management, professional, and" 2 "Service occupations" 3 "Sales and office occupations" 4 "Farming, fishing, and forestry" 5 "Construction, and maintenance" 6 "Production, transportation," 7 "Armed Forces" ; label values prnagpws prnagpws; label define prnagpws 1 "NON-AG PRIV WAGE & SALARY" ; label values prnagws prnagws; label define prnagws 1 "NON-AG WAGE AND SALARY WORKERS" ; label values prsjmj prsjmj; label define prsjmj 1 "SINGLE JOBHOLDER" 2 "MULTIPLE JOBHOLDER" ; label values prerelg prerelg; label define prerelg 0 "NOT ELIGIBLE FOR EDIT" 1 "ELIGIBLE FOR EDIT" ; label values peernuot peernuot; label define peernuot 1 "YES" 2 "NO" ; label values peernper peernper; label define peernper 1 "HOURLY" 2 "WEEKLY" 3 "BI-WEEKLY" 4 "TWICE MONTHLY" 5 "MONTHLY" 6 "ANNUALLY" 7 "OTHER - SPECIFY" ; label values peernrt peernrt; label define peernrt 1 "YES" 2 "NO" ; label values peernhry peernhry; label define peernhry 1 "HOURLY WORKER" 2 "NONHOURLY WORKER" ; label values pthr pthr; label define pthr 0 "NOT TOPCODED" 1 "TOPCODED" ; label values ptwk ptwk; label define ptwk 0 "NOT TOPCODED" 1 "TOPCODED" ; label values puern2 puern2l; label define puern2l 2 "IMPLIED DECIMALS" ; label values ptot ptot; label define ptot 0 "NOT TOPCODED" 1 "TOPCODED" ; label values peernlab peernlab; label define peernlab 1 "YES" 2 "NO" ; label values peerncov peerncov; label define peerncov 1 "YES" 2 "NO" ; label values penlfjh penlfjh; label define penlfjh 1 "WITHIN THE LAST 12 MONTHS" 2 "MORE THAN 12 MONTHS AGO" 3 "NEVER WORKED" ; label values penlfret penlfret; label define penlfret 1 "YES" 2 "NO" ; label values penlfact penlfact; label define penlfact 1 "DISABLED" 2 "ILL" 3 "IN SCHOOL" 4 "TAKING CARE OF HOUSE OR FAMILY" 5 "IN RETIREMENT" 6 "SOMETHING ELSE/OTHER" ; label values punlfck1 punlfcka; label define punlfcka 1 "IF AGERNG EQUALS 1-4 OR 9" 2 "ALL OTHERS GOT NLFRET" ; label values punlfck2 punlfckb; label define punlfckb 1 "IF MISCK EQUALS 4 OR 8 THEN GO" 2 "ALL OTHERS GOTO LBFR-END" ; label values peschenr peschenr; label define peschenr 1 "YES" 2 "NO" ; label values peschft peschft; label define peschft 1 "FULL-TIME" 2 "PART-TIME" ; label values peschlvl peschlvl; label define peschlvl 1 "HIGH SCHOOL" 2 "COLLEGE OR UNIVERSITY" ; label values prnlfsch prnlfsch; label define prnlfsch 1 "IN SCHOOL" 2 "NOT IN SCHOOL" ; label values prchld prchld; label define prchld -1 "NIU (Not a parent)" 0 "No own children under 18 years" 1 "All own children 0- 2 years" 2 "All own children 3- 5 years" 3 "All own children 6-13 years" 4 "All own children 14-17 years" 5 "Own children 0- 2 and 3- 5" 6 "Own children 0- 2 and 6-13" 7 "Own children 0- 2 and 14-17" 8 "Own children 3- 5 and 6-13" 9 "Own children 3- 5 and 14-17" 10 "Own children 6-13 and 14-17" 11 "Own children 0- 2, 3- 5, and" 12 "Own children 0- 2, 3- 5, and" 13 "Own children 0- 2, 6-13, and" 14 "Own children 3- 5, 6-13, and" 15 "Own children from all age" ; label values prnmchld prnmchld; label define prnmchld -1 "NIU (Not a parent)" ; label values prwernal prwernal; label define prwernal 0 "NO ALLOCATION" 1 "ONE OR MORE COMPONENTS OF THE" ; label values prhernal prhernal; label define prhernal 0 "NO ALLOCATION" 1 "ONE OR MORE COMPONENT OF THE" ; label values pedipged pedipged; label define pedipged -1 "Not in universe" 1 "Graduation from high school" 2 "GED or other equivalent" ; label values pehgcomp pehgcomp; label define pehgcomp -1 "Not in universe" 1 "Less than 1st grade" 2 "1st, 2nd, 3rd, or 4th grade" 3 "5th or 6th grade" 4 "7th or 8th grade" 5 "9th grade" 6 "10th grade" 7 "11th grade" 8 "12th grade (no diploma)" ; label values pecyc pecyc; label define pecyc -1 "Not in universe" 1 "Less than 1 year (includes 0" 2 "The first or Freshman year" 3 "The second or Sophomore year" 4 "The third or Junior year" 5 "Four or more years" ; label values pegrprof pegrprof; label define pegrprof -1 "Not in universe" 1 "Yes" 2 "No" ; label values pegr6cor pegr6cor; label define pegr6cor -1 "Not in universe" 1 "Yes" 2 "No" ; label values pems123 pems123l; label define pems123l -1 "Not in universe" 1 "1 year program" 2 "2 year program" 3 "3 year program" ; label values primind1 priminda; label define priminda 1 "AGRICULTURE, FORESTRY," 2 "MINING" 3 "CONSTRUCTION" 4 "MANUFACTURING - DURABLE GOODS" 5 "MANUFACTURING - NON-DURABLE" 6 "WHOLESALE TRADE" 7 "RETAIL TRADE" 8 "TRANSPORTATION AND WAREHOUSING" 9 "UTILITIES" 10 "INFORMATION" 11 "FINANCE AND INSURANCE" 12 "REAL ESTATE AND RENTAL AND" 13 "PROFESSIONAL AND TECHNICAL" 14 "MANAGEMENT, ADMINISTRATIVE AND" 15 "EDUCATIONAL SERVICES" 16 "HEALTH CARE AND SOCIAL" 17 "ARTS, ENTERTAINMENT, AND" 18 "ACCOMMODATION AND FOOD" 19 "PRIVATE HOUSEHOLDS" 20 "OTHER SERVICES, EXCEPT PRIVATE" 21 "PUBLIC ADMINISTRATION" 22 "ARMED FORCES" ; label values primind2 primindb; label define primindb 1 "AGRICULTURE, FORESTRY," 2 "MINING" 3 "CONSTRUCTION" 4 "MANUFACTURING - DURABLE GOODS" 5 "MANUFACTURING - NON-DURABLE" 6 "WHOLESALE TRADE" 7 "RETAIL TRADE" 8 "TRANSPORTATION AND WAREHOUSING" 9 "UTILITIES" 10 "INFORMATION" 11 "FINANCE AND INSURANCE" 12 "REAL ESTATE AND RENTAL AND" 13 "PROFESSIONAL AND TECHNICAL" 14 "MANAGEMENT, ADMINISTRATIVE" 15 "EDUCATIONAL SERVICES" 16 "HEALTH CARE AND SOCIAL" 17 "ARTS, ENTERTAINMENT, AND" 18 "ACCOMMODATION AND FOOD" 19 "PRIVATE HOUSEHOLDS" 20 "OTHER SERVICES, EXCEPT PRIVATE" 21 "PUBLIC ADMINISTRATION" 22 "ARMED FORCES" ; label values pea1 pea1l; label define pea1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pea2 pea2l; label define pea2l 1 "Age" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pea3 pea3l; label define pea3l 1 "Every day" 2 "Some days" 3 "Not at all" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb1 peb1l; label define peb1l -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb1a peb1a; label define peb1a 1 "MORE" 2 "LESS" 3 "ABOUT 20 (ONE PACK)" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb2 peb2l; label define peb2l 1 "Menthol" 2 "Non-menthol" 3 "NO USUAL TYPE" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb3 peb3l; label define peb3l 1 "Regular/full flavor" 2 "Light/mild" 3 "Ultra-light" 4 "NO USUAL TYPE" 5 "SOME OTHER TYPE" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb41 peb41l; label define peb41l 1 "True/Yes" 2 "False/ No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb42 peb42l; label define peb42l 1 "True/Yes" 2 "False/ No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb43 peb43l; label define peb43l 1 "True/Yes" 2 "False/ No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb4d peb4d; label define peb4d 1 "Less harmful" 2 "Trying to quit" 3 "BOTH" -2 " Don't know" -3 "Refused" -9 "No response" ; label values peb5anum peb5anum; label define peb5anum -2 "Don't know" -3 "Refused" -4 "Varies" -9 "No response" ; label values peb5aunt peb5aunt; label define peb5aunt 1 "Minutes" 2 "Hours" -2 "Don't know" -3 "Refused" -5 "Varies" -9 "No response" ; label values peb5b peb5b; label define peb5b 1 "Yes" 2 "No" 3 "Varies" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb5c1 peb5c1l; label define peb5c1l 1 "True/Yes" 2 "False/ No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb5c2 peb5c2l; label define peb5c2l 1 "True/Yes" 2 "False/ No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb5c3 peb5c3l; label define peb5c3l 1 "True/Yes" 2 "False/ No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb5c4 peb5c4l; label define peb5c4l 1 "True/Yes" 2 "False/ No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb6a peb6a; label define peb6a 1 "Pack" 2 "Carton" 3 "Buy both packs and cartons" 4 "Don't buy own cigarettes" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb6b peb6b; label define peb6b -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb6c peb6c; label define peb6c -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb6d peb6d; label define peb6d 1 "In respondent's state of" 2 "In some other state" -5 "Enter (X) FOR BOUGHT SOME" -2 "Don't know" -3 "Refused" -9 "No response" ; ; label values peb7 peb7l; label define peb7l 1 "AGE" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb8 peb8l; label define peb8l 1 "Every day" 2 " Some days" 3 "Not at all" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb9 peb9l; label define peb9l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb10a1 peb10a1l; label define peb10a1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb10a2 peb10a2l; label define peb10a2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb10a3 peb10a3l; label define peb10a3l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb10b peb10b; label define peb10b 1 "Quit smoking" 2 "To smoke a less harmful cigarette" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb111 peb111l; label define peb111l 1 "True" 2 "False" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb112 peb112l; label define peb112l 1 "True" 2 "False" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peb113 peb113l; label define peb113l 1 "True" 2 "False" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec1 pec1l; label define pec1l -2 "Don't know" -3 "Refused" -5 "None" -9 "No response" ; label values pec1a pec1a; label define pec1a -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec2 pec2l; label define pec2l 1 "Menthol" 2 "Non-menthol" 3 "NO USUAL TYPE" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec3 pec3l; label define pec3l 1 "Regular/full flavor" 2 "Light/mild" 3 "Ultra-light" 4 " NO USUAL TYPE" 5 "SOME OTHER TYPE" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec41 pec41l; label define pec41l 1 "True/Yes" 2 "False/ No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec42 pec42l; label define pec42l 1 "True/Yes" 2 "False/ No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec43 pec43l; label define pec43l 1 "True/Yes" 2 "False/ No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec4d pec4d; label define pec4d 1 "Less harmful" 2 "Trying to quit" 3 "BOTH" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec5anum pec5anum; label define pec5anum -2 "Don't know" -3 "Refused" -5 "Varies" -9 "No response" ; label values pec5aunt pec5aunt; label define pec5aunt 1 "minutes" 2 "hours" -2 "Don't know" -3 "Refused" -5 "Varies" -9 "No response" ; label values pec5b pec5b; label define pec5b 1 "Yes" 2 "No" 3 "Varies DO NOT READ" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec6a pec6a; label define pec6a 1 "Pack" 2 "Carton" 3 "Buy both packs and cartons" 4 "Don't buy own cigarettes" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec6b pec6b; label define pec6b -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec6c pec6c; label define pec6c -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec6d pec6d; label define pec6d 1 "In respondent's state of" 2 "In some other state" -2 "Don't know" -3 "Refused" -5 "Some other way" -9 "No response" ; label values pec7a pec7a; label define pec7a 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec7bnum pec7bnum; label define pec7bnum -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec7bunt pec7bunt; label define pec7bunt 1 "Days" 2 "Weeks" 3 "Months" 4 "Years" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec7c pec7c; label define pec7c -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec7d pec7d; label define pec7d 1 "AGE" -2 "Don't know" -3 "Refused" -4 "None or less than one year" -9 "No response" ; label values pec8 pec8l; label define pec8l 1 "Every day" 2 "Some days" 3 "Not at all" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec9 pec9l; label define pec9l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec10a1 pec10a1l; label define pec10a1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec10a2 pec10a2l; label define pec10a2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec10a3 pec10a3l; label define pec10a3l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec10b pec10b; label define pec10b 1 "Quit smoking" 2 "To smoke a less harmful cigarette" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec111 pec111l; label define pec111l 1 "True" 2 "False" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec112 pec112l; label define pec112l 1 "True" 2 "False" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pec113 pec113l; label define pec113l 1 "True" 2 "False" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peda peda; label define peda 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values ped1 ped1l; label define ped1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values ped2 ped2l; label define ped2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values ped3 ped3l; label define ped3l -2 "Don't know" -3 "Refused" -9 "No response" ; label values ped3b ped3b; label define ped3b 1 "More than 3 times" 2 "Less than 3 times" -2 "Don't know" -3 "Refused" -9 "No response" ; label values ped4num ped4num; label define ped4num -2 "Don't know" -3 "Refused" -9 "No response" ; label values ped4unt ped4unt; label define ped4unt 1 "Days" 2 "Weeks" 3 "Months" -2 "Don't know" -3 "Refused" -9 "No response" ; label values ped5 ped5l; label define ped5l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values ped6num ped6num; label define ped6num -2 "Don't know" -3 "Refused" -9 "No response" ; label values ped6unt ped6unt; label define ped6unt 1 "Days" 2 "Weeks" 3 "Months" -2 "Don't know" -3 "Refused" -9 "No response" ; label values ped6b ped6b; label define ped6b 1 "More" 2 "Less" 3 "One week" -2 "Don't know" -3 "Refused" -9 "No response" ; label values ped7 ped7l; label define ped7l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values ped8 ped8l; label define ped8l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1a1 pee1a1l; label define pee1a1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1a2 pee1a2l; label define pee1a2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1a3 pee1a3l; label define pee1a3l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1a4 pee1a4l; label define pee1a4l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1a5 pee1a5l; label define pee1a5l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1a6 pee1a6l; label define pee1a6l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1a7 pee1a7l; label define pee1a7l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1b1 pee1b1l; label define pee1b1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1b2 pee1b2l; label define pee1b2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1b3 pee1b3l; label define pee1b3l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1b4 pee1b4l; label define pee1b4l 1 "Yes" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1b5 pee1b5l; label define pee1b5l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1b6 pee1b6l; label define pee1b6l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1b7 pee1b7l; label define pee1b7l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1b7a pee1b7a; label define pee1b7a 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1c1 pee1c1l; label define pee1c1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1c2 pee1c2l; label define pee1c2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1c3 pee1c3l; label define pee1c3l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1c4 pee1c4l; label define pee1c4l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee1c4a pee1c4a; label define pee1c4a 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pee2 pee2l; label define pee2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pef1 pef1l; label define pef1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pef2 pef2l; label define pef2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pef31 pef31l; label define pef31l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pef32 pef32l; label define pef32l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pef33 pef33l; label define pef33l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pef34 pef34l; label define pef34l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pef35 pef35l; label define pef35l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pef4 pef4l; label define pef4l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pef5 pef5l; label define pef5l 1 "Doctor" 2 "Nurse" 3 "Dentist" 4 "Dental hygienist" 5 "Other health professional" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peg1 peg1l; label define peg1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peg2 peg2l; label define peg2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peg3 peg3l; label define peg3l -2 "Don't know" -3 "Refused" -9 "No response" ; label values peg4 peg4l; label define peg4l 1 "Not at all" 2 "A little likely" 3 "Somewhat likely" 4 "Very likely" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh1num peh1num; label define peh1num -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh1unt peh1unt; label define peh1unt 1 "Days" 2 "Weeks" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh2 peh2l; label define peh2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh3num peh3num; label define peh3num -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh3unt peh3unt; label define peh3unt 1 "Days" 2 " Weeks" 3 "Months" 4 "Years" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh4 peh4l; label define peh4l -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh5 peh5l; label define peh5l 1 "AGE" -2 "Don't know" -3 "Refused" -5 "None" -9 "No response" ; label values peh6 peh6l; label define peh6l 1 "Every day" 2 "Some days" 3 "Not at all" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh6a peh6a; label define peh6a 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh6b peh6b; label define peh6b 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh7a peh7a; label define peh7a 1 "Menthol" 2 "Non-menthol" 3 "NO USUAL TYPE" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh7b peh7b; label define peh7b 1 " Regular/full flavor" 2 "Light/mild" 3 "Ultra-light" 4 "NO USUAL TYPE" 5 "SOME OTHER TYPE" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh7c1 peh7c1l; label define peh7c1l 1 "True/Yes" 2 "False/No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh7c2 peh7c2l; label define peh7c2l 1 "True/Yes" 2 "False/No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh7c3 peh7c3l; label define peh7c3l 1 "True/Yes" 2 "False/No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh7d peh7d; label define peh7d 1 "Less harmful" 2 "Trying to quit" 3 "BOTH" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh8num peh8num; label define peh8num -2 "Don't know" -3 "Refused" -5 "Varies" -9 "No response" ; label values peh8unt peh8unt; label define peh8unt 1 "Minutes" 2 "Hours" -2 "Don't know" -3 "Refused" -5 "Varies" -9 "No response" ; label values peh8b peh8b; label define peh8b 1 "Yes" 2 "No" 3 "Varies DO NOT READ" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh91 peh91l; label define peh91l 1 "True/Yes" 2 "False/ No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh92 peh92l; label define peh92l 1 "True/Yes" 2 "False/ No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh93 peh93l; label define peh93l 1 "True/Yes" 2 "False/ No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh94 peh94l; label define peh94l 1 "True/Yes" 2 " False/ No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10a1 peh10a1l; label define peh10a1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10a2 peh10a2l; label define peh10a2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10a3 peh10a3l; label define peh10a3l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10a4 peh10a4l; label define peh10a4l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10a5 peh10a5l; label define peh10a5l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10a6 peh10a6l; label define peh10a6l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10a7 peh10a7l; label define peh10a7l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10b1 peh10b1l; label define peh10b1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10b2 peh10b2l; label define peh10b2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10b3 peh10b3l; label define peh10b3l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10b4 peh10b4l; label define peh10b4l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10b5 peh10b5l; label define peh10b5l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10b6 peh10b6l; label define peh10b6l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10b7 peh10b7l; label define peh10b7l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10b7a peh10b7a; label define peh10b7a 1 "Acupuncture" 2 " Hypnosis" 3 "Both" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10c1 peh10c1l; label define peh10c1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10c2 peh10c2l; label define peh10c2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10c3 peh10c3l; label define peh10c3l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10c4 peh10c4l; label define peh10c4l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh10c4a peh10c4a; label define peh10c4a 1 "Cold Turkey" 2 "Other" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh11a peh11a; label define peh11a 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh12 peh12l; label define peh12l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh131 peh131l; label define peh131l 1 "True" 2 "False" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh132 peh132l; label define peh132l 1 "True" 2 "False" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh133 peh133l; label define peh133l 1 "True" 2 "False" -2 "Don't know" -3 "Refused" -9 "No response" ; label values peh13d peh13d; label define peh13d 1 "Quit smoking" 2 "To smoke a less harmful cigarette" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej1a pej1a; label define pej1a 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej1bb1 pej1bb1l; label define pej1bb1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej1bb2 pej1bb2l; label define pej1bb2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej2bb3 pej2bb3l; label define pej2bb3l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej2bb4 pej2bb4l; label define pej2bb4l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej2a1 pej2a1l; label define pej2a1l 1 "Every day" 2 "Some days" 3 "Not at all" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej2b1 pej2b1l; label define pej2b1l -1 "Not in universe" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej2a2 pej2a2l; label define pej2a2l 1 "Every day" 2 "Some days" 3 "Not at all" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej2b2 pej2b2l; label define pej2b2l -1 "Not in universe" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej2a3 pej2a3l; label define pej2a3l 1 "Every day" 2 "Some days" 3 "Not at all" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej2b3 pej2b3l; label define pej2b3l -1 "Not in universe" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej2a4 pej2a4l; label define pej2a4l 1 "Every day" 2 "Some days" 3 "Not at all" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej2b4 pej2b4l; label define pej2b4l -1 "Not in universe" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej3a1 pej3a1l; label define pej3a1l -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej3a2 pej3a2l; label define pej3a2l 1 "Minutes" 2 "Hours" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej3a_3 pej3a_3l; label define pej3a_3l 1 "Yes" 2 "No" 3 "Varies DO NOT READ" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej3b1 pej3b1l; label define pej3b1l -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej3b2 pej3b2l; label define pej3b2l 1 "Minutes" 2 "Hours" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej3b3 pej3b3l; label define pej3b3l 1 "Yes" 2 "No" 3 "Varies DO NOT READ" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej3c1 pej3c1l; label define pej3c1l -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej3c2 pej3c2l; label define pej3c2l 1 "Minutes" 2 "Hours" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej3c3 pej3c3l; label define pej3c3l 1 "Yes" 2 "No" 3 "Varies DO NOT READ" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej3d1 pej3d1l; label define pej3d1l -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej3d2 pej3d2l; label define pej3d2l 1 "Minutes" 2 "Hours" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej3d3 pej3d3l; label define pej3d3l 1 "Yes" 2 "No" 3 "Varies DO NOT READ" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej4 pej4l; label define pej4l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej5num pej5num; label define pej5num -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej5unt pej5unt; label define pej5unt 1 " Days" 2 "Weeks" 3 "Months" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej6a pej6a; label define pej6a 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej6bnum pej6bnum; label define pej6bnum -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej6bunt pej6bunt; label define pej6bunt 1 "Days" 2 "Weeks" 3 "Months" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7a1 pej7a1l; label define pej7a1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7a2 pej7a2l; label define pej7a2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7a3 pej7a3l; label define pej7a3l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7a4 pej7a4l; label define pej7a4l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7a5 pej7a5l; label define pej7a5l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7a6 pej7a6l; label define pej7a6l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7a7 pej7a7l; label define pej7a7l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7b1 pej7b1l; label define pej7b1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7b2 pej7b2l; label define pej7b2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7b3 pej7b3l; label define pej7b3l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7b4 pej7b4l; label define pej7b4l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7b5 pej7b5l; label define pej7b5l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7b6 pej7b6l; label define pej7b6l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7b7 pej7b7l; label define pej7b7l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7b7a pej7b7a; label define pej7b7a 1 "Doctor" 2 "Dentist" 3 "Health professional" 4 "More than one of the previous" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7b8 pej7b8l; label define pej7b8l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7b8a pej7b8a; label define pej7b8a 1 "Acupuncture" 2 "Hypnosis" 3 "Both" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7c1 pej7c1l; label define pej7c1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7c2 pej7c2l; label define pej7c2l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7c2a pej7c2a; label define pej7c2a 1 "Cold turkey" 2 "Other" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pej7d1 pej7d1l; label define pej7d1l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pejj11 pejj11l; label define pejj11l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pejj12 pejj12l; label define pejj12l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pejj13 pejj13l; label define pejj13l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pejj14 pejj14l; label define pejj14l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pejj15 pejj15l; label define pejj15l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pejj16 pejj16l; label define pejj16l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pejj17 pejj17l; label define pejj17l 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pek11 pek11l; label define pek11l 1 "Mainly work indoors" 2 "Mainly work outdoors" 3 "Travel to different buildings" 4 "In a motor vehicle, or" 5 "Somewhere else" 6 "VARIES (DO NOT READ)" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pek1b pek1b; label define pek1b 1 "Office building" 2 "Own home" 3 "Someone else's home" 4 "Another indoor place" -2 "Don't know" -3 "Refused" -9 "No response" ; ; label values pek2a pek2a; label define pek2a 1 "Yes" 2 "No" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pek3 pek3l; label define pek3l 1 "Not allowed in ANY public areas" 2 "Allowed in SOME public areas" 3 "Allowed in ALL public areas" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pek3b pek3b; label define pek3b 1 "Not allowed in ANY work areas" 2 "Allowed in SOME work areas" 3 "Allowed in ALL work areas" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pek4 pek4l; label define pek4l 1 "No one is allowed to smoke" 2 "Smoking is allowed in some" 3 "Smoking is permitted anywhere" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pek5 pek5l; label define pek5l 1 "Always in all areas" 2 "Allowed in some areas" 3 "Not allowed at all" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pesinttp pesinttp; label define pesinttp 1 "English" 2 "Spanish" 3 "Other" -2 "Don't know" -3 "Refused" -9 "No response" ; label values pes81a pes81a; label define pes81a 1 "Telephone" 2 "Personal Visit" -2 "Don't know" -3 "Refused" -9 "No response" ; label values intrview intrview; label define intrview 1 "Interview" 2 "Non-interview" ; label values hrmode hrmode; label define hrmode 1 "CAPI" 2 "CATI" 3 "Unknown" ; label values smokstat smokstat; label define smokstat -1 "Not in universe" 1 "Never smoker" 2 "Everyday smoker" 3 "Some days smoker" 4 "Former smoker" -9 "Indeterminate" ; label values prs35 prs35l; label define prs35l -1 "Not in universe" 1 "Self respondent, every day" 2 "Self respondent, some day" 3 "Self respondent, former smoker" 4 "Proxy respondent" -9 "No response" ; label values prs60 prs60l; label define prs60l -1 "Not in universe" 1 "Item 59 is less than or equal" 2 "All others" ; label values prs64 prs64l; label define prs64l -1 "Not in universe" 1 "Self" 2 "Proxy" ; label values prs65 prs65l; label define prs65l -1 "Not in universe" 1 "PEMLR = 1 or 2" 2 "All other cases" ; label values prs66 prs66l; label define prs66l -1 "Not in universe" 1 "Entry 1, 2, 3, 4, 5, or 10 in" 2 "All other cases" ; label values prtobtyp prtobtyp; label define prtobtyp -1 "Not in universe" 1 "Pipe" 2 "Cigars" 3 "Chewing tobacco" 4 "Snuff" ; saveold "`dta_name'" , replace /* Copyright 2007 shared by the National Bureau of Economic Research and Jean Roth National Bureau of Economic Research. 1050 Massachusetts Avenue Cambridge, MA 02138 jroth@nber.org This program and all programs referenced in it are free software. You can redistribute the program or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */