*options obs=100; /*------------------------------------------------ by Jean Roth Tue Nov 27 11:29:57 EST 2012 Report errors to jroth@nber.org This program is distributed under the GNU GPL. See end of this file and http://www.gnu.org/licenses/ for details. ----------------------------------------------- */ * The following line should contain the directory where the SAS file is to be stored ; libname library "/homes/data/cps"; * 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:\ ; FILENAME datafile pipe "unzip -p /homes/data/cps/cpsnov2010c.zip "; * The following line should contain the name of the SAS dataset ; %let dataset = cpsnov2010c ; DATA library.&dataset ; INFILE datafile LRECL = 2300 missover ; /*----------------------------------------------*/ options nocenter ; *options compress=yes; *Choose compress=yes to save space ; *Choose compress=no if converting to another package using transfer software ; *options pagesize=59 linesize=72; /*---------------------------------------------- A -1 means Blank; Not in Universe; or In Universe, Met No Conditions; Sometimes, -1 is present but not described in the codebook. If the variable has a decimal, it will be resolved as -1/# of decimals These are usually 'Not in Universe' values also. The following changes in variable names have been made, if necessary: '$' to 'd'; '-' to '_'; '%' to 'p'; ($ = unedited data; - = edited data; % = allocated data) ----------------------------------------------*/ attrib hrhhid length=$15 label="HOUSEHOLD IDENTIFIER (Part 1)"; attrib hrmonth length=3 label="MONTH OF INTERVIEW"; attrib hryear4 length=4 label="YEAR OF INTERVIEW"; attrib hurespli length=3 label="LINE NUMBER OF THE CURRENT RESPONDENT"; attrib hufinal length=3 label="FINAL OUTCOME CODE"; attrib huspnish length=3 label="IS SPANISH THE ONLY LANGUAGE SPOKEN"; attrib hetenure length=3 label="ARE YOUR LIVING QUARTERS..."; attrib hehousut length=3 label="TYPE OF HOUSING UNIT"; attrib hetelhhd length=3 label="IS THERE A TELEPHONE IN THIS"; attrib hetelavl length=3 label="IS THERE A TELEPHONE ELSEWHERE ON"; attrib hephoneo length=3 label="IS A TELEPHONE INTERVIEW ACCEPTABLE?"; attrib hefaminc length=3 label="FAMILY INCOME"; attrib hutypea length=3 label="TYPE A NONINTERVIEW REASON"; attrib hutypb length=3 label="TYPE B NON-INTERVIEW REASON"; attrib hutypc length=3 label="TYPE C NON-INTERVIEW REASON"; attrib hwhhwgt length=8 label="HOUSEHOLD WEIGHT"; attrib hrintsta length=3 label="INTERVIEW STATUS"; attrib hrnumhou length=3 label="TOTAL NUMBER OF PERSONS LIVING"; attrib hrhtype length=3 label="HOUSEHOLD TYPE"; attrib hrmis length=3 label="MONTH-IN-SAMPLE"; attrib huinttyp length=3 label="TYPE OF INTERVIEW"; attrib huprscnt length=3 label="NUMBER OF ACTUAL AND"; attrib hrlonglk length=3 label="LONGITUDINAL LINK INDICATOR"; attrib hrhhid2 length=$5 label="HOUSEHOLD IDENTIFIER (part 2)"; attrib hubus length=3 label="DOES ANYONE IN THIS HOUSEHOLD"; attrib hubusl1 length=3 label="ENTER LINE NUMBER"; attrib hubusl2 length=3 label="See BUSL1"; attrib hubusl3 length=3 label="See BUSL1"; attrib hubusl4 length=3 label="See BUSL1"; attrib gereg length=3 label="REGION"; attrib gestcen length=3 label="CENSUS STATE CODE"; attrib gestfips length=3 label="FEDERAL INFORMATION"; attrib gtcbsa length=4 label="Metropolitan CBSA FIPS CODE"; attrib gtco length=3 label="FIPS COUNTY CODE"; attrib gtcbsast length=3 label="PRINCIPAL CITY/BALANCE STATUS"; attrib gtmetsta length=3 label="METROPOLITAN STATUS"; attrib gtindvpc length=3 label="INDIVIDUAL PRINCIPAL CITY"; attrib gtcbsasz length=3 label="Metropolitan Area (CBSA) SIZE"; attrib gtcsa length=3 label="Consolidated Statistical Area (CSA) FI"; attrib proldrrp length=3 label="RELATIONSHIP TO REFERENCE"; attrib pupelig length=3 label="INTERVIEW STATUS OF EACH PERSON"; attrib perrp length=3 label="RELATIONSHIP TO REFERENCE PERSON"; attrib peparent length=3 label="LINE NUMBER OF PARENT"; attrib peage length=3 label="PERSONS AGE AS OF THE"; attrib prtfage length=3 label="TOP CODE FLAG FOR AGE"; attrib pemaritl length=3 label="MARITAL STATUS"; attrib pespouse length=3 label="LINE NUMBER OF SPOUSE"; attrib pesex length=3 label="SEX"; attrib peafever length=3 label="DID YOU EVER SERVE ON ACTIVE"; attrib peafnow length=3 label="ARE YOU NOW IN THE ARMED FORCES"; attrib peeduca length=3 label="HIGHEST LEVEL OF SCHOOL"; attrib ptdtrace length=3 label="RACE"; attrib prdthsp length=3 label="DETAILED HISPANIC ORIGIN GROUP"; attrib puchinhh length=3 label="CHANGE IN HOUSEHOLD COMPOSITION"; attrib pulineno length=3 label="PERSON'S LINE NUMBER"; attrib prfamnum length=3 label="FAMILY NUMBER RECODE"; attrib prfamrel length=3 label="FAMILY RELATIONSHIP RECODE"; attrib prfamtyp length=3 label="FAMILY TYPE RECODE"; attrib pehspnon length=3 label="HISPANIC OR NON-HISPANIC"; attrib prmarsta length=3 label="MARITAL STATUS BASED ON"; attrib prpertyp length=3 label="TYPE OF PERSON RECORD RECODE"; attrib penatvty length=3 label="COUNTRY OF BIRTH"; attrib pemntvty length=3 label="MOTHER'S COUNTRY OF BIRTH"; attrib pefntvty length=3 label="FATHER'S COUNTRY OF BIRTH"; attrib prcitshp length=3 label="CITIZENSHIP STATUS"; attrib prcitflg length=3 label="CITIZENSHIP ALLOCATION FLAG"; attrib prinusyr length=3 label="IMMIGRANT'S YEAR OF ENTRY"; attrib puslfprx length=3 label="LABOR FORCE INFORMATION COLLECTED"; attrib pemlr length=3 label="MONTHLY LABOR FORCE RECODE"; attrib puwk length=3 label="LAST WEEK, DID YOU DO ANY WORK"; attrib pubus1 length=3 label="LAST WEEK, DID YOU DO ANY"; attrib pubus2ot length=3 label="DO YOU RECEIVE ANY PAYMENTS"; attrib pubusck1 length=3 label="CHECK ITEM 1"; attrib pubusck2 length=3 label="CHECK ITEM 2"; attrib pubusck3 length=3 label="CHECK ITEM 3"; attrib pubusck4 length=3 label="CHECK ITEM 4"; attrib puretot length=3 label="RETIREMENT STATUS"; attrib pudis length=3 label="DISABILITY STATUS"; attrib peret1 length=3 label="DO YOU CURRENTLY WANT A JOB, EITHER"; attrib pudis1 length=3 label="DOES YOUR DISABILITY PREVENT YOU FROM"; attrib pudis2 length=3 label="DO YOU HAVE A DISABILITY THAT PREVENTS"; attrib puabsot length=3 label="LAST WEEK DID YOU HAVE A JOB"; attrib pulay length=3 label="LAST WEEK, WERE YOU ON LAYOFF"; attrib peabsrsn length=3 label="WHAT IS THE MAIN REASON YOU"; attrib peabspdo length=3 label="ARE YOU BEING PAID BY YOUR"; attrib pemjot length=3 label="DO YOU HAVE MORE THAN ONE JOB?"; attrib pemjnum length=3 label="ALTOGETHER, HOW MANY JOBS"; attrib pehrusl1 length=3 label="HOW MANY HOURS PER WEEK DO YOU"; attrib pehrusl2 length=3 label="HOW MANY HOURS PER WEEK DO YOU"; attrib pehrftpt length=3 label="DO YOU USUALLY WORK 35 HOURS OR"; attrib pehruslt length=3 label="SUM OF HRUSL1 AND HRUSL2."; attrib pehrwant length=3 label="DO YOU WANT TO WORK A FULL-TIME"; attrib pehrrsn1 length=3 label="WHAT IS YOUR MAIN REASON FOR"; attrib pehrrsn2 length=3 label="WHAT IS THE MAIN REASON YOU DO NOT"; attrib pehrrsn3 length=3 label="WHAT IS THE MAIN REASON YOU WORKED"; attrib puhroff1 length=3 label="LAST WEEK, DID YOU LOSE OR TAKE"; attrib puhroff2 length=3 label="HOW MANY HOURS DID YOU TAKE OFF?"; attrib puhrot1 length=3 label="LAST WEEK, DID YOU WORK ANY"; attrib puhrot2 length=3 label="HOW MANY ADDITIONAL HOURS"; attrib pehract1 length=3 label="LAST WEEK, HOW MANY HOURS DID YOU"; attrib pehract2 length=3 label="LAST WEEK, HOW MANY HOURS DID"; attrib pehractt length=3 label="SUM OF PEHRACT1 AND PEHRACT2."; attrib pehravl length=3 label="LAST WEEK, COULD YOU HAVE WORKED"; attrib puhrck1 length=3 label="CHECK ITEM 1"; attrib puhrck2 length=3 label="CHECK ITEM 2"; attrib puhrck3 length=3 label="CHECK ITEM 3"; attrib puhrck4 length=3 label="CHECK ITEM 4"; attrib puhrck5 length=3 label="CHECK ITEM 5"; attrib puhrck6 length=3 label="CHECK ITEM 6"; attrib puhrck7 length=3 label="CHECK ITEM 7"; attrib puhrck12 length=3 label="CHECK ITEM 12"; attrib pulaydt length=3 label="HAS YOUR EMPLOYER GIVEN YOU A DATE"; attrib pulay6m length=3 label="HAVE YOU BEEN GIVEN ANY INDICATION"; attrib pelayavl length=3 label="COULD YOU HAVE RETURNED TO WORK"; attrib pulayavr length=3 label="WHY IS THAT?"; attrib pelaylk length=3 label="EVEN THOUGH YOU ARE TO BE CALLED BACK"; attrib pelaydur length=3 label="DURATION OF LAYOFF"; attrib pelayfto length=3 label="FT/PT STATUS OF JOB FROM WHICH"; attrib pulayck1 length=3 label="CHECK ITEM 1"; attrib pulayck2 length=3 label="CHECK ITEM 2"; attrib pulayck3 length=3 label="CHECK ITEM 3"; attrib pulk length=3 label="HAVE YOU BEEN DOING ANYTHING TO FIND"; attrib pelkm1 length=3 label="WHAT ARE ALL OF THE THINGS YOU HAVE"; attrib pulkm2 length=3 label="ANYTHING ELSE? (SECOND METHOD)"; attrib pulkm3 length=3 label="SAME AS PULKM2 (THIRD METHOD)"; attrib pulkm4 length=3 label="SAME AS PULKM2 (FOURTH METHOD)"; attrib pulkm5 length=3 label="SAME AS PULKM2 (FIFTH METHOD)"; attrib pulkm6 length=3 label="SAME AS PULKM2 (SIXTH METHOD)"; attrib pulkdk1 length=3 label="YOU SAID YOU HAVE BEEN TRYING TO"; attrib pulkdk2 length=3 label="ANYTHING ELSE? (SECOND METHOD)"; attrib pulkdk3 length=3 label="SAME AS PULKDK2 (THIRD METHOD)"; attrib pulkdk4 length=3 label="SAME AS PULKDK2 (FOURTH METHOD)"; attrib pulkdk5 length=3 label="SAME AS PULKDK2 (FIFTH METHOD)"; attrib pulkdk6 length=3 label="SAME AS PULKDK2 (SIXTH METHOD)"; attrib pulkps1 length=3 label="CAN YOU TELL ME MORE ABOUT WHAT YOU"; attrib pulkps2 length=3 label="ANYTHING ELSE? (SECOND METHOD)"; attrib pulkps3 length=3 label="SAME AS PULKPS2 (THIRD METHOD)"; attrib pulkps4 length=3 label="SAME AS PULKPS2 (FOURTH METHOD)"; attrib pulkps5 length=3 label="SAME AS PULKPS2 (FIFTH METHOD)"; attrib pulkps6 length=3 label="SAME AS PULKPS2 (SIXTH METHOD)"; attrib pelkavl length=3 label="LAST WEEK, COULD YOU HAVE STARTED"; attrib pulkavr length=3 label="WHY IS THAT?"; attrib pelkll1o length=3 label="BEFORE YOU STARTED LOOKING FOR WORK,"; attrib pelkll2o length=3 label="DID YOU LOSE OR QUIT THAT JOB, OR WAS "; attrib pelklwo length=3 label="WHEN LAST WORKED"; attrib pelkdur length=3 label="DURATION OF JOB SEEKING"; attrib pelkfto length=3 label="FT/PT STATUS OF JOBSEEKER"; attrib pedwwnto length=3 label="DO YOU CURRENTLY WANT A JOB,"; attrib pedwrsn length=3 label="WHAT IS THE MAIN REASON YOU WERE NOT"; attrib pedwlko length=3 label="DID YOU LOOK FOR WORK AT ANY TIME"; attrib pedwwk length=3 label="DID YOU ACTUALLY WORK AT A JOB OR"; attrib pedw4wk length=3 label="DID YOU DO ANY OF THIS WORK DURING"; attrib pedwlkwk length=3 label="SINCE YOU LEFT THAT JOB OR"; attrib pedwavl length=3 label="LAST WEEK, COULD YOU HAVE STARTED"; attrib pedwavr length=3 label="WHY IS THAT?"; attrib pudwck1 length=3 label="SCREEN FOR DISCOURAGED WORKERS"; attrib pudwck2 length=3 label="SCREEN FOR DISABLED"; attrib pudwck3 length=3 label="FILTER FOR RETIRED"; attrib pudwck4 length=3 label="FILTER FOR PASSIVE JOB SEEKERS"; attrib pudwck5 length=3 label="FILTER FOR PASSIVE JOB SEEKERS"; attrib pejhwko length=3 label="HAVE YOU WORKED AT A JOB OR BUSINESS"; attrib pujhdp1o length=3 label="DID YOU DO ANY OF THIS WORK IN"; attrib pejhrsn length=3 label="WHAT IS THE MAIN REASON YOU LEFT"; attrib pejhwant length=3 label="DO YOU INTEND TO LOOK FOR WORK DURING"; attrib pujhck1 length=3 label="FILTER FOR OUTGOING ROTATIONS"; attrib pujhck2 length=3 label="FILTER FOR PERSONS GOING THROUGH THE"; attrib prabsrea length=3 label="REASON NOT AT WORK AND PAY STATUS"; attrib prcivlf length=3 label="CIVILIAN LABOR FORCE"; attrib prdisc length=3 label="DISCOURAGED WORKER RECODE"; attrib premphrs length=3 label="REASON NOT AT WORK OR HOURS AT WORK"; attrib prempnot length=3 label="MLR - EMPLOYED, UNEMPLOYED, OR NILF"; attrib prexplf length=3 label="EXPERIENCED LABOR FORCE EMPLOYMENT"; attrib prftlf length=3 label="FULL TIME LABOR FORCE"; attrib prhrusl length=3 label="USUAL HOURS WORKED WEEKLY"; attrib prjobsea length=3 label="JOB SEARCH RECODE"; attrib prpthrs length=3 label="AT WORK 1-34 BY HOURS AT WORK"; attrib prptrea length=3 label="DETAILED REASON FOR PART-TIME"; attrib prunedur length=3 label="DURATION OF UNEMPLOYMENT FOR"; attrib pruntype length=3 label="REASON FOR UNEMPLOYMENT"; attrib prwksch length=3 label="LABOR FORCE BY TIME"; attrib prwkstat length=3 label="FULL/PART-TIME WORK STATUS"; attrib prwntjob length=3 label="NILF RECODE - WANT A JOB OR OTHER NILF"; attrib pujhck3 length=3 label="JOB HISTORY CHECK ITEM"; attrib pujhck4 length=3 label="SCREEN FOR DEPENDENT NILF"; attrib pujhck5 length=3 label="SCREEN FOR DEPENDENT NILF"; attrib puiodp1 length=3 label="LAST MONTH, IT WAS REPORTED THAT YOU"; attrib puiodp2 length=3 label="HAVE THE USUAL ACTIVITIES AND DUTIES"; attrib puiodp3 length=3 label="LAST MONTH YOU WERE REPORTED AS (A/AN)"; attrib peio1cow length=3 label="INDIVIDUAL CLASS OF WORKER CODE"; attrib puio1mfg length=3 label="IS THIS BUSINESS OR ORGANIZATION MAINL"; attrib peio2cow length=3 label="INDIVIDUAL CLASS OF WORKER ON"; attrib puio2mfg length=3 label="IS THIS BUSINESS OR ORGANIZATION MAINL"; attrib puiock1 length=3 label="I & O CHECK ITEM 1"; attrib puiock2 length=3 label="I & O CHECK ITEM 2"; attrib puiock3 length=3 label="I & O CHECK ITEM 3"; attrib prioelg length=3 label="INDUSTRY AND OCCUPATION"; attrib pragna length=3 label="AGRICULTURE/"; attrib prcow1 length=3 label="CLASS OF WORKER"; attrib prcow2 length=3 label="CLASS OF WORKER"; attrib prcowpg length=3 label="COW - PRIVATE OR GOVERNMENT"; attrib prdtcow1 length=3 label="DETAILED CLASS OF WORKER RECODE - JOB "; attrib prdtcow2 length=3 label="DETAILED CLASS OF WORKER RECODE - JOB "; attrib prdtind1 length=3 label="DETAILED INDUSTRY RECODE - JOB 1"; attrib prdtind2 length=3 label="DETAILED INDUSTRY RECODE - JOB 2"; attrib prdtocc1 length=3 label="DETAILED OCCUPATION RECODE - JOB 1"; attrib prdtocc2 length=3 label="DETAILED OCCUPATION RECODE"; attrib premp length=3 label="EMPLOYED PERSONS (NON-FARM"; attrib prmjind1 length=3 label="MAJOR INDUSTRY RECODE - JOB 1"; attrib prmjind2 length=3 label="MAJOR INDUSTRY RECODE - JOB 2"; attrib prmjocc1 length=3 label="MAJOR OCCUPATION RECODE - JOB 1"; attrib prmjocc2 length=3 label="MAJOR OCCUPATION RECODE - JOB 2"; attrib prmjocgr length=3 label="MAJOR OCCUPATION CATEGORIES"; attrib prnagpws length=3 label="NON-AGRICULTURE, PRIVATE"; attrib prnagws length=3 label="NON-AGRICULTURE WAGE AND"; attrib prsjmj length=3 label="SINGLE/MULTIPLE JOBHOLDER"; attrib prerelg length=3 label="EARNINGS ELIGIBILITY FLAG"; attrib peernuot length=3 label="DO YOU USUALLY RECEIVE OVERTIME PAY,"; attrib peernper length=3 label="PERIODICITY"; attrib peernrt length=3 label="(EVEN THOUGH YOU TOLD ME IT IS EASIER"; attrib peernhry length=3 label="HOURLY/NONHOURLY STATUS"; attrib puernh1c length=8 label="WHAT IS YOUR HOURLY RATE OF PAY ON"; attrib peernh2 length=8 label="(EXCLUDING OVERTIME PAY, TIPS AND"; attrib peernh1o length=8 label="OUT VARIABLE FOR HOURLY"; attrib prernhly length=8 label="RECODE FOR HOURLY RATE"; attrib pthr length=3 label="HOURLY PAY - TOP CODE"; attrib peernhro length=3 label="USUAL HOURS"; attrib prernwa length=8 label="WEEKLY EARNINGS RECODE"; attrib ptwk length=3 label="WEEKLY EARNINGS - TOP CODE"; attrib peern length=8 label="CALCULATED WEEKLY OVERTIME AMOUNT"; attrib puern2 length=8 label="CALCULATED WEEKLY OVERTIME AMOUNT"; attrib ptot length=3 label="WEEKLY OVERTIME AMOUNT - TOP CODE"; attrib peernwkp length=3 label="HOW MANY WEEKS A YEAR DO YOU"; attrib peernlab length=3 label="ON THIS JOB, ARE YOU A MEMBER OF A"; attrib peerncov length=3 label="ON THIS JOB ARE YOU COVERED BY A UNION"; attrib penlfjh length=3 label="WHEN DID YOU LAST WORK AT A JOB"; attrib penlfret length=3 label="ARE YOU RETIRED FROM A JOB"; attrib penlfact length=3 label="WHAT BEST DESCRIBES YOUR SITUATION AT"; attrib punlfck1 length=3 label="NOT IN LABOR FORCE"; attrib punlfck2 length=3 label="NOT IN LABOR FORCE"; attrib peschenr length=3 label="LAST WEEK, WERE YOU ENROLLED IN A"; attrib peschft length=3 label="ARE YOU ENROLLED IN SCHOOL AS A"; attrib peschlvl length=3 label="WOULD THAT BE HIGH SCHOOL, COLLEGE,"; attrib prnlfsch length=3 label="NLF ACTIVITY - IN SCHOOL OR"; attrib pwfmwgt length=8 label="FAMILY WEIGHT"; attrib pwlgwgt length=8 label="LONGITUDINAL WEIGHT"; attrib pworwgt length=8 label="OUTGOING ROTATION WEIGHT"; attrib pwsswgt length=8 label="FINAL WEIGHT"; attrib pwvetwgt length=8 label="VETERANS WEIGHT"; attrib prchld length=3 label="PRESENCE OF OWN CHILDREN <18 YEARS"; attrib prnmchld length=3 label="NUMBER OF OWN CHILDREN <18 YEARS OF AG"; attrib prwernal length=3 label="ALLOCATION FLAG"; attrib prhernal length=3 label="ALLOCATION FLAG"; attrib hxtenure length=3 label="ALLOCATION FLAG"; attrib hxhousut length=3 label="ALLOCATION FLAG"; attrib hxtelhhd length=3 label="ALLOCATION FLAG"; attrib hxtelavl length=3 label="ALLOCATION FLAG"; attrib hxphoneo length=3 label="ALLOCATION FLAG"; attrib pxinusyr length=3 label="ALLOCATION FLAG"; attrib pxrrp length=3 label="ALLOCATION FLAG"; attrib pxparent length=3 label="ALLOCATION FLAG"; attrib pxage length=3 label="ALLOCATION FLAG"; attrib pxmaritl length=3 label="ALLOCATION FLAG"; attrib pxspouse length=3 label="ALLOCATION FLAG"; attrib pxsex length=3 label="ALLOCATION FLAG"; attrib pxafwhn1 length=3 label="ALLOCATION FLAG"; attrib pxafnow length=3 label="ALLOCATION FLAG"; attrib pxeduca length=3 label="ALLOCATION FLAG"; attrib pxrace1 length=3 label="ALLOCATION FLAG"; attrib pxnatvty length=3 label="ALLOCATION FLAG"; attrib pxmntvty length=3 label="ALLOCATION FLAG"; attrib pxfntvty length=3 label="ALLOCATION FLAG"; attrib pxhspnon length=3 label="ALLOCATION FLAG"; attrib pxmlr length=3 label="ALLOCATION FLAG"; attrib pxret1 length=3 label="ALLOCATION FLAG"; attrib pxabsrsn length=3 label="ALLOCATION FLAG"; attrib pxabspdo length=3 label="ALLOCATION FLAG"; attrib pxmjot length=3 label="ALLOCATION FLAG"; attrib pxmjnum length=3 label="ALLOCATION FLAG"; attrib pxhrusl1 length=3 label="ALLOCATION FLAG"; attrib pxhrusl2 length=3 label="ALLOCATION FLAG"; attrib pxhrftpt length=3 label="ALLOCATION FLAG"; attrib pxhruslt length=3 label="ALLOCATION FLAG"; attrib pxhrwant length=3 label="ALLOCATION FLAG"; attrib pxhrrsn1 length=3 label="ALLOCATION FLAG"; attrib pxhrrsn2 length=3 label="ALLOCATION FLAG"; attrib pxhract1 length=3 label="ALLOCATION FLAG"; attrib pxhract2 length=3 label="ALLOCATION FLAG"; attrib pxhractt length=3 label="ALLOCATION FLAG"; attrib pxhrrsn3 length=3 label="ALLOCATION FLAG"; attrib pxhravl length=3 label="ALLOCATION FLAG"; attrib pxlayavl length=3 label="ALLOCATION FLAG"; attrib pxlaylk length=3 label="ALLOCATION FLAG"; attrib pxlaydur length=3 label="ALLOCATION FLAG"; attrib pxlayfto length=3 label="ALLOCATION FLAG"; attrib pxlkm1 length=3 label="ALLOCATION FLAG"; attrib pxlkavl length=3 label="ALLOCATION FLAG"; attrib pxlkll1o length=3 label="ALLOCATION FLAG"; attrib pxlkll2o length=3 label="ALLOCATION FLAG"; attrib pxlklwo length=3 label="ALLOCATION FLAG"; attrib pxlkdur length=3 label="ALLOCATION FLAG"; attrib pxlkfto length=3 label="ALLOCATION FLAG"; attrib pxdwwnto length=3 label="ALLOCATION FLAG"; attrib pxdwrsn length=3 label="ALLOCATION FLAG"; attrib pxdwlko length=3 label="ALLOCATION FLAG"; attrib pxdwwk length=3 label="ALLOCATION FLAG"; attrib pxdw4wk length=3 label="ALLOCATION FLAG"; attrib pxdwlkwk length=3 label="ALLOCATION FLAG"; attrib pxdwavl length=3 label="ALLOCATION FLAG"; attrib pxdwavr length=3 label="ALLOCATION FLAG"; attrib pxjhwko length=3 label="ALLOCATION FLAG"; attrib pxjhrsn length=3 label="ALLOCATION FLAG"; attrib pxjhwant length=3 label="ALLOCATION FLAG"; attrib pxio1cow length=3 label="ALLOCATION FLAG"; attrib pxio1icd length=3 label="ALLOCATION FLAG"; attrib pxio1ocd length=3 label="ALLOCATION FLAG"; attrib pxio2cow length=3 label="ALLOCATION FLAG"; attrib pxio2icd length=3 label="ALLOCATION FLAG"; attrib pxio2ocd length=3 label="ALLOCATION FLAG"; attrib pxernuot length=3 label="ALLOCATION FLAG"; attrib pxernper length=3 label="ALLOCATION FLAG"; attrib pxernh1o length=3 label="ALLOCATION FLAG"; attrib pxernhro length=3 label="ALLOCATION FLAG"; attrib pxern length=3 label="ALLOCATION FLAG"; attrib pxernwkp length=3 label="ALLOCATION FLAG"; attrib pxernrt length=3 label="ALLOCATION FLAG"; attrib pxernhry length=3 label="ALLOCATION FLAG"; attrib pxernh2 length=3 label="ALLOCATION FLAG"; attrib pxernlab length=3 label="ALLOCATION FLAG"; attrib pxerncov length=3 label="ALLOCATION FLAG"; attrib pxnlfjh length=3 label="ALLOCATION FLAG"; attrib pxnlfret length=3 label="ALLOCATION FLAG"; attrib pxnlfact length=3 label="ALLOCATION FLAG"; attrib pxschenr length=3 label="ALLOCATION FLAG"; attrib pxschft length=3 label="ALLOCATION FLAG"; attrib pxschlvl length=3 label="ALLOCATION FLAG"; attrib qstnum length=$5 label="UNIQUE HOUSEHOLD IDENTIFIER."; attrib occurnum length=$2 label="UNIQUE PERSON IDENTIFIER."; attrib pedipged length=3 label="HOW DID...GET...'S HIGH SCHOOL DIPLOMA"; attrib pehgcomp length=3 label="WHAT WAS THE HIGHEST GRADE OF"; attrib pecyc length=3 label="HOW MANY YEARS OF COLLEGE CREDIT HAS.."; attrib pegrprof length=3 label="SINCE COMPLETING...BACHELOR'S DEGREE, "; attrib pegr6cor length=3 label="DID...COMPLETE 6 OR MORE GRADUATE OR"; attrib pems123 length=3 label="WAS ... MASTER'S DEGREE PROGRAM A"; attrib pxdipged length=3 label="ALLOCATION FLAG"; attrib pxhgcomp length=3 label="ALLOCATION FLAG"; attrib pxcyc length=3 label="ALLOCATION FLAG"; attrib pxgrprof length=3 label="ALLOCATION FLAG"; attrib pxgr6cor length=3 label="ALLOCATION FLAG"; attrib pxms123 length=3 label="ALLOCATION FLAG"; attrib pwcmpwgt length=8 label="COMPOSITED FINAL WEIGHT. USED TO CREAT"; attrib peio1icd length=4 label="INDUSTRY CODE FOR PRIMARY JOB"; attrib peio1ocd length=4 label="OCCUPATION CODE FOR PRIMARY JOB."; attrib peio2icd length=4 label="INDUSTRY CODE FOR SECOND JOB."; attrib peio2ocd length=4 label="OCCUPATION CODE FOR SECOND JOB."; attrib primind1 length=3 label="INTERMEDIATE INDUSTRY RECODE (JOB 1)"; attrib primind2 length=3 label="INTERMEDIATE INDUSTRY RECODE (JOB 2)"; attrib peafwhn1 length=3 label="WHEN DID YOU SERVE?"; attrib peafwhn2 length=3 label="WHEN DID YOU SERVE?"; attrib peafwhn3 length=3 label="WHEN DID YOU SERVE?"; attrib peafwhn4 length=3 label="WHEN DID YOU SERVE?"; attrib pxafever length=3 label="ALLOCATION FLAG"; attrib pelndad length=3 label="LINE NUMBER OF FATHER"; attrib pelnmom length=3 label="LINE NUMBER OF MOTHER"; attrib pedadtyp length=3 label="TYPE OF FATHER"; attrib pemomtyp length=3 label="TYPE OF MOTHER"; attrib pecohab length=3 label="LINE NUMBER OF COHABITING PARTNER"; attrib pxlndad length=3 label="ALLOCATION FLAG"; attrib pxlnmom length=3 label="ALLOCATION FLAG"; attrib pxdadtyp length=3 label="ALLOCATION FLAG"; attrib pxmomtyp length=3 label="ALLOCATION FLAG"; attrib pxcohab length=3 label="ALLOCATION FLAG"; attrib pedisear length=3 label="IS...DEAF OR DOES ...HAVE SERIOUS"; attrib pediseye length=3 label="IS...BLIND OR DOES...HAVE SERIOUS"; attrib pedisrem length=3 label="BECAUSE OF A PHYSICAL, MENTAL, OR"; attrib pedisphy length=3 label="DOES...HAVE SERIOUS DIFFICULTY"; attrib pedisdrs length=3 label="DOES...HAVE DIFFICULTY DRESSING OR"; attrib pedisout length=3 label="BECAUSE OF A PHYSICAL, MENTAL, OR"; attrib prdisflg length=3 label="DOES THIS PERSON HAVE ANY OF THESE"; attrib pxdisear length=3 label="ALLOCATION FLAG"; attrib pxdiseye length=3 label="ALLOCATION FLAG"; attrib pxdisrem length=3 label="ALLOCATION FLAG"; attrib pxdisphy length=3 label="ALLOCATION FLAG"; attrib pxdisdrs length=3 label="ALLOCATION FLAG"; attrib pxdisout length=3 label="ALLOCATION FLAG"; attrib hxfaminc length=3 label="ALLOCATION FLAG"; attrib peq2 length=3 label="These next questions are about people'"; attrib peq4a length=3 label="I am going to read a list of things so"; attrib peq4c length=3 label="Bought or boycotted a certain product "; attrib peq5a length=3 label="The next questions are about the group"; attrib peq5b length=3 label="A service or civic organization such a"; attrib peq5c length=3 label="A sports or recreation organization su"; attrib peq5d length=3 label="A church, synagogue, mosque or other r"; attrib peq5e length=3 label="Any other type of organization that I "; attrib peq6 length=3 label="In the last 12 months, between Novembe"; attrib peq8 length=3 label="During a TYPICAL MONTH in the past yea"; attrib peq9 length=3 label="During a TYPICAL MONTH in the past yea"; attrib peq10 length=3 label="During a TYPICAL MONTH in the past yea"; attrib peq11 length=3 label="During a TYPICAL MONTH in the past yea"; attrib pusck5 length=3 label="Who answered for this person?"; attrib prsupint length=3 label="Supplement Interview Status"; attrib pwnrwgt length=8 label="Supplement Weight"; INPUT @1 hrhhid $15. @16 hrmonth 2. @18 hryear4 4. @22 hurespli 2. @24 hufinal 3. @27 huspnish 2. @29 hetenure 2. @31 hehousut 2. @33 hetelhhd 2. @35 hetelavl 2. @37 hephoneo 2. @39 hefaminc 2. @41 hutypea 2. @43 hutypb 2. @45 hutypc 2. @47 hwhhwgt 10.4 @57 hrintsta 2. @59 hrnumhou 2. @61 hrhtype 2. @63 hrmis 2. @65 huinttyp 2. @67 huprscnt 2. @69 hrlonglk 2. @71 hrhhid2 $5. @79 hubus 2. @81 hubusl1 2. @83 hubusl2 2. @85 hubusl3 2. @87 hubusl4 2. @89 gereg 2. @91 gestcen 2. @93 gestfips 2. @96 gtcbsa 5. @101 gtco 3. @104 gtcbsast 1. @105 gtmetsta 1. @106 gtindvpc 1. @107 gtcbsasz 1. @108 gtcsa 3. @114 proldrrp 2. @116 pupelig 2. @118 perrp 2. @120 peparent 2. @122 peage 2. @124 prtfage 1. @125 pemaritl 2. @127 pespouse 2. @129 pesex 2. @131 peafever 2. @135 peafnow 2. @137 peeduca 2. @139 ptdtrace 2. @141 prdthsp 2. @143 puchinhh 2. @147 pulineno 2. @151 prfamnum 2. @153 prfamrel 2. @155 prfamtyp 2. @157 pehspnon 2. @159 prmarsta 2. @161 prpertyp 2. @163 penatvty 3. @166 pemntvty 3. @169 pefntvty 3. @172 prcitshp 2. @174 prcitflg 2. @176 prinusyr 2. @178 puslfprx 2. @180 pemlr 2. @182 puwk 2. @184 pubus1 2. @186 pubus2ot 2. @188 pubusck1 2. @190 pubusck2 2. @192 pubusck3 2. @194 pubusck4 2. @196 puretot 2. @198 pudis 2. @200 peret1 2. @202 pudis1 2. @204 pudis2 2. @206 puabsot 2. @208 pulay 2. @210 peabsrsn 2. @212 peabspdo 2. @214 pemjot 2. @216 pemjnum 2. @218 pehrusl1 2. @220 pehrusl2 2. @222 pehrftpt 2. @224 pehruslt 3. @227 pehrwant 2. @229 pehrrsn1 2. @231 pehrrsn2 2. @233 pehrrsn3 2. @235 puhroff1 2. @237 puhroff2 2. @239 puhrot1 2. @241 puhrot2 2. @243 pehract1 2. @245 pehract2 2. @247 pehractt 3. @250 pehravl 2. @257 puhrck1 2. @259 puhrck2 2. @261 puhrck3 2. @263 puhrck4 2. @265 puhrck5 2. @267 puhrck6 2. @269 puhrck7 2. @271 puhrck12 2. @273 pulaydt 2. @275 pulay6m 2. @277 pelayavl 2. @279 pulayavr 2. @281 pelaylk 2. @283 pelaydur 3. @286 pelayfto 2. @288 pulayck1 2. @290 pulayck2 2. @292 pulayck3 2. @294 pulk 2. @296 pelkm1 2. @298 pulkm2 2. @300 pulkm3 2. @302 pulkm4 2. @304 pulkm5 2. @306 pulkm6 2. @308 pulkdk1 2. @310 pulkdk2 2. @312 pulkdk3 2. @314 pulkdk4 2. @316 pulkdk5 2. @318 pulkdk6 2. @320 pulkps1 2. @322 pulkps2 2. @324 pulkps3 2. @326 pulkps4 2. @328 pulkps5 2. @330 pulkps6 2. @332 pelkavl 2. @334 pulkavr 2. @336 pelkll1o 2. @338 pelkll2o 2. @340 pelklwo 2. @342 pelkdur 3. @345 pelkfto 2. @347 pedwwnto 2. @349 pedwrsn 2. @351 pedwlko 2. @353 pedwwk 2. @355 pedw4wk 2. @357 pedwlkwk 2. @359 pedwavl 2. @361 pedwavr 2. @363 pudwck1 2. @365 pudwck2 2. @367 pudwck3 2. @369 pudwck4 2. @371 pudwck5 2. @373 pejhwko 2. @375 pujhdp1o 2. @377 pejhrsn 2. @379 pejhwant 2. @381 pujhck1 2. @383 pujhck2 2. @385 prabsrea 2. @387 prcivlf 2. @389 prdisc 2. @391 premphrs 2. @393 prempnot 2. @395 prexplf 2. @397 prftlf 2. @399 prhrusl 2. @401 prjobsea 2. @403 prpthrs 2. @405 prptrea 2. @407 prunedur 3. @412 pruntype 2. @414 prwksch 2. @416 prwkstat 2. @418 prwntjob 2. @420 pujhck3 2. @422 pujhck4 2. @424 pujhck5 2. @426 puiodp1 2. @428 puiodp2 2. @430 puiodp3 2. @432 peio1cow 2. @434 puio1mfg 2. @442 peio2cow 2. @444 puio2mfg 2. @452 puiock1 2. @454 puiock2 2. @456 puiock3 2. @458 prioelg 2. @460 pragna 2. @462 prcow1 2. @464 prcow2 2. @466 prcowpg 2. @468 prdtcow1 2. @470 prdtcow2 2. @472 prdtind1 2. @474 prdtind2 2. @476 prdtocc1 2. @478 prdtocc2 2. @480 premp 2. @482 prmjind1 2. @484 prmjind2 2. @486 prmjocc1 2. @488 prmjocc2 2. @490 prmjocgr 2. @492 prnagpws 2. @494 prnagws 2. @496 prsjmj 2. @498 prerelg 2. @500 peernuot 2. @502 peernper 2. @504 peernrt 2. @506 peernhry 2. @508 puernh1c 4.2 @512 peernh2 4.2 @516 peernh1o 4.2 @520 prernhly 4.2 @524 pthr 1. @525 peernhro 2. @527 prernwa 8.2 @535 ptwk 1. @540 peern 8.2 @548 puern2 8.2 @556 ptot 1. @559 peernwkp 2. @561 peernlab 2. @563 peerncov 2. @565 penlfjh 2. @567 penlfret 2. @569 penlfact 2. @571 punlfck1 2. @573 punlfck2 2. @575 peschenr 2. @577 peschft 2. @579 peschlvl 2. @581 prnlfsch 2. @583 pwfmwgt 10.4 @593 pwlgwgt 10.4 @603 pworwgt 10.4 @613 pwsswgt 10.4 @623 pwvetwgt 10.4 @633 prchld 2. @635 prnmchld 2. @639 prwernal 2. @641 prhernal 2. @643 hxtenure 2. @645 hxhousut 2. @647 hxtelhhd 2. @649 hxtelavl 2. @651 hxphoneo 2. @653 pxinusyr 2. @655 pxrrp 2. @657 pxparent 2. @659 pxage 2. @661 pxmaritl 2. @663 pxspouse 2. @665 pxsex 2. @667 pxafwhn1 2. @669 pxafnow 2. @671 pxeduca 2. @673 pxrace1 2. @675 pxnatvty 2. @677 pxmntvty 2. @679 pxfntvty 2. @683 pxhspnon 2. @685 pxmlr 2. @687 pxret1 2. @689 pxabsrsn 2. @691 pxabspdo 2. @693 pxmjot 2. @695 pxmjnum 2. @697 pxhrusl1 2. @699 pxhrusl2 2. @701 pxhrftpt 2. @703 pxhruslt 2. @705 pxhrwant 2. @707 pxhrrsn1 2. @709 pxhrrsn2 2. @711 pxhract1 2. @713 pxhract2 2. @715 pxhractt 2. @717 pxhrrsn3 2. @719 pxhravl 2. @721 pxlayavl 2. @723 pxlaylk 2. @725 pxlaydur 2. @727 pxlayfto 2. @729 pxlkm1 2. @731 pxlkavl 2. @733 pxlkll1o 2. @735 pxlkll2o 2. @737 pxlklwo 2. @739 pxlkdur 2. @741 pxlkfto 2. @743 pxdwwnto 2. @745 pxdwrsn 2. @747 pxdwlko 2. @749 pxdwwk 2. @751 pxdw4wk 2. @753 pxdwlkwk 2. @755 pxdwavl 2. @757 pxdwavr 2. @759 pxjhwko 2. @761 pxjhrsn 2. @763 pxjhwant 2. @765 pxio1cow 2. @767 pxio1icd 2. @769 pxio1ocd 2. @771 pxio2cow 2. @773 pxio2icd 2. @775 pxio2ocd 2. @777 pxernuot 2. @779 pxernper 2. @781 pxernh1o 2. @783 pxernhro 2. @785 pxern 2. @791 pxernwkp 2. @793 pxernrt 2. @795 pxernhry 2. @797 pxernh2 2. @799 pxernlab 2. @801 pxerncov 2. @803 pxnlfjh 2. @805 pxnlfret 2. @807 pxnlfact 2. @809 pxschenr 2. @811 pxschft 2. @813 pxschlvl 2. @815 qstnum $5. @820 occurnum $2. @822 pedipged 2. @824 pehgcomp 2. @826 pecyc 2. @828 pegrprof 2. @830 pegr6cor 2. @832 pems123 2. @834 pxdipged 2. @836 pxhgcomp 2. @838 pxcyc 2. @840 pxgrprof 2. @842 pxgr6cor 2. @844 pxms123 2. @846 pwcmpwgt 10.4 @856 peio1icd 4. @860 peio1ocd 4. @864 peio2icd 4. @868 peio2ocd 4. @872 primind1 2. @874 primind2 2. @876 peafwhn1 2. @878 peafwhn2 2. @880 peafwhn3 2. @882 peafwhn4 2. @884 pxafever 2. @886 pelndad 2. @888 pelnmom 2. @890 pedadtyp 2. @892 pemomtyp 2. @894 pecohab 2. @896 pxlndad 2. @898 pxlnmom 2. @900 pxdadtyp 2. @902 pxmomtyp 2. @904 pxcohab 2. @906 pedisear 2. @908 pediseye 2. @910 pedisrem 2. @912 pedisphy 2. @914 pedisdrs 2. @916 pedisout 2. @918 prdisflg 2. @920 pxdisear 2. @922 pxdiseye 2. @924 pxdisrem 2. @926 pxdisphy 2. @928 pxdisdrs 2. @930 pxdisout 2. @932 hxfaminc 2. @951 peq2 2. @953 peq4a 2. @955 peq4c 2. @957 peq5a 2. @959 peq5b 2. @961 peq5c 2. @963 peq5d 2. @965 peq5e 2. @967 peq6 2. @969 peq8 2. @971 peq9 2. @973 peq10 2. @975 peq11 2. @977 pusck5 2. @979 prsupint 2. @981 pwnrwgt 10.4 ; /*---------------------------------------------- The PROC FORMAT statement will store the formats in a sas data set called fcpnov2010c . To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fcpnov2010c; PROC freq; tables PULAYCK1 ; format PULAYCK1 PULAYCKa.; For more information, consult the PROC FORMAT section of the SAS Procedures Guide ----------------------------------------------*/ PROC FORMAT cntlout=library.fcpnov2010c; ; VALUE hufinal (default=32) 1 = "FULLY COMPLETE CATI INTERVIEW" 2 = "PARTIALLY COMPLETED CATI INTERVIEW" 3 = "COMPLETE BUT PERSONAL VISIT REQUESTED" 4 = "PARTIAL, NOT COMPLETE AT CLOSEOUT" 5 = "LABOR FORCE COMPLETE, SUPPLEMENT" 6 = "LF COMPLETE, SUPPLEMENT DK ITEMS" 20 = "HH OCCUPIED ENTIRELY BY ARMED FORCES" 201 = "CAPI COMPLETE" 202 = "CALLBACK NEEDED" 203 = "SUFFICIENT PARTIAL - PRECLOSEOUT" 204 = "SUFFICIENT PARTIAL - AT CLOSEOUT" 205 = "LABOR FORCE COMPLETE, - SUPPL." 213 = "LANGUAGE BARRIER" 214 = "UNABLE TO LOCATE" 216 = "NO ONE HOME" 217 = "TEMPORARILY ABSENT" 218 = "REFUSED" 219 = "OTHER OCCUPIED - SPECIFY" 223 = "ENTIRE HOUSEHOLD ARMED FORCES" 224 = "ENTIRE HOUSEHOLD UNDER 15" 225 = "TEMP. OCCUPIED W/PERSONS WITH URE" 226 = "VACANT REGULAR" 227 = "VACANT - STORAGE OF HHLD FURNITURE" 228 = "UNFIT, TO BE DEMOLISHED" 229 = "UNDER CONSTRUCTION, NOT READY" 230 = "CONVERTED TO TEMP BUSINESS OR" 231 = "UNOCCUPIED TENT OR TRAILER SITE" 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, 2000" 247 = "UNUSED SERIAL NO./LISTING SHEET LINE" 248 = "OTHER - SPECIFY" 256 = "REMOVED DURING SUB-SAMPLING" 257 = "UNIT ALREADY HAD A CHANCE OF" ; VALUE huspnish (default=32) 1 = "SPANISH ONLY LANGUAGE SPOKEN" ; VALUE hetenure (default=32) 1 = "OWNED OR BEING BOUGHT BY A HH" 2 = "RENTED FOR CASH" 3 = "OCCUPIED WITHOUT PAYMENT OF" ; VALUE hehousut (default=32) 0 = "OTHER UNIT" 1 = "HOUSE, APARTMENT, FLAT" 2 = "HU IN NONTRANSIENT HOTEL," 3 = "HU PERMANENT IN TRANSIENT HOTEL," 4 = "HU IN ROOMING HOUSE" 5 = "MOBILE HOME OR TRAILER W/NO PERM." 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 HOTL," 10 = "UNOCCUPIED TENT SITE OR TRLR SITE" 11 = "STUDENT QUARTERS IN COLLEGE DORM" 12 = "OTHER UNIT NOT SPECIFIED ABOVE" ; VALUE hetelhhd (default=32) 1 = "YES" 2 = "NO" ; VALUE hetelavl (default=32) 1 = "YES" 2 = "NO" ; VALUE hephoneo (default=32) 1 = "YES" 2 = "NO" ; VALUE hefaminc (default=32) 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" ; VALUE hutypea (default=32) 1 = "NO ONE HOME (NOH)" 2 = "TEMPORARILY ABSENT (TA)" 3 = "REFUSED (REF)" 4 = "LANGUAGE BARRIER" 5 = "UNABLE TO LOCATE" 6 = "OTHER OCCUPIED - SPECIFY" ; VALUE hutypb (default=32) 1 = "VACANT REGULAR" 2 = "TEMPORARILY OCCUPIED BY PERSONS" 3 = "VACANT-STORAGE OF HHLD FURNITURE" 4 = "UNFIT OR TO BE DEMOLISHED" 5 = "UNDER CONSTRUCTION, NOT READY" 6 = "CONVERTED TO TEMP BUSINESS OR" 7 = "UNOCCUPIED TENT SITE OR TRAILER" 8 = "PERMIT GRANTED CONSTRUCTION" 9 = "OTHER TYPE B - SPECIFY" ; VALUE hutypc (default=32) 1 = "DEMOLISHED" 2 = "HOUSE OR TRAILER MOVED" 3 = "OUTSIDE SEGMENT" 4 = "CONVERTED TO PERM. BUSINESS" 5 = "MERGED" 6 = "CONDEMNED" 8 = "UNUSED LINE OF LISTING SHEET" 9 = "OTHER - SPECIFY" ; VALUE hrintsta (default=32) 1 = "INTERVIEW" 2 = "TYPE A NON-INTERVIEW" 3 = "TYPE B NON-INTERVIEW" 4 = "TYPE C NON-INTERVIEW" ; VALUE hrhtype (default=32) 0 = "NON-INTERVIEW HOUSEHOLD" 1 = "HUSBAND/WIFE PRIMARY FAMILY" 2 = "HUSB/WIFE PRIM. FAMILY (EITHER/" 3 = "UNMARRIED CIVILIAN MALE-PRIM." 4 = "UNMARRIED CIV. FEMALE-PRIM FAM" 5 = "PRIMARY FAMILY HHLDER-RP IN AF," 6 = "CIVILIAN MALE PRIMARY INDIVIDUAL" 7 = "CIVILIAN FEMALE PRIMARY INDIVIDUAL" 8 = "PRIMARY INDIVIDUAL HHLD-RP IN AF" 9 = "GROUP QUARTERS WITH FAMILY" 10 = "GROUP QUARTERS WITHOUT FAMILY" ; VALUE huinttyp (default=32) 0 = "NONINTERVIEW/INDETERMINATE" 1 = "PERSONAL" 2 = "TELEPHONE" ; VALUE hrlonglk (default=32) 0 = "MIS 1 OR REPLACEMENT HH (NO LINK)" 2 = "MIS 2-4 OR MIS 6-8" 3 = "MIS 5" ; VALUE hubus (default=32) 1 = "YES" 2 = "NO" ; VALUE gereg (default=32) 1 = "NORTHEAST" 2 = "MIDWEST (FORMERLY NORTH CENTRAL)" 3 = "SOUTH" 4 = "WEST" ; VALUE gestcen (default=32) 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" ; VALUE gestfips (default=32) 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" ; VALUE gtcbsa (default=32) 0 = "NOT IDENTIFIED OR NONMETROPOLITAN" 10500 = "Albany, GA (Baker, Terrell, and Worth Counties not in sample)" 10580 = "Albany-Schenectady-Troy, NY" 10740 = "Albuquerque, NM" 10900 = "Allentown-Bethlehem-Easton, PA-NJ" 11020 = "Altoona, PA" 11100 = "Amarillo, TX (Armstrong and Carson Counties not in sample)" 11300 = "Anderson, IN" 11340 = "Anderson, SC" 11460 = "Ann Arbor, MI" 11500 = "Anniston-Oxford, AL" 11540 = "Appleton, WI" 11700 = "Asheville, NC (Haywood and Madison Counties not in sample)" 12020 = "Athens-Clarke County, GA (Oglethorpe County not in sample)" 12060 = "Atlanta-Sandy Springs-Marietta, GA (Haralson, Heard, Jasper, Meriwether and Spalding Counties not in sample)" 12100 = "Atlantic City, NJ" 12260 = "Augusta-Richmond County, GA-SC" 12420 = "Austin-Round Rock, TX" 12540 = "Bakersfield, CA" 12580 = "Baltimore-Towson, MD" 12940 = "Baton Rouge, LA" 13140 = "Beaumont-Port Arthur, TX" 13380 = "Bellingham, WA" 13460 = "Bend, OR" 13740 = "Billings, MT (Carbon County not in sample)" 13780 = "Binghamton, NY" 13820 = "Birmingham-Hoover, AL" 14020 = "Bloomington, IN (Owen County not in sample)" 14060 = "Bloomington-Normal IL" 14260 = "Boise City-Nampa, ID (Owyhee County not in sample)" 14500 = "Boulder, CO" 14540 = "Bowling Green, KY" 14740 = "Bremerton-Silverdale, WA" 15180 = "Brownsville-Harlingen, TX" 15380 = "Buffalo-Niagara Falls, NY" 15940 = "Canton-Massillon, OH" 15980 = "Cape Coral-Fort Myers, FL" 16300 = "Cedar Rapids, IA (Benton and Jones Counties not in sample)" 16580 = "Champaign-Urbana, IL (Ford County not in sample)" 16620 = "Charleston, WV (Clay County not in sample)" 16700 = "Charleston-North Charleston, SC" 16740 = "Charlotte-Gastonia-Concord, NC-SC (Anson County, NC not in sample)" 16860 = "Chattanooga, TN-GA" 16980 = "Chicago-Naperville-Joliet, IL-IN-WI (DeKalb, IL; Jasper, IN; and Kenosha, WI Counties not in sample)" 17020 = "Chico, CA" 17140 = "Cincinnati-Middletown, OH-KY-IN (Franklin County , IN not in sample; Dearborn and Ohio Counties, IN not identified)" 17460 = "Cleveland-Elyria-Mentor, OH" 17660 = "Coeur d'Alene, ID" 17820 = "Colorado Springs, CO" 17860 = "Columbia, MO (Howard County not in sample)" 17900 = "Columbia, SC" 17980 = "Columbus, GA-AL (Harris County, GA and Russell County, Alabama not in sample)" 18140 = "Columbus, OH (Morrow County not in sample)" 18580 = "Corpus Christi, TX" 19100 = "Dallas-Fort Worth-Arlington, TX (Delta and Hunt Counties not in sample)" 19340 = "Davenport-Moline-Rock Island, IA-IL" 19380 = "Dayton, OH" 19460 = "Decatur, Al" 19500 = "Decatur, IL" 19660 = "Deltona-Daytona Beach-Ormond Beach, FL" 19740 = "Denver-Aurora, CO" 19780 = "Des Moines, IA" 19820 = "Detroit-Warren-Livonia, MI" 20100 = "Dover, DE" 20260 = "Duluth, MN-WI (Carlton County, MN not in sample, WI portion not identified)" 20500 = "Durham, NC" 20740 = "Eau Claire, WI" 20940 = "El Centro, CA" 21340 = "El Paso, TX" 21500 = "Erie, PA" 21660 = "Eugene-Springfield, OR" 21780 = "Evansville, IN-KY (Gibson County, IN and Kentucky portion not in sample)" 22020 = "Fargo, ND-MN (MN portion not identified)" 22140 = "Farmington, NM" 22180 = "Fayetteville, NC" 22220 = "Fayetteville-Springdale-Rogers, AR-MO (Madison County, AR and Missouri portion not in sample)" 22420 = "Flint, MI" 22460 = "Florence, AL" 22660 = "Fort Collins-Loveland, CO" 22900 = "Fort Smith, AR-OK (Oklahoma portion not in sample)" 23020 = "Fort Walton Beach-Crestview-Destin, FL" 23060 = "Fort Wayne, IN" 23420 = "Fresno, CA" 23540 = "Gainesville, FL (Gilchrist County not in sample)" 24340 = "Grand Rapids-Wyoming, MI" 24540 = "Greeley, CO" 24580 = "Green Bay, WI (Oconto County not in sample)" 24660 = "Greensboro-High Point, NC" 24860 = "Greenville, SC (Laurens and Pickens Counties not in sample)" 25060 = "Gulfport-Biloxi, MS (Stone County not in sample)" 25180 = "Hagerstown-Martinsburg, MD-WV (Berkeley County, WV not identified and Morgan County, WV not in sample)" 25420 = "Harrisburg-Carlisle, PA" 25500 = "Harrisonburg, VA" 25860 = "Hickory-Morganton-Lenoir, NC (Caldwell County not in sample)" 26100 = "Holland-Grand Haven, MI" 26180 = "Honolulu, HI" 26420 = "Houston-Baytown-Sugar Land, TX" 26580 = "Huntington-Ashland, WV-KY-OH (Kentucky and Ohio portions not identified)" 26620 = "Huntsville, AL" 26900 = "Indianapolis, IN" 26980 = "Iowa City, IA (Washington County not in sample)" 27100 = "Jackson, MI" 27140 = "Jackson, MS" 27260 = "Jacksonville, FL" 27340 = "Jacksonville, NC" 27500 = "Janesville, WI" 27740 = "Johnson City, TN" 27780 = "Johnstown, PA" 27900 = "Joplin, MO" 28020 = "Kalamazoo-Portage, MI" 28100 = "Kankakee-Bradley, IL" 28140 = "Kansas City, MO-KS (Franklin, KS; Leavenworth, KS; Linn, KS; Bates, MO; and Caldwell, MO Counties not in sample)" 28660 = "Killeen-Temple-Fort Hood, TX" 28700 = "Kingsport-Bristol, TN-VA (Virginia portion not identified)" 28740 = "Kingston, NY" 28940 = "Knoxville, TN (Anderson County not in sample)" 29100 = "La Crosse, WI-MN (Houston County not in sample)" 29180 = "Lafayette, LA" 29340 = "Lake Charles, LA (Cameron Parish not in sample)" 29460 = "Lakeland-Winter Haven, FL" 29540 = "Lancaster, PA" 29620 = "Lansing-East Lansing, MI" 29700 = "Laredo, TX" 29740 = "Las Cruces, NM" 29820 = "Las Vegas-Paradise, NV" 29940 = "Lawrence, KS" 30020 = "Lawton, OK" 30460 = "Lexington-Fayette, KY" 30780 = "Little Rock-North Little Rock, AR (Perry County not in sample)" 30980 = "Longview, TX (Rusk and Upshur Counties not in sample)" 31100 = "Los Angeles-Long Beach-Santa Ana, CA" 31140 = "Louisville, KY-IN (Washington, IN; Henry, KY; Nelson, KY; Shelby, KY; and Trimble, KY Counties not in sample)" 31180 = "Lubbock, TX (Crosby County not in sample)" 31340 = "Lynchburg, VA (Appomattox and Bedford Counties and Bedford City not In sample)" 31420 = "Macon, GA (Crawford, Monroe, and Twiggs Counties not in sample)" 31460 = "Madera, CA" 31540 = "Madison, WI (Iowa County not in sample)" 32580 = "McAllen-Edinburg-Pharr, TX" 32780 = "Medford, OR" 32820 = "Memphis, TN-MS-AR (Arkansas portion not identified and Tunica County, MS not in sample)" 32900 = "Merced, CA" 33100 = "Miami-Fort Lauderdale-Miami Beach, FL" 33140 = "Michigan City-La Porte, IN" 33260 = "Midland, TX" 33340 = "Milwaukee-Waukesha-West Allis, WI" 33460 = "Minneapolis-St Paul-Bloomington, MN-WI (Wisconsin portion not identified)" 33660 = "Mobile, AL" 33700 = "Modesto, CA" 33740 = "Monroe, LA" 33780 = "Monroe, MI" 33860 = "Montgomery, AL" 34740 = "Muskegon-Norton Shores, MI" 34820 = "Myrtle Beach-Conway-North Myrtle Beach, SC" 34900 = "Napa, CA" 34940 = "Naples-Marco Island, FL" 34980 = "Nashville-Davidson-Murfreesboro, TN (Cannon, Hickman and Macon Counties not in sample)" 35380 = "New Orleans-Metairie-Kenner, LA" 35620 = "New York-Northern New Jersey-Long Island, NY-NJ-PA (Pennsylvania portion not in sample. White Plains central city recoded to balance of metropolitan)" 35660 = "Niles-Benton Harbor, MI" 36100 = "Ocala, FL" 36140 = "Ocean City, NJ" 36260 = "Ogden-Clearfield, UT" 36420 = "Oklahoma City, OK" 36500 = "Olympia, WA" 36540 = "Omaha-Council Bluffs, NE-IA" 36740 = "Orlando, FL" 36780 = "Oshkosh-Neenah, WI" 37100 = "Oxnard-Thousand Oaks-Ventura, CA" 37340 = "Palm Bay-Melbourne-Titusville, FL" 37460 = "Panama City-Lynn Haven, FL" 37860 = "Pensacola-Ferry Pass-Brent, FL" 37900 = "Peoria, IL" 37980 = "Philadelphia-Camden-Wilmington, PA-NJ-DE" 38060 = "Phoenix-Mesa-Scottsdale, AZ" 38300 = "Pittsburgh, PA" 38900 = "Portland-Vancouver-Beaverton, OR-WA (Yamhill County, OR not in sample)" 38940 = "Port St. Lucie-Fort Pierce, FL" 39100 = "Poughkeepsie-Newburgh-Middletown, NY" 39140 = "Prescott, AZ" 39340 = "Provo-Orem, UT (Juab County not in sample)" 39380 = "Pueblo, CO" 39460 = "Punta Gorda, FL" 39540 = "Racine, WI" 39580 = "Raleigh-Cary, NC" 39740 = "Reading, PA" 39900 = "Reno-Sparks, NV" 40060 = "Richmond, VA (Cumberland County not in sample)" 40140 = "Riverside-San Bernardino-Ontario, CA" 40220 = "Roanoke, VA (Craig and Franklin Counties not in sample)" 40380 = "Rochester, NY" 40420 = "Rockford, IL" 40900 = "Sacramento--Arden-Arcade-Roseville, CA" 40980 = "Saginaw-Saginaw Township North, MI" 41060 = "St. Cloud, MN" 41180 = "St. Louis, MO-IL (Calhoun County, IL not in sample)" 41420 = "Salem, OR" 41500 = "Salinas, CA" 41540 = "Salisbury, MD" 41620 = "Salt Lake City, UT (Tooele County not in sample)" 41700 = "San Antonio, TX" 41740 = "San Diego-Carlsbad-San Marcos, CA" 41860 = "San Francisco-Oakland-Fremont, CA" 41940 = "San Jose-Sunnyvale-Santa Clara, CA" 42020 = "San Luis Obispo-Paso Robles, CA" 42060 = "Santa Barbara-Santa Maria-Goleta, CA" 42100 = "Santa Cruz-Watsonville, CA" 42140 = "Santa Fe, NM" 42220 = "Santa Rosa-Petaluma, CA" 42260 = "Sarasota-Bradenton-Venice, FL" 42340 = "Savannah, GA" 42540 = "Scranton-Wilkes-Barre, PA" 42660 = "Seattle-Tacoma-Bellevue, WA" 43340 = "Shreveport-Bossier City, LA" 43620 = "Sioux Falls, SD" 43780 = "South Bend-Mishawaka, IN-MI (Michigan portion not identified)" 43900 = "Spartanburg, SC" 44060 = "Spokane, WA" 44100 = "Springfield, IL" 44180 = "Springfield, MO (Dallas and Polk Counties not in sample)" 44220 = "Springfield, OH" 44700 = "Stockton, CA" 45060 = "Syracuse, NY" 45220 = "Tallahassee, FL" 45300 = "Tampa-St. Petersburg-Clearwater, FL" 45780 = "Toledo, OH (Ottawa County not in sample)" 45820 = "Topeka, KS (Jackson and Jefferson Counties not in sample)" 45940 = "Trenton-Ewing, NJ" 46060 = "Tucson, AZ" 46140 = "Tulsa, OK (Okmulgee County not in sample)" 46220 = "Tuscaloosa, AL (Greene and Hale Counties not in sample)" 46540 = "Utica-Rome, NY" 46660 = "Valdosta, GA (Lanier County not in sample)" 46700 = "Vallejo-Fairfield, CA" 46940 = "Vero Beach, FL" 47020 = "Victoria, TX" 47220 = "Vineland-Millville-Bridgeton, NJ" 47260 = "Virginia Beach-Norfolk-Newport News, VA-NC (North Carolina portion not identified)" 47300 = "Visalia-Porterville, CA" 47380 = "Waco, TX" 47580 = "Warner Robins, GA" 47900 = "Washington-Arlington-Alexandria, DC-VA-MD-WV (West Virginia portion not identified. Reston central city recoded to balance of metropolitan.)" 47940 = "Waterloo-Cedar Falls, IA (Grundy County not in sample)" 48140 = "Wausau, WI" 48620 = "Wichita, KS" 49180 = "Winston-Salem, NC" 49420 = "Yakima, WA" 49620 = "York-Hanover, PA" 49660 = "Youngstown-Warren-Boardman, OH-PA (Pennsylvania portion not in sample)" 70750 = "Bangor, ME" 70900 = "Barnstable Town, MA" 71650 = "Boston-Cambridge-Quincy, MA-NH" 71950 = "Bridgeport-Stamford-Norwalk, CT" 72400 = "Burlington-South Burlington, VT" 72850 = "Danbury, CT" 73450 = "Hartford-West Hartford-East Hartford, CT" 74500 = "Leominster-Fitchburg-Gardner, MA" 75700 = "New Haven, CT" 76450 = "Norwich-New London, CT-RI (RI portion recoded to Providence NECTA)" 76750 = "Portland-South Portland, ME" 77200 = "Providence-Fall River-Warwick, RI-MA" 77350 = "Rochester-Dover, NH-ME (Maine portion not identified)" 78100 = "Springfield, MA-CT (Connecticut portion not identified)" 78700 = "Waterbury, CT" 79600 = "Worcester, MA-CT (Connecticut portion not identified)" ; VALUE gtco (default=32) 0 = "NOT IDENTIFIED" ; VALUE gtcbsast (default=32) 1 = "PRINCIPAL CITY" 2 = "BALANCE" 3 = "NONMETROPOLITAN" 4 = "NOT IDENTIFIED" ; VALUE gtmetsta (default=32) 1 = "METROPOLITAN" 2 = "NONMETROPOLITAN" 3 = "NOT IDENTIFIED" ; VALUE gtindvpc (default=32) 0 = "NOT IDENTIFIED, NONMETROPOLITAN," ; VALUE gtcbsasz (default=32) 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+" ; VALUE gtcsa (default=32) 0 = "NOT IDENTIFIED OR" ; VALUE proldrrp (default=32) 1 = "REF PERS WITH OTHER RELATIVES" 2 = "REF PERS WITH NO OTHER RELATIVES" 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 RELS" ; VALUE pupelig (default=32) 1 = "ELIGIBLE FOR INTERVIEW" 2 = "LABOR FORCE FULLY COMPLETE" 3 = "MISSING LABOR FORCE DATA FOR PERSON" 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" ; VALUE perrp (default=32) 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 RELS." 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." ; VALUE peparent (default=32) -1 = "NO PARENT" ; VALUE peage (default=32) 80 = "80-84 Years Old" 85 = "85+ Years Old" ; VALUE prtfage (default=32) 0 = "NO TOP CODE" 1 = "TOP CODED VALUE FOR AGE" ; VALUE pemaritl (default=32) 1 = "MARRIED - SPOUSE PRESENT" 2 = "MARRIED - SPOUSE ABSENT" 3 = "WIDOWED" 4 = "DIVORCED" 5 = "SEPARATED" 6 = "NEVER MARRIED" ; VALUE pespouse (default=32) -1 = "NO SPOUSE" ; VALUE pesex (default=32) 1 = "MALE" 2 = "FEMALE" ; VALUE peafever (default=32) 1 = "YES" 2 = "NO" ; VALUE peafnow (default=32) 1 = "YES" 2 = "NO" ; VALUE peeduca (default=32) 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 (EX: BA, AB, BS)" 44 = "MASTER'S DEGREE (EX: MA, MS, MEng," 45 = "PROFESSIONAL SCHOOL DEG (EX: MD," 46 = "DOCTORATE DEGREE (EX: PhD, EdD)" ; VALUE ptdtrace (default=32) 1 = "White Only" 2 = "Black Only" 3 = "American Indian, Alaskan Native Only" 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" ; VALUE prdthsp (default=32) 1 = "Mexican" 2 = "Puerto Rican" 3 = "Cuban" 4 = "Central/South American" 5 = "Other Spanish" ; VALUE puchinhh (default=32) 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" ; VALUE prfamnum (default=32) 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" ; VALUE prfamrel (default=32) 0 = "NOT A FAMILY MEMBER" 1 = "REFERENCE PERSON" 2 = "SPOUSE" 3 = "CHILD" 4 = "OTHER RELATIVE (PRIMARY FAMILY" ; VALUE prfamtyp (default=32) 1 = "PRIMARY FAMILY" 2 = "PRIMARY INDIVIDUAL" 3 = "RELATED SUBFAMILY" 4 = "UNRELATED SUBFAMILY" 5 = "SECONDARY INDIVIDUAL" ; VALUE pehspnon (default=32) 1 = "HISPANIC" 2 = "NON-HIPSANIC" ; VALUE prmarsta (default=32) 1 = "MARRIED, CIVILIAN SPOUSE PRESENT" 2 = "MARRIED, ARMED FORCES SPOUSE" 3 = "MARRIED, SPOUSE ABSENT (EXC." 4 = "WIDOWED" 5 = "DIVORCED" 6 = "SEPARATED" 7 = "NEVER MARRIED" ; VALUE prpertyp (default=32) 1 = "CHILD HOUSEHOLD MEMBER" 2 = "ADULT CIVILIAN HOUSEHOLD MEMBER" 3 = "ADULT ARMED FORCES HOUSEHOLD" ; VALUE penatvty (default=32) 57 = "United States" 60 = "American Samoa" 66 = "Guam" 69 = "Northern Marianas" 73 = "Puerto Rico" 78 = "U. S. Virgin Islands" 100 = "Albania" 102 = "Austria" 103 = "Belgium" 104 = "Bulgaria" 105 = "Czechoslovakia" 106 = "Denmark" 108 = "Finland" 109 = "France" 110 = "Germany" 116 = "Greece" 117 = "Hungary" 118 = "Iceland" 119 = "Ireland" 120 = "Italy" 126 = "Netherlands" 127 = "Norway" 128 = "Poland" 129 = "Portugal" 130 = "Azores" 132 = "Romania" 134 = "Spain" 136 = "Sweden" 137 = "Switzerland" 138 = "United Kingdom" 139 = "England" 140 = "Scotland" 142 = "Northern Ireland" 147 = "Yugoslavia" 148 = "Czech Republic" 149 = "Slovakia" 150 = "Bosnia & Herzegovina" 151 = "Croatia" 152 = "Macedonia" 154 = "Serbia" 155 = "Estonia" 156 = "Latvia" 157 = "Lithuania" 158 = "Armenia" 159 = "Azerbaijan" 160 = "Belarus" 161 = "Georgia" 162 = "Moldova" 163 = "Russia" 164 = "Ukraine" 165 = "USSR" 166 = "Europe, not specified" 168 = "Montenegro" 200 = "Afghanistan" 202 = "Bangladesh" 203 = "Bhutan" 205 = "Myanmar (Burma)" 206 = "Cambodia" 207 = "China" 209 = "Hong Kong" 210 = "India" 211 = "Indonesia" 212 = "Iran" 213 = "Iraq" 214 = "Israel" 215 = "Japan" 216 = "Jordan" 217 = "Korea" 218 = "Kazakhstan" 220 = "South Korea" 222 = "Kuwait" 223 = "Laos" 224 = "Lebanon" 226 = "Malaysia" 228 = "Mongolia" 229 = "Nepal" 231 = "Pakistan" 233 = "Philippines" 235 = "Saudi Arabia" 236 = "Singapore" 238 = "Sri Lanka" 239 = "Syria" 240 = "Taiwan" 242 = "Thailand" 243 = "Turkey" 245 = "United Arab Emirates" 246 = "Uzbekistan" 247 = "Vietnam" 248 = "Yemen" 249 = "Asia, not specified" 300 = "Bermuda" 301 = "Canada" 303 = "Mexico" 310 = "Belize" 311 = "Costa Rica" 312 = "El Salvador" 313 = "Guatemala" 314 = "Honduras" 315 = "Nicaragua" 316 = "Panama" 321 = "Antigua and Barbuda" 323 = "Bahamas" 324 = "Barbados" 327 = "Cuba" 328 = "Dominica" 329 = "Dominican Republic" 330 = "Grenada" 332 = "Haiti" 333 = "Jamaica" 338 = "St. Kitts--Nevis" 339 = "St. Lucia" 340 = "St. Vincent and the Grenadines" 341 = "Trinidad and Tobago" 343 = "West Indies, not specified" 360 = "Argentina" 361 = "Bolivia" 362 = "Brazil" 363 = "Chile" 364 = "Columbia" 365 = "Ecuador" 368 = "Guyana" 369 = "Paraguay" 370 = "Peru" 372 = "Uruguay" 373 = "Venezuela" 374 = "South America, not specified" 399 = "Americas, not specified" 400 = "Algeria" 407 = "Cameroon" 408 = "Cape Verde" 412 = "Congo" 414 = "Egypt" 416 = "Ethiopia" 417 = "Eritrea" 421 = "Ghana" 423 = "Guinea" 425 = "Ivory Coast" 427 = "Kenya" 429 = "Liberia" 430 = "Libya" 436 = "Morocco" 440 = "Nigeria" 444 = "Senegal" 447 = "Sierra Leone" 448 = "Somalia" 449 = "South Africa" 451 = "Sudan" 453 = "Tanzania" 454 = "Togo" 457 = "Uganda" 459 = "Zaire" 460 = "Zambia" 461 = "Zimbabwe" 462 = "Africa, not specified" 501 = "Australia" 508 = "Fiji" 511 = "Marshall Islands" 512 = "Micronesia" 515 = "New Zealand" 523 = "Tonga" 527 = "Samoa" 555 = "Elsewhere" ; VALUE pemntvty (default=32) 57 = "UNITED STATES" 66 = "GUAM" 73 = "PUERTO RICO" 78 = "U.S. VIRGIN ISLANDS" 96 = "OTHER U.S. ISLAND AREA" 555 = "ELSEWHERE" ; VALUE pefntvty (default=32) 57 = "UNITED STATES" 66 = "GUAM" 73 = "PUERTO RICO" 78 = "U.S. VIRGIN ISLANDS" 96 = "OTHER U.S. ISLAND AREA" 555 = "ELSEWHERE" ; VALUE prcitshp (default=32) 1 = "NATIVE, BORN IN THE UNITED STATES" 2 = "NATIVE, BORN IN PUERTO RICO OR" 3 = "NATIVE, BORN ABROAD OF AMERICAN" 4 = "FOREIGN BORN, U.S. CITIZEN BY" 5 = "FOREIGN BORN, NOT A CITIZEN OF THE" ; VALUE prinusyr (default=32) -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" ; VALUE puslfprx (default=32) 1 = "SELF" 2 = "PROXY" 3 = "BOTH SELF AND PROXY" ; VALUE pemlr (default=32) 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" ; VALUE puwk (default=32) 1 = "YES" 2 = "NO" 3 = "RETIRED" 4 = "DISABLED" 5 = "UNABLE TO WORK" ; VALUE pubus1l (default=32) 1 = "YES" 2 = "NO" ; VALUE pubus2ot (default=32) 1 = "YES" 2 = "NO" ; VALUE pubuscka (default=32) 1 = "GOTO PUBUS1" 2 = "GOTO PURETCK1" ; VALUE pubusckb (default=32) 1 = "GOTO PUHRUSL1" 2 = "GOTO PUBUS2" ; VALUE pubusckc (default=32) 1 = "GOTO PUABSRSN" 2 = "GOTO PULAY" ; VALUE pubusckd (default=32) 1 = "GOTO PUHRUSL1" 2 = "GOTO PUABSPD" ; VALUE puretot (default=32) 1 = "YES" 2 = "NO" 3 = "WAS NOT RETIRED LAST MONTH" ; VALUE pudis (default=32) 1 = "YES" 2 = "NO" 3 = "DID NOT HAVE DISABILITY LAST MONTH" ; VALUE peret1l (default=32) 1 = "YES" 2 = "NO" 3 = "HAS A JOB" ; VALUE pudis1l (default=32) 1 = "YES" 2 = "NO" ; VALUE pudis2l (default=32) 1 = "YES" 2 = "NO" ; VALUE puabsot (default=32) 1 = "YES" 2 = "NO" 3 = "RETIRED" 4 = "DISABLED" 5 = "UNABLE TO WORK" ; VALUE pulay (default=32) 1 = "YES" 2 = "NO" 3 = "RETIRED" 4 = "DISABLED" 5 = "UNABLE TO WORK" ; VALUE peabsrsn (default=32) 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 PROBLEMS" 6 = "CHILD CARE PROBLEMS" 7 = "OTHER FAMILY/PERSONAL OBLIGATION" 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)" ; VALUE peabspdo (default=32) 1 = "YES" 2 = "NO" ; VALUE pemjot (default=32) 1 = "YES" 2 = "NO" ; VALUE pemjnum (default=32) 2 = "2 JOBS" 3 = "3 JOBS" 4 = "4 OR MORE JOBS" ; VALUE pehrusla (default=32) -4 = "HOURS VARY" ; VALUE pehruslb (default=32) -4 = "HOURS VARY" ; VALUE pehrftpt (default=32) 1 = "YES" 2 = "NO" 3 = "HOURS VARY" ; VALUE pehruslt (default=32) -4 = "VARIES" ; VALUE pehrwant (default=32) 1 = "YES" 2 = "NO" 3 = "REGULAR HOURS ARE FULL-TIME" ; VALUE pehrrsna (default=32) 1 = "SLACK WORK/BUSINESS CONDITIONS" 2 = "COULD ONLY FIND PART-TIME WORK" 3 = "SEASONAL WORK" 4 = "CHILD CARE PROBLEMS" 5 = "OTHER FAMILY/PERSONAL OBLIGATIONS" 6 = "HEALTH/MEDICAL LIMITATIONS" 7 = "SCHOOL/TRAINING" 8 = "RETIRED/SOCIAL SECURITY LIMIT ON" 9 = "FULL-TIME WORKWEEK IS LESS THAN" 35 = "HRS" 10 = "OTHER - SPECIFY" ; VALUE pehrrsnb (default=32) 1 = "CHILD CARE PROBLEMS" 2 = "OTHER FAMILY/PERSONAL OBLIGATIONS" 3 = "HEALTH/MEDICAL LIMITATIONS" 4 = "SCHOOL/TRAINING" 5 = "RETIRED/SOCIAL SECURITY LIMIT ON" 6 = "FULL-TIME WORKWEEK LESS THAN" 35 = "HOURS" 7 = "OTHER - SPECIFY" ; VALUE pehrrsnc (default=32) 1 = "SLACK WORK/BUSINESS CONDITIONS" 2 = "SEASONAL WORK" 3 = "JOB STARTED OR ENDED DURING WEEK" 4 = "VACATION/PERSONAL DAY" 5 = "OWN ILLNESS/INJURY/MEDICAL" 6 = "HOLIDAY (LEGAL OR RELIGIOUS)" 7 = "CHILD CARE PROBLEMS" 8 = "OTHER FAMILY/PERSONAL OBLIGATIONS" 9 = "LABOR DISPUTE" 10 = "WEATHER AFFECTED JOB" 11 = "SCHOOL/TRAINING" 12 = "CIVIC/MILITARY DUTY" 13 = "OTHER REASON" ; VALUE puhroffa (default=32) 1 = "YES" 2 = "NO" ; VALUE puhrot1l (default=32) 1 = "YES" 2 = "NO" ; VALUE pehravl (default=32) 1 = "YES" 2 = "NO" ; VALUE puhrck1l (default=32) 1 = "GOTO PUHRUSL2" 2 = "GOTO PUHRUSLT" ; VALUE puhrck2l (default=32) 1 = "IF ENTRY OF 1 IN MJ AND" 2 = "IF ENTRY OF 1 IN MJ AND ENTRY" 3 = "IF ENTRY OF 2, D OR R IN MJ" 4 = "IF ENTRY OF 1 IN BUS1 AND ENTRY" 5 = "ALL OTHERS GOTO HRCK3-C" ; VALUE puhrck3l (default=32) 1 = "IF ENTRY OF 1 IN ABSOT OR" 2 = "IF ENTRY OF 3 IN RET1 GOTO HRCK8" 3 = "IF ENTRY IN HRUSLT IS 0-34 HOURS" 4 = "IF ENTRY IN HRUSLT IS 35+ GOTO HROFF1" 5 = "ALL OTHERS GOTO HRCK4-C" 6 = "GOTO PUHRCK4" ; VALUE puhrck4l (default=32) 1 = "IF ENTRY OF 1, D, R OR V" 2 = "IF ENTRY OF 2, D OR R IN BUS2 THEN" 3 = "IF HRUSLT IS 0-34 THEN GOTO HRWANT" 4 = "IF ENTRY OF 2 IN HRFTPT THEN GOTO" 5 = "ALL OTHERS GOTO HRACT1" ; VALUE puhrck5l (default=32) 1 = "IF ENTRY OF 1 IN MJOT GOTO HRACT2" 2 = "ALL OTHERS GOTO HRCK6-C" ; VALUE puhrck6l (default=32) 1 = "IF HRACT1 AND HRACT2 EQ 0 AND" 2 = "IF HRACT1 AND HRACT2 EQ 0 THEN" 3 = "ALL OTHERS GOTO HRACTT-C" ; VALUE puhrck7l (default=32) 1 = "(IF ENTRY OF 2, D OR R IN BUS2) AND (HRACT1 LESS THAN 15 OR D) GOTO HRCK8" 2 = "(IF ENTRY OF 2, D OR R IN BUS2) AND (HRACT1 IS 15+) GOTO HRCK8" 3 = "(IF HRUSLT IS 35+ OR IF ENTRY OF 1 IN HRFTPT) AND (HRACTT <35) AND ENTRY IN HRACT1 OR HRACT2 ISN'T D OR R THEN GOTO HRRSN3" 4 = "IF ENTRY OF 1 IN HRWANT AND HRACTT <35 AND (ENTRY OF 1, 2, 3 IN HRRSN1) GOTO HRAVL" 5 = "ALL OTHERS GOTO HRCK8" ; VALUE puhrck1b (default=32) 1 = "IF ENTRY OF 2, D OR R IN BUS2" 2 = "ALL OTHERS GOTO IOCK1" ; VALUE pulaydt (default=32) 1 = "YES" 2 = "NO" ; VALUE pulay6m (default=32) 1 = "YES" 2 = "NO" ; VALUE pelayavl (default=32) 1 = "YES" 2 = "NO" ; VALUE pulayavr (default=32) 1 = "OWN TEMPORARY ILLNESS" 2 = "GOING TO SCHOOL" 3 = "OTHER" ; VALUE pelaylk (default=32) 1 = "YES" 2 = "NO" ; VALUE pelayfto (default=32) 1 = "YES" 2 = "NO" ; VALUE pulaycka (default=32) 1 = "GOTO PULAYCK3" 2 = "GOTO PULAYFT" 3 = "GOTO PULAYDR" ; VALUE pulayckb (default=32) 1 = "GOTO PULAYDR3" 2 = "GOTO PULAYFT" ; VALUE pulayckc (default=32) 1 = "MISCK = 5 GOTO IO1INT" 2 = "I-ICR = 1 OR I-OCR = 1, GOTO IO1INT" 3 = "ALL OTHERS GOTO SCHCK" ; VALUE pulk (default=32) 1 = "YES" 2 = "NO" 3 = "RETIRED" 4 = "DISABLED" 5 = "UNABLE TO WORK" ; VALUE pelkm1l (default=32) 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 PROGRAMS/" 12 = "NOTHING" 13 = "OTHER PASSIVE" ; VALUE pulkm2l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/" 2 = "CONTACTED PUBLIC EMPLOYMENT" 3 = "CONTACTED PRIVATE EMPLOYMENT" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/" 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" ; VALUE pulkm3l (default=32) 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 PROGRAMS/" 13 = "OTHER PASSIVE" ; VALUE pulkm4l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/" 2 = "CONTACTED PUBLIC EMPLOYMENT" 3 = "CONTACTED PRIVATE EMPLOYMENT" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL" 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 PROGRAMS/" 13 = "OTHER PASSIVE" ; VALUE pulkm5l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/" 2 = "CONTACTED PUBLIC EMPLOYMENT" 3 = "CONTACTED PRIVATE EMPLOYMENT" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL" 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 PROGRAMS/" 13 = "OTHER PASSIVE" ; VALUE pulkm6l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/" 2 = "CONTACTED PUBLIC EMPLOYMENT" 3 = "CONTACTED PRIVATE EMPLOYMENT" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL" 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 PROGRAMS/" 13 = "OTHER PASSIVE" ; VALUE pulkdk1l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/" 2 = "CONTACTED PUBLIC EMPLOYMENT" 3 = "CONTACTED PRIVATE EMPLOYMENT" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL" 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 PROGRAMS/" 12 = "NOTHING" 13 = "OTHER PASSIVE" ; VALUE pulkdk2l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/" 2 = "CONTACTED PUBLIC EMPLOYMENT" 3 = "CONTACTED PRIVATE EMPLOYMENT" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL" 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 PROGRAMS/" 13 = "OTHER PASSIVE" ; VALUE pulkdk3l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/" 2 = "CONTACTED PUBLIC EMPLOYMENT" 3 = "CONTACTED PRIVATE EMPLOYMENT" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL" 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 PROGRAMS/" 13 = "OTHER PASSIVE" ; VALUE pulkdk4l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/" 2 = "CONTACTED PUBLIC EMPLOYMENT" 3 = "CONTACTED PRIVATE EMPLOYMENT" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL" 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 PROGRAMS/" 13 = "OTHER PASSIVE" ; VALUE pulkdk5l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/" 2 = "CONTACTED PUBLIC EMPLOYMENT" 3 = "CONTACTED PRIVATE EMPLOYMENT" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL" 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 PROGRAMS/" 13 = "OTHER PASSIVE" ; VALUE pulkdk6l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/" 2 = "CONTACTED PUBLIC EMPLOYMENT" 3 = "CONTACTED PRIVATE EMPLOYMENT" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL" 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 PROGRAMS/" 13 = "OTHER PASSIVE" ; VALUE pulkps1l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/" 2 = "CONTACTED PUBLIC EMPLOYMENT" 3 = "CONTACTED PRIVATE EMPLOYMENT" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL" 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 PROGRAMS/" 12 = "NOTHING" 13 = "OTHER PASSIVE" ; VALUE pulkps2l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/" 2 = "CONTACTED PUBLIC EMPLOYMENT" 3 = "CONTACTED PRIVATE EMPLOYMENT" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL" 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 PROGRAMS/" 13 = "OTHER PASSIVE" ; VALUE pulkps3l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/" 2 = "CONTACTED PUBLIC EMPLOYMENT" 3 = "CONTACTED PRIVATE EMPLOYMENT" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL" 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 PROGRAMS/" 13 = "OTHER PASSIVE" ; VALUE pulkps4l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/" 2 = "CONTACTED PUBLIC EMPLOYMENT" 3 = "CONTACTED PRIVATE EMPLOYMENT" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL" 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 PROGRAMS/" 13 = "OTHER PASSIVE" ; VALUE pulkps5l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/" 2 = "CONTACTED PUBLIC EMPLOYMENT" 3 = "CONTACTED PRIVATE EMPLOYMENT" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL" 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 PROGRAMS/" 13 = "OTHER PASSIVE" ; VALUE pulkps6l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/" 2 = "CONTACTED PUBLIC EMPLOYMENT" 3 = "CONTACTED PRIVATE EMPLOYMENT" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL" 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 PROGRAMS" 13 = "OTHER PASSIVE" ; VALUE pelkavl (default=32) 1 = "YES" 2 = "NO" ; VALUE pulkavr (default=32) 1 = "WAITING FOR NEW JOB TO BEGIN" 2 = "OWN TEMPORARY ILLNESS" 3 = "GOING TO SCHOOL" 4 = "OTHER - SPECIFY" ; VALUE pelkll1o (default=32) 1 = "WORKING" 2 = "SCHOOL" 3 = "LEFT MILITARY SERVICE" 4 = "SOMETHING ELSE" ; VALUE pelkll2o (default=32) 1 = "LOST JOB" 2 = "QUIT JOB" 3 = "TEMPORARY JOB ENDED" ; VALUE pelklwo (default=32) 1 = "WITHIN THE LAST 12 MONTHS" 2 = "MORE THAN 12 MONTHS AGO" 3 = "NEVER WORKED" ; VALUE pelkfto (default=32) 1 = "YES" 2 = "NO" 3 = "DOESN'T MATTER" ; VALUE pedwwnto (default=32) 1 = "YES, OR MAYBE, IT DEPENDS" 2 = "NO" 3 = "RETIRED" 4 = "DISABLED" 5 = "UNABLE" ; VALUE pedwrsn (default=32) 1 = "BELIEVES NO WORK AVAILABLE IN AREA" 2 = "COULDN'T FIND ANY WORK" 3 = "LACKS NECESSARY SCHOOLING/" 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 DISABILITY" 10 = "TRANSPORTATION PROBLEMS" 11 = "OTHER - SPECIFY" ; VALUE pedwlko (default=32) 1 = "YES" 2 = "NO" ; VALUE pedwwk (default=32) 1 = "YES" 2 = "NO" ; VALUE pedw4wk (default=32) 1 = "YES" 2 = "NO" ; VALUE pedwlkwk (default=32) 1 = "YES" 2 = "NO" ; VALUE pedwavl (default=32) 1 = "YES" 2 = "NO" ; VALUE pedwavr (default=32) 1 = "OWN TEMPORARY ILLNESS" 2 = "GOING TO SCHOOL" 3 = "OTHER" ; VALUE pudwck1l (default=32) 1 = "IF ENTRY OF 2 IN BUS2 GOTO PUSCHCK" 2 = "IF ENTRY OF 3 ON ABSRSN GOTO" 3 = "IF ENTRY OF 1 IN RET1, STORE 1 IN" 4 = "ALL OTHERS GOTO PUDWWNT" ; VALUE pudwck2l (default=32) 1 = "IF ENTRY IN DIS1 OR DIS2 GOTO" 2 = "IF ENTRY OF 4 IN DWWNT GOTO PUDIS1" 3 = "IF ENTRY OF 5 IN DWWNT GOTO PUDIS2" 4 = "ALL OTHERS GOTO PUDWCK4" ; VALUE pudwck3l (default=32) 1 = "IF AGERNG EQUALS 1-4 OR 9 GOTO" 2 = "ALL OTHERS GOTO PUNLFCK2" ; VALUE pudwck4l (default=32) 1 = "IF ENTRY OF 10 AND/OR 11 AND/OR 13" 2 = "IF ENTRY OF 10 AND/OR 11 AND/OR 13" 3 = "IF ENTRY OF 10 AND/OR 11 AND/OR 13" 4 = "ALL OTHERS GOTO PUDWRSN" ; VALUE pudwck5l (default=32) 1 = "IF ENTRY OF 1 IN LK THEN STORE 1" 2 = "ALL OTHERS GOTO PUDWLK" ; VALUE pejhwko (default=32) 1 = "YES" 2 = "NO" ; VALUE pujhdp1o (default=32) 1 = "YES" 2 = "NO" ; VALUE pejhrsn (default=32) 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" ; VALUE pejhwant (default=32) 1 = "YES, OR IT DEPENDS" 2 = "NO" ; VALUE pujhck1l (default=32) 1 = "PURET1 = 1, -2, OR -3" 2 = "IF MISCK EQUALS 4 OR 8" 3 = "ALL OTHERS GOTO PUNLFCK1" ; VALUE pujhck2l (default=32) 1 = "IF ENTRY OF 1 IN DWWK AND I-MLR= 3, 4" 2 = "IF ENTRY OF 2, D OR R IN DWWK THEN" 3 = "ALL OTHERS GOTO PUJHWK" ; VALUE prabsrea (default=32) 1 = "FT PAID-VACATION" 2 = "FT PAID-OWN ILLNESS" 3 = "FT PAID-CHILD CARE PROBLEMS" 4 = "FT PAID-OTHER FAMILY/" 5 = "FT PAID-MATERNITY/PATERNITY LEAVE" 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 LEAVE" 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 OBLIG." 25 = "PT PAID-MATERNITY/PATERNITY LEAVE" 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 LEAVE" 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" ; VALUE prcivlf (default=32) 1 = "IN CIVILIAN LABOR FORCE" 2 = "NOT IN CIVILIAN LABOR FORCE" ; VALUE prdisc (default=32) 1 = "DISCOURAGED WORKER" 2 = "CONDITIONALLY INTERESTED" 3 = "NOT AVAILABLE" ; VALUE premphrs (default=32) 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 DISPUTE" 5 = "W/JOB, NOT AT WORK-CHILD CARE" 6 = "W/JOB, NOT AT WORK-FAM/PERS" 7 = "W/JOB, NOT AT WORK-MATERNITY/" 8 = "W/JOB, NOT AT WORK-SCHOOL/" 9 = "W/JOB, NOT AT WORK-CIVIC/MILITARY" 10 = "W/JOB, NOT AT WORK-DOES NOT WORK" 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" ; VALUE prempnot (default=32) 1 = "EMPLOYED" 2 = "UNEMPLOYED" 3 = "NOT IN LABOR FORCE (NILF)-discouraged" 4 = "NOT IN LABOR FORCE (NILF)-other" ; VALUE prexplf (default=32) 1 = "EMPLOYED" 2 = "UNEMPLOYED" ; VALUE prftlf (default=32) 1 = "FULL TIME LABOR FORCE" 2 = "PART TIME LABOR FORCE" ; VALUE prhrusl (default=32) 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" ; VALUE prjobsea (default=32) 1 = "LOOKED LAST 12 MONTHS, SINCE" 2 = "LOOKED AND WORKED IN THE" 3 = "LOOKED LAST 4 WEEKS - LAYOFF" 4 = "UNAVAILABLE JOB SEEKERS" 5 = "NO RECENT JOB SEARCH" ; VALUE prpthrs (default=32) 0 = "USUALLY FT, PT FOR NON-ECONOMIC" 1 = "USUALLY FT, PT ECON REASONS; 1-4 HRS" 2 = "USUALLY FT, PT ECON REASONS; 5-14 HRS" 3 = "USUALLY FT, PT ECON REASONS; 15-29 HRS" 4 = "USUALLY FT, PT ECON REASONS; 30-34 HRS" 5 = "USUALLY PT, ECON REASONS; 1-4 HRS" 6 = "USUALLY PT, ECON REASONS; 5-14 HRS" 7 = "USUALLY PT, ECON REASONS; 15-29 HRS" 8 = "USUALLY PT, ECON REASONS; 30-34 HRS" 9 = "USUALLY PT, NON-ECON REASONS; 1-4 HRS" 10 = "USUALLY PT, NON-ECON REASONS; 5-14 HRS" 11 = "USUALLY PT, NON-ECON REASONS; 15-29 HRS" 12 = "USUALLY PT, NON-ECON REASONS; 30-34 HRS" ; VALUE prptrea (default=32) 1 = "USUALLY FT-SLACK WORK/BUSINESS" 2 = "USUALLY FT-SEASONAL WORK" 3 = "USUALLY FT-JOB STARTED/ENDED DURING" 4 = "USUALLY FT-VACATION/PERSONAL DAY" 5 = "USUALLY FT-OWN ILLNESS/INJURY/MEDICAL" 6 = "USUALLY FT-HOLIDAY (RELIGIOUS OR LEGAL)" 7 = "USUALLY FT-CHILD CARE PROBLEMS" 8 = "USUALLY FT-OTHER FAM/PERS OBLIGATIONS" 9 = "USUALLY FT-LABOR DISPUTE" 10 = "USUALLY FT-WEATHER AFFECTED JOB" 11 = "USUALLY FT-SCHOOL/TRAINING" 12 = "USUALLY FT-CIVIC/MILITARY DUTY" 13 = "USUALLY FT-OTHER REASON" 14 = "USUALLY PT-SLACK WORK/BUSINESS" 15 = "USUALLY PT-COULD ONLY FIND PT WORK" 16 = "USUALLY PT-SEASONAL WORK" 17 = "USUALLY PT-CHILD CARE PROBLEMS" 18 = "USUALLY PT-OTHER FAM/PERS OBLIGATIONS" 19 = "USUALLY PT-HEALTH/MEDICAL LIMITATIONS" 20 = "USUALLY PT-SCHOOL/TRAINING" 21 = "USUALLY PT-RETIRED/S.S. LIMIT ON EARNINGS" 22 = "USUALLY PT-WORKWEEK <35 HOURS" 23 = "USUALLY PT-OTHER REASON" ; VALUE pruntype (default=32) 1 = "JOB LOSER/ON LAYOFF" 2 = "OTHER JOB LOSER" 3 = "TEMPORARY JOB ENDED" 4 = "JOB LEAVER" 5 = "RE-ENTRANT" 6 = "NEW-ENTRANT" ; VALUE prwksch (default=32) 0 = "NOT IN LABOR FORCE" 1 = "AT WORK" 2 = "WITH JOB, NOT AT WORK" 3 = "UNEMPLOYED, SEEKS FT" 4 = "UNEMPLOYED, SEEKS PT" ; VALUE prwkstat (default=32) 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 ECONOMIC" 7 = "PT HRS, USUALLY PT FOR" 8 = "FT HOURS, USUALLY PT FOR" 9 = "FT HOURS, USUALLY PT FOR" 10 = "NOT AT WORK, USUALLY PART-TIME" 11 = "UNEMPLOYED FT" 12 = "UNEMPLOYED PT" ; VALUE prwntjob (default=32) 1 = "WANT A JOB" 2 = "OTHER NOT IN LABOR FORCE" ; VALUE pujhck3l (default=32) 1 = "IF I-MLR EQ 3 OR 4 THEN GOTO PUJHDP1" 2 = "ALL OTHERS GOTO PUJHRSN" ; VALUE pujhck4l (default=32) 1 = "IF ENTRY OF 2, D OR R IN PUDW4WK OR" 2 = "IF ENTRY OF 1 IN PUDW4WK OR IN" 3 = "IF I-MLR EQUALS 1 OR 2 AND ENTRY IN" 4 = "IF ENTRY IN PUJHRSN THEN GOTO" 5 = "ALL OTHERS GOTO PUNLFCK1" ; VALUE pujhck5l (default=32) 1 = "IF I-IO1ICR EQUALS 1 OR I-IO1OCR" 2 = "ALL OTHERS GOTO PUIOCK5" ; VALUE puiodp1l (default=32) 1 = "YES" 2 = "NO" ; VALUE puiodp2l (default=32) 1 = "YES" 2 = "NO" ; VALUE puiodp3l (default=32) 1 = "YES" 2 = "NO" ; VALUE peio1cow (default=32) 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" ; VALUE puio1mfg (default=32) 1 = "MANUFACTURING" 2 = "RETAIL TRADE" 3 = "WHOLESALE TRADE" 4 = "SOMETHING ELSE" ; VALUE peio2cow (default=32) 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" ; VALUE puio2mfg (default=32) 1 = "MANUFACTURING" 2 = "RETAIL TRADE" 3 = "WHOLESALE TRADE" 4 = "SOMETHING ELSE" ; VALUE puiock1l (default=32) 1 = "IF {MISCK EQ 1 OR 5)" 2 = "IF (MISCK EQ 1 OR 5)" 3 = "IF I-IO1NAM IS D, R OR BLANK THEN" 4 = "ALL OTHERS GOTO PUIODP1" ; VALUE puiock2l (default=32) 1 = "IF I-IO1ICR EQ 1 THEN GOTO PUIO1IND" 2 = "IF I-IO1OCR EQ 1 THEN GOTO PUIO1OCC" 3 = "ALL OTHERS GOTO PUIODP2" ; VALUE puiock3l (default=32) 1 = "IF I-IO1OCC EQUALS D, R OR BLANK" 2 = "IF I-IO1DT1 IS D, R OR BLANK THEN" 3 = "ALL OTHERS GOTO PUIODP3" ; VALUE prioelg (default=32) 0 = "NOT ELIGIBLE FOR EDIT" 1 = "ELIGIBLE FOR EDIT" ; VALUE pragna (default=32) 1 = "AGRICULTURAL" 2 = "NON-AGRICULTURAL" ; VALUE prcow1l (default=32) 1 = "FEDERAL GOVT" 2 = "STATE GOVT" 3 = "LOCAL GOVT" 4 = "PRIVATE (INCL. SELF-EMPLOYED" 5 = "SELF-EMPLOYED, UNINCORP." 6 = "WITHOUT PAY" ; VALUE prcow2l (default=32) 1 = "FEDERAL GOVT" 2 = "STATE GOVT" 3 = "LOCAL GOVT" 4 = "PRIVATE (INCL. SELF-EMPLOYED INCORP.)" 5 = "SELF-EMPLOYED, UNINCORP." 6 = "WITHOUT PAY" ; VALUE prcowpg (default=32) 1 = "PRIVATE" 2 = "GOVERNMENT" ; VALUE prdtcowa (default=32) 1 = "AGRI., WAGE & SALARY, PRIVATE" 2 = "AGRI., WAGE & SALARY, GOVERNMENT" 3 = "AGRI., SELF-EMPLOYED" 4 = "AGRI., UNPAID" 5 = "NONAG, WS, PRIVATE, PRIVATE HHLDS" 6 = "NONAG, WS, PRIVATE, OTHER PRIVATE" 7 = "NONAG, WS, GOVT, FEDERAL" 8 = "NONAG, WS, GOVT, STATE" 9 = "NONAG, WS, GOVT, LOCAL" 10 = "NONAG, SELF-EMPLOYED" 11 = "NONAG, UNPAID" ; VALUE prdtcowb (default=32) 1 = "AGRI., WAGE & SALARY, PRIVATE" 2 = "AGRI., WAGE & SALARY, GOVERNMENT" 3 = "AGRI., SELF-EMPLOYED" 4 = "AGRI., UNPAID" 5 = "NONAG, WS, PRIVATE, PRIVATE HHLDS" 6 = "NONAG, WS, PRIVATE, OTHER PRIVATE" 7 = "NONAG, WS, GOVT, FEDERAL" 8 = "NONAG, WS, GOVT, STATE" 9 = "NONAG, WS, GOVT, LOCAL" 10 = "NONAG, SELF-EMPLOYED" 11 = "NONAG, UNPAID" ; VALUE prdtinda (default=32) 1 = "Agriculture" 2 = "Forestry, logging, fishing, hunting, and trapping" 3 = "Mining" 4 = "Construction" 5 = "Nonmetallic mineral product manufacturing" 6 = "Primary metals and fabricated metal products" 7 = "Machinery manufacturing" 8 = "Computer and electronic product manufacturing" 9 = "Electrical equipment, appliance manufacturing" 10 = "Transportation equipment manufacturing" 11 = "Wood products" 12 = "Furniture and fixtures manufacturing" 13 = "Miscellaneous and not specified manufacturing" 14 = "Food manufacturing" 15 = "Beverage and tobacco products" 16 = "Textile, apparel, and leather manufacturing" 17 = "Paper and printing" 18 = "Petroleum and coal products manufacturing" 19 = "Chemical manufacturing" 20 = "Plastics and rubber products" 21 = "Wholesale trade" 22 = "Retail trade" 23 = "Transportation and warehousing" 24 = "Utilities" 25 = "Publishing industries (except internet)" 26 = "Motion picture and sound recording industries" 27 = "Broadcasting (except internet)" 28 = "Internet publishing and broadcasting" 29 = "Telecommunications" 30 = "Internet service providers and data" 31 = "Other information services" 32 = "Finance" 33 = "Insurance" 34 = "Real estate" 35 = "Rental and leasing services" 36 = "Professional and technical services" 37 = "Management of companies and enterprises" 38 = "Administrative and support services" 39 = "Waste management and remediation services" 40 = "Educational services" 41 = "Hospitals" 42 = "Health care services, except hospitals" 43 = "Social assistance" 44 = "Arts, entertainment, and recreation" 45 = "Accommodation" 46 = "Food services and drinking places" 47 = "Repair and maintenance" 48 = "Personal and laundry services" 49 = "Membership associations and organizations" 50 = "Private households" 51 = "Public administration" 52 = "Armed forces" ; VALUE prdtindb (default=32) 1 = "Agriculture" 2 = "Forestry, logging, fishing, hunting, and trapping" 3 = "Mining" 4 = "Construction" 5 = "Nonmetallic mineral product manufacturing" 6 = "Primary metals and fabricated metal products" 7 = "Machinery manufacturing" 8 = "Computer and electronic product manufacturing" 9 = "Electrical equipment, appliance manufacturing" 10 = "Transportation equipment manufacturing" 11 = "Wood products" 12 = "Furniture and fixtures manufacturing" 13 = "Miscellaneous and not specified manufacturing" 14 = "Food manufacturing" 15 = "Beverage and tobacco products" 16 = "Textile, apparel, and leather manufacturing" 17 = "Paper and printing" 18 = "Petroleum and coal products manufacturing" 19 = "Chemical manufacturing" 20 = "Plastics and rubber products" 21 = "Wholesale trade" 22 = "Retail trade" 23 = "Transportation and warehousing" 24 = "Utilities" 25 = "Publishing industries (except internet)" 26 = "Motion picture and sound recording industries" 27 = "Broadcasting (except internet)" 28 = "Internet publishing and broadcasting" 29 = "Telecommunications" 30 = "Internet service providers and data processing services" 31 = "Other information services" 32 = "Finance" 33 = "Insurance" 34 = "Real estate" 35 = "Rental and leasing services" 36 = "Professional and technical services" 37 = "Management of companies and enterprises" 38 = "Administrative and support services" 39 = "Waste management and remediation services" 40 = "Educational services" 41 = "Hospitals" 42 = "Health care services, except hospitals" 43 = "Social assistance" 44 = "Arts, entertainment, and recreation" 45 = "Accommodation" 46 = "Food services and drinking places" 47 = "Repair and maintenance" 48 = "Personal and laundry services" 49 = "Membership associations and organizations" 50 = "Private households" 52 = "Armed forces" ; VALUE prdtocca (default=32) 1 = "Management occupations" 2 = "Business and financial operations occupations" 3 = "Computer and mathematical science occupations" 4 = "Architecture and engineering occupations" 5 = "Life, physical, and social science occupations" 6 = "Community and social service occupations" 7 = "Legal occupations" 8 = "Education, training, and library occupations" 9 = "Arts, design, entertainment, sports, and media" 10 = "Healthcare practitioner and technical occupations" 11 = "Healthcare support occupations" 12 = "Protective service occupations" 13 = "Food preparation and serving related occupations" 14 = "Building and grounds cleaning and maintenance" 15 = "Personal care and service occupations" 16 = "Sales and related occupations" 17 = "Office and administrative support occupations" 18 = "Farming, fishing, and forestry occupations" 19 = "Construction and extraction occupations" 20 = "Installation, maintenance, and repair occupations" 21 = "Production occupations" 22 = "Transportation and material moving occupations" 23 = "Armed Forces" ; VALUE prdtoccb (default=32) 1 = "Management occupations" 2 = "Business and financial operations occupations" 3 = "Computer and mathematical science occupations" 4 = "Architecture and engineering occupations" 5 = "Life, physical, and social science occupations" 6 = "Community and social service occupations" 7 = "Legal occupations" 8 = "Education, training, and library occupations" 9 = "Arts, design, entertainment, sports, and media" 10 = "Healthcare practitioner and technical occupations" 11 = "Healthcare support occupations" 12 = "Protective service occupations" 13 = "Food preparation and serving related occupations" 14 = "Building and grounds cleaning and maintenance" 15 = "Personal care and service occupations" 16 = "Sales and related occupations" 17 = "Office and administrative support occupations" 18 = "Farming, fishing, and forestry occupations" 19 = "Construction and extraction occupations" 20 = "Installation, maintenance, and repair occupations" 21 = "Production occupations" 22 = "Transportation and material moving occupations" 23 = "Armed Forces" ; VALUE prmjinda (default=32) 1 = "Agriculture, forestry, fishing, and hunting" 2 = "Mining" 3 = "Construction" 4 = "Manufacturing" 5 = "Wholesale and retail trade" 6 = "Transportation and utilities" 7 = "Information" 8 = "Financial activities" 9 = "Professional and business services" 10 = "Educational and health services" 11 = "Leisure and hospitality" 12 = "Other services" 13 = "Public administration" 14 = "Armed Forces" ; VALUE prmjindb (default=32) 1 = "Agriculture, forestry, fishing, and hunting" 2 = "Mining" 3 = "Construction" 4 = "Manufacturing" 5 = "Wholesale and retail trade" 6 = "Transportation and utilities" 7 = "Information" 8 = "Financial activities" 9 = "Professional and business services" 10 = "Educational and health services" 11 = "Leisure and hospitality" 12 = "Other services" 13 = "Public administration" 14 = "Armed Forces" ; VALUE prmjocca (default=32) 1 = "Management, business, and financial" 2 = "Professional and related occupations" 3 = "Service occupations" 4 = "Sales and related occupations" 5 = "Office and administrative support" 6 = "Farming, fishing, and forestry occupations" 7 = "Construction and extraction occupations" 8 = "Installation, maintenance, and repair" 9 = "Production occupations" 10 = "Transportation and material moving" 11 = "Armed Forces" ; VALUE prmjoccb (default=32) 1 = "Management, business, and financial" 2 = "Professional and related occupations" 3 = "Service occupations" 4 = "Sales and related occupations" 5 = "Office and administrative support occupations" 6 = "Farming, fishing, and forestry occupations" 7 = "Construction and extraction occupations" 8 = "Installation, maintenance, and repair" 9 = "Production occupations" 10 = "Transportation and material moving" 11 = "Armed Forces" ; VALUE prmjocgr (default=32) 1 = "Management, professional, and related" 2 = "Service occupations" 3 = "Sales and office occupations" 4 = "Farming, fishing, and forestry occupations" 5 = "Construction, and maintenance occupations" 6 = "Production, transportation, and material" 7 = "Armed Forces" ; VALUE prsjmj (default=32) 1 = "SINGLE JOBHOLDER" 2 = "MULTIPLE JOBHOLDER" ; VALUE prerelg (default=32) 0 = "NOT ELIGIBLE FOR EDIT" 1 = "ELIGIBLE FOR EDIT" ; VALUE peernuot (default=32) 1 = "YES" 2 = "NO" ; VALUE peernper (default=32) 1 = "HOURLY" 2 = "WEEKLY" 3 = "BI-WEEKLY" 4 = "TWICE MONTHLY" 5 = "MONTHLY" 6 = "ANNUALLY" 7 = "OTHER - SPECIFY" ; VALUE peernrt (default=32) 1 = "YES" 2 = "NO" ; VALUE peernhry (default=32) 1 = "HOURLY WORKER" 2 = "NONHOURLY WORKER" ; VALUE pthr (default=32) 0 = "NOT TOPCODED" 1 = "TOPCODED" ; VALUE ptot (default=32) 0 = "NOT TOPCODED" 1 = "TOPCODED" ; VALUE peernlab (default=32) 1 = "YES" 2 = "NO" ; VALUE peerncov (default=32) 1 = "YES" 2 = "NO" ; VALUE penlfjh (default=32) 1 = "WITHIN THE LAST 12 MONTHS" 2 = "MORE THAN 12 MONTHS AGO" 3 = "NEVER WORKED" ; VALUE penlfret (default=32) 1 = "YES" 2 = "NO" ; VALUE penlfact (default=32) 1 = "DISABLED" 2 = "ILL" 3 = "IN SCHOOL" 4 = "TAKING CARE OF HOUSE OR FAMILY" 5 = "IN RETIREMENT" 6 = "SOMETHING ELSE/OTHER" ; VALUE punlfcka (default=32) 1 = "IF AGERNG EQUALS 1-4 OR 9" 2 = "ALL OTHERS GOT NLFRET" ; VALUE punlfckb (default=32) 1 = "IF MISCK EQUALS 4 OR 8 THEN GOTO" 2 = "ALL OTHERS GOTO LBFR-END" ; VALUE peschenr (default=32) 1 = "YES" 2 = "NO" ; VALUE peschft (default=32) 1 = "FULL-TIME" 2 = "PART-TIME" ; VALUE peschlvl (default=32) 1 = "HIGH SCHOOL" 2 = "COLLEGE OR UNIVERSITY" ; VALUE prnlfsch (default=32) 1 = "IN SCHOOL" 2 = "NOT IN SCHOOL" ; VALUE prchld (default=32) -1 = "NIU (Not a parent)" 0 = "No own children under 18 years of age" 1 = "All own children 0- 2 years of age" 2 = "All own children 3- 5 years of age" 3 = "All own children 6-13 years of age" 4 = "All own children 14-17 years of age" 5 = "Own children 0- 2 and 3-5 years of age" 6 = "Own children 0- 2 and 6-13 years of age" 7 = "Own children 0- 2 and 14-17 years of age" 8 = "Own children 3- 5 and 6-13 years of age" 9 = "Own children 3- 5 and 14-17 years of age" 10 = "Own children 6-13 and 14-17 years of age" 11 = "Own children 0- 2, 3- 5, and 6-13 years of age" 12 = "Own children 0- 2, 3- 5, and 14-17 years of age" 13 = "Own children 0- 2, 6-13, and 14-17 years of age" 14 = "Own children 3- 5, 6-13, and 14-17 years of age" 15 = "Own children from all age groups" ; VALUE prnmchld (default=32) -1 = "NIU (Not a parent)" ; VALUE pedipged (default=32) -1 = "Not in universe" 1 = "Graduation from high school" 2 = "GED or other equivalent" ; VALUE pehgcomp (default=32) -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)" ; VALUE pecyc (default=32) -1 = "Not in universe" 1 = "Less than 1 year (includes 0 years completed)" 2 = "The first or Freshman year" 3 = "The second or Sophomore year" 4 = "The third or Junior year" 5 = "Four or more years" ; VALUE pegrprof (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE pegr6cor (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE pems123l (default=32) -1 = "Not in universe" 1 = "1 year program" 2 = "2 year program" 3 = "3 year program" ; VALUE peio1icd (default=32) 170 = "Crop production 111" 180 = "Animal production 112" 190 = "Forestry except logging 1131, 1132" 270 = "Logging 1133" 280 = "Fishing, hunting, and trapping 114" 290 = "Support activities for agriculture and forestry 115" 370 = "Oil and gas extraction 211" 380 = "Coal mining 2121" 390 = "Metal ore mining 2122" 470 = "Nonmetallic mineral mining and quarrying 2123" 480 = "Not specified type of mining Part of 21" 490 = "Support activities for mining 213" 570 = "Electric power generation, transmission and distribution Pt. 2211" 580 = "Natural gas distribution Pt. 2212" 590 = "Electric and gas, and other combinations Pts. 2211, 2212" 670 = "Water, steam, air-conditioning, and irrigation systems 22131, 22133" 680 = "Sewage treatment facilities 22132" 690 = "Not specified utilities Part of 22" 770 = "** Construction 23 (Includes the cleaning of buildings and dwellings is incidental during construction and immediately after construction)" 1070 = "Animal food, grain and oilseed milling 3111, 3112" 1080 = "Sugar and confectionery products 3113" 1090 = "Fruit and vegetable preserving and specialty food manufacturing 3114" 1170 = "Dairy product manufacturing 3115" 1180 = "Animal slaughtering and processing 3116" 1190 = "Retail bakeries 311811" 1270 = "Bakeries, except retail 3118 exc. 311811" 1280 = "Seafood and other miscellaneous foods, n.e.c. 3117, 3119" 1290 = "Not specified food industries Part of 311" 1370 = "Beverage manufacturing 3121" 1390 = "Tobacco manufacturing 3122" 1470 = "Fiber, yarn, and thread mills 3131" 1480 = "Fabric mills, except knitting 3132 exc. 31324" 1490 = "Textile and fabric finishing and coating mills 3133" 1570 = "Carpet and rug mills 31411" 1590 = "Textile product mills, except carpets and rugs 314 exc. 31411" 1670 = "Knitting mills 31324, 3151" 1680 = "Cut and sew apparel manufacturing 3152" 1690 = "Apparel accessories and other apparel manufacturing 3159" 1770 = "Footwear manufacturing 3162" 1790 = "Leather tanning and products, except footwear manufacturing 3161, 3169" 1870 = "Pulp, paper, and paperboard mills 3221" 1880 = "Paperboard containers and boxes 32221" 1890 = "Miscellaneous paper and pulp products 32222, 32223, 32229" 1990 = "Printing and related support activities 3231" 2070 = "Petroleum refining 32411" 2090 = "Miscellaneous petroleum and coal products 32419" 2170 = "Resin, synthetic rubber and fibers, and filaments manufacturing 3252" 2180 = "Agricultural chemical manufacturing 3253" 2190 = "Pharmaceutical and medicine manufacturing 3254" 2270 = "Paint, coating, and adhesive manufacturing B46 3255" 2280 = "Soap, cleaning compound, and cosmetics manufacturing 3256" 2290 = "Industrial and miscellaneous chemicals 3251, 3259" 2370 = "Plastics product manufacturing 3261" 2380 = "Tire manufacturing 32621" 2390 = "Rubber products, except tires, manufacturing 32622, 32629" 2470 = "Pottery, ceramics, and related products manufacturing 32711" 2480 = "Structural clay product manufacturing 32712" 2490 = "Glass and glass product manufacturing 3272" 2570 = "Cement, concrete, lime, and gypsum product manufacturing 3273, 3274" 2590 = "Miscellaneous nonmetallic mineral product manufacturing 3279" 2670 = "Iron and steel mills and steel product manufacturing 3311, 3312" 2680 = "Aluminum production and processing 3313" 2690 = "Nonferrous metal, except aluminum, production and processing 3314" 2770 = "Foundries 3315" 2780 = "Metal forgings and stampings 3321" 2790 = "Cutlery and hand tool manufacturing 3322" 2870 = "Structural metals, and tank and shipping container manufacturing 3323, 3324" 2880 = "Machine shops; turned product; screw, nut and bolt manufacturing 3327" 2890 = "Coating, engraving, heat treating and allied activities 3328" 2970 = "Ordnance 332992 to 332995" 2980 = "Miscellaneous fabricated metal products manufacturing 3325, 3326, 3329 exc. 332992, 332993, 332994, 332995" 2990 = "Not specified metal industries Part of 331 and 332" 3070 = "Agricultural implement manufacturing 33311" 3080 = "Construction, mining and oil field machinery manufacturing 33312, 33313" 3090 = "Commercial and service industry machinery manufacturing 3333" 3170 = "Metalworking machinery manufacturing 3335" 3180 = "Engines, turbines, and power transmission equipment manufacturing 3336" 3190 = "Machinery manufacturing, n.e.c. 3332, 3334, 3339" 3290 = "Not specified machinery manufacturing Part of 333" 3360 = "Computer and peripheral equipment manufacturing 3341" 3370 = "Communications, audio, and video equipment manufacturing 3342, 3343" 3380 = "Navigational, measuring, electromedical, and control instruments manufacturing 3345" 3390 = "Electronic component and product manufacturing, n.e.c. 3344, 3346" 3470 = "Household appliance manufacturing 3352" 3490 = "Electrical lighting, equipment, and supplies manufacturing, n.e.c. 3351, 3353, 3359" 3570 = "Motor vehicles and motor vehicle equipment manufacturing 3361, 3362, 3363" 3580 = "Aircraft and parts manufacturing 336411 to 336413" 3590 = "Aerospace products and parts manufacturing 336414, 336415, 336419" 3670 = "Railroad rolling stock manufacturing 3365" 3680 = "Ship and boat building 3366" 3690 = "Other transportation equipment manufacturing 3369" 3770 = "Sawmills and wood preservation 3211" 3780 = "Veneer, plywood, and engineered wood products 3212" 3790 = "Prefabricated wood buildings and mobile homes 321991, 321992" 3870 = "Miscellaneous wood products 3219 exc. 321991, 321992" 3890 = "Furniture and related product manufacturing 337" 3960 = "Medical equipment and supplies manufacturing 3391" 3970 = "Toys, amusement, and sporting goods manufacturing 33992, 33993" 3980 = "Miscellaneous manufacturing, n.e.c. 3399 exc. 33992, 33993" 3990 = "Not specified manufacturing industries Part of 31, 32, 33" 4070 = "** Motor vehicles, parts and supplies, merchant wholesalers *4231" 4080 = "** Furniture and home furnishing, merchant wholesalers *4232" 4090 = "** Lumber and other construction materials, merchant wholesalers *4233" 4170 = "** Professional and commercial equipment and supplies, merchant wholesalers *4234" 4180 = "** Metals and minerals, except petroleum, merchant wholesalers *4235" 4190 = "** Electrical goods, merchant wholesalers *4236" 4260 = "** Hardware, plumbing and heating equipment, and supplies, merchant wholesalers *4237" 4270 = "** Machinery, equipment, and supplies, merchant wholesalers *4238" 4280 = "** Recyclable material, merchant wholesalers *42393" 4290 = "** Miscellaneous durable goods, merchant wholesalers *4239 exc. 42393" 4370 = "** Paper and paper products, merchant wholesalers *4241" 4380 = "** Drugs, sundries, and chemical and allied products, merchant wholesalers *4242, 4246" 4390 = "** Apparel, fabrics, and notions, merchant wholesalers *4243" 4470 = "** Groceries and related products, merchant wholesalers *4244" 4480 = "** Farm product raw materials, merchant wholesalers *4245" 4490 = "** Petroleum and petroleum products, merchant wholesalers *4247" 4560 = "** Alcoholic beverages, merchant wholesalers *4248" 4570 = "** Farm supplies, merchant wholesalers *42491" 4580 = "** Miscellaneous nondurable goods, merchant wholesalers *4249 exc. 42491" 4585 = "*** Wholesale electronic markets, agents and brokers New industry *4251" 4590 = "**Not specified wholesale trade Part of 42" 4670 = "Automobile dealers 4411" 4680 = "Other motor vehicle dealers 4412" 4690 = "Auto parts, accessories, and tire stores 4413" 4770 = "Furniture and home furnishings stores 442" 4780 = "Household appliance stores 443111" 4790 = "Radio, TV, and computer stores 443112, 44312" 4870 = "Building material and supplies dealers 4441 exc. 44413" 4880 = "Hardware stores 44413" 4890 = "Lawn and garden equipment and supplies stores 4442" 4970 = "Grocery stores 4451" 4980 = "Specialty food stores 4452" 4990 = "Beer, wine, and liquor stores 4453" 5070 = "Pharmacies and drug stores 4461" 5080 = "Health and personal care, except drug, stores 446 exc. 44611" 5090 = "Gasoline stations 447" 5170 = "Clothing and accessories, except shoe, stores 448 exc. 44821, 4483" 5180 = "Shoe stores 44821" 5190 = "Jewelry, luggage, and leather goods stores 4483" 5270 = "Sporting goods, camera, and hobby and toy stores 44313, 45111, 45112" 5280 = "Sewing, needlework, and piece goods stores 45113" 5290 = "Music stores 45114, 45122" 5370 = "Book stores and news dealers 45121" 5380 = "****Department stores and discount stores 45211" 5390 = "Miscellaneous general merchandise stores 4529" 5470 = "Retail florists 4531" 5480 = "Office supplies and stationery stores 45321" 5490 = "Used merchandise stores 4533" 5570 = "Gift, novelty, and souvenir shops 45322" 5580 = "Miscellaneous retail stores 4539" 5590 = "*** Electronic shopping New industry *454111" 5591 = "*** Electronic auctions New industry *454112" 5592 = "** Mail order houses *454113" 5670 = "Vending machine operators 4542" 5680 = "Fuel dealers 45431" 5690 = "Other direct selling establishments 45439" 5790 = "Not specified retail trade Part of 44, 45" 6070 = "Air transportation 481" 6080 = "Rail transportation 482" 6090 = "Water transportation 483" 6170 = "Truck transportation 484" 6180 = "Bus service and urban transit 4851, 4852, 4854, 4855, 4859" 6190 = "Taxi and limousine service 4853" 6270 = "Pipeline transportation 486" 6280 = "Scenic and sightseeing transportation 487" 6290 = "Services incidental to transportation 488" 6370 = "Postal Service 491" 6380 = "Couriers and messengers 492" 6390 = "Warehousing and storage 493" 6470 = "**Newspaper publishers 51111" 6480 = "**Publishing, except newspapers and software 5111 exc. 51111" 6490 = "Software publishing 5112" 6570 = "Motion pictures and video industries 5121" 6590 = "Sound recording industries 5122" 6670 = "Radio and television broadcasting and cable 5151, 5152, 5175" 6675 = "*** Internet publishing and broadcasting New industry *5161" 6680 = "Wired telecommunications carriers *5171" 6690 = "Other telecommunications services *517 exc. 5171, 5175" 6692 = "*** Internet service providers New industry *5181" 6695 = "**** Data processing, hosting, and related services *5182" 6770 = "Libraries and archives *51912" 6780 = "Other information services *5191 exc. 51912" 6870 = "Banking and related activities 521,52211, 52219" 6880 = "Savings institutions, including credit unions 52212, 52213" 6890 = "Non-depository credit and related activities 5222, 5223" 6970 = "Securities, commodities, funds, trusts, and other financial investments 523, 525" 6990 = "Insurance carriers and related activities 524" 7070 = "Real estate 531" 7080 = "Automotive equipment rental and leasing 5321" 7170 = "Video tape and disk rental 53223" 7180 = "Other consumer goods rental 53221, 53222, 53229, 5323" 7190 = "Commercial, industrial, and other intangible assets rental and leasing 5324, 533" 7270 = "Legal services 5411" 7280 = "Accounting, tax preparation, bookkeeping, and payroll services 5412" 7290 = "Architectural, engineering, and related services 5413" 7370 = "Specialized design services 5414" 7380 = "Computer systems design and related services 5415" 7390 = "Management, scientific, and technical consulting services 5416" 7460 = "Scientific research and development services 5417" 7470 = "Advertising and related services 5418" 7480 = "Veterinary services 54194" 7490 = "Other professional, scientific, and technical services 5419 exc. 54194" 7570 = "Management of companies and enterprises 551" 7580 = "Employment services 5613" 7590 = "Business support services 5614" 7670 = "Travel arrangements and reservation services 5615" 7680 = "Investigation and security services 5616" 7690 = "** Services to buildings and dwellings 5617 exc. 56173 (except cleaning during construction and immediately after construction)" 7770 = "Landscaping services 56173" 7780 = "Other administrative and other support services 5611, 5612, 5619" 7790 = "Waste management and remediation services 562" 7860 = "Elementary and secondary schools 6111" 7870 = "Colleges and universities, including junior colleges 6112, 6113" 7880 = "Business, technical, and trade schools and training 6114, 6115" 7890 = "Other schools, instruction, and educational services 6116, 6117" 7970 = "Offices of physicians 6211" 7980 = "Offices of dentists 6212" 7990 = "Offices of chiropractors 62131" 8070 = "Offices of optometrists 62132" 8080 = "Offices of other health practitioners 6213 exc. 62131, 62132" 8090 = "Outpatient care centers 6214" 8170 = "Home health care services 6216" 8180 = "Other health care services 6215, 6219" 8190 = "Hospitals 622" 8270 = "Nursing care facilities 6231" 8290 = "Residential care facilities, without nursing 6232, 6233, 6239" 8370 = "Individual and family services 6241" 8380 = "Community food and housing, and emergency services 6242" 8390 = "Vocational rehabilitation services 6243" 8470 = "Child day care services 6244" 8560 = "Independent artists, performing arts, spectator sports, and related industries 711" 8570 = "Museums, art galleries, historical sites, and similar institutions 712" 8580 = "Bowling centers 71395" 8590 = "Other amusement, gambling, and recreation industries 713 exc. 71395" 8660 = "Traveler accommodation 7211" 8670 = "Recreational vehicle parks and camps, and rooming and boarding houses 7212, 7213" 8680 = "Restaurants and other food services 722 exc. 7224" 8690 = "Drinking places, alcoholic beverages 7224" 8770 = "Automotive repair and maintenance 8111 exc. 811192" 8780 = "Car washes 811192" 8790 = "Electronic and precision equipment repair and maintenance 8112" 8870 = "Commercial and industrial machinery and equipment repair and maintenance 8113" 8880 = "Personal and household goods repair and maintenance 8114 exc. 81143" 8890 = "Footwear and leather goods repair 81143" 8970 = "Barber shops 812111" 8980 = "Beauty salons 812112" 8990 = "Nail salons and other personal care services 812113, 81219" 9070 = "Dry cleaning and laundry services 8123" 9080 = "Funeral homes, cemeteries, and crematories 8122" 9090 = "Other personal services 8129" 9160 = "Religious organizations 8131" 9170 = "Civic, social, advocacy organizations, and grant making and giving services 8132, 8133, 8134" 9180 = "Labor unions 81393" 9190 = "Business, professional, political, and similar organizations 8139 exc. 81393" 9290 = "Private households 814" 9370 = "Executive offices and legislative bodies 92111, 92112, 92114, pt. 92115" 9380 = "Public finance activities 92113" 9390 = "Other general government and support 92119" 9470 = "Justice, public order, and safety activities 922, pt. 92115" 9480 = "Administration of human resource programs 923" 9490 = "Administration of environmental quality and housing programs 924, 925" 9570 = "Administration of economic programs and space research 926, 927" 9590 = "National security and international affairs 928" 9890 = "Armed Forces" ; VALUE peio1ocd (default=32) 10 = "Chief executives 11-1011" 20 = "General and operations managers 11-1021" 40 = "Advertising and promotions managers 11-2011" 50 = "Marketing and sales managers 11-2020" 60 = "Public relations managers 11-2031" 100 = "Administrative services managers 11-3011" 110 = "Computer and information systems managers 11-3021" 120 = "Financial managers 11-3031" 130 = "Human resources managers 11-3040" 140 = "Industrial production managers 11-3051" 150 = "Purchasing managers 11-3061" 160 = "Transportation, storage, and distribution managers 11-3071" 200 = "Farm, ranch, and other agricultural managers 11-9011" 210 = "Farmers and ranchers 11-9012" 220 = "Construction managers 11-9021" 230 = "Education administrators 11-9030" 300 = "Engineering managers 11-9041" 310 = "Food service managers 11-9051" 320 = "Funeral directors 11-9061" 330 = "Gaming managers 11-9071" 340 = "Lodging managers 11-9081" 350 = "Medical and health services managers 11-9111" 360 = "Natural sciences managers 11-9121" 410 = "Property, real estate, and community association managers 11-9141" 420 = "Social and community service managers 11-9151" 430 = "Managers, all other 11-9199" 500 = "Agents and business managers of artists, performers, and athletes 13-1011" 510 = "Purchasing agents and buyers, farm products 13-1021" 520 = "Wholesale and retail buyers, except farm products 13-1022" 530 = "Purchasing agents, except wholesale, retail, and farm products 13-1023" 540 = "Claims adjusters, appraisers, examiners, and investigators 13-1030" 560 = "Compliance officers, except agriculture, construction, health and safety, and transportation 13-1041" 600 = "Cost estimators 13-1051" 620 = "Human resources, training, and labor relations specialists 13-1070" 700 = "Logisticians 13-1081" 710 = "Management analysts 13-1111" 720 = "Meeting and convention planners 13-1121" 730 = "Other business operations specialists 13-11XX" 800 = "Accountants and auditors 13-2011" 810 = "Appraisers and assessors of real estate 13-2021" 820 = "Budget analysts 13-2031" 830 = "Credit analysts 13-2041" 840 = "Financial analysts 13-2051" 850 = "Personal financial advisors 13-2052" 860 = "Insurance underwriters 13-2053" 900 = "Financial examiners 13-2061" 910 = "Loan counselors and officers 13-2070" 930 = "Tax examiners, collectors, and revenue agents 13-2081" 940 = "Tax prepares 13-2082" 950 = "Financial specialists, all other 13-2099" 1000 = "Computer scientists and systems analysts 15-10XX" 1010 = "Computer programmers 15-1021" 1020 = "Computer software engineers 15-1030" 1040 = "Computer support specialists 15-1041" 1060 = "Database administrators 15-1061" 1100 = "Network and computer systems administrators 15-1071" 1110 = "Network systems and data communications analysts 15-1081" 1200 = "Actuaries 15-2011" 1210 = "Mathematicians 15-2021" 1220 = "Operations research analysts 15-2031" 1230 = "Statisticians 15-2041" 1240 = "Miscellaneous mathematical science occupations 15-2090" 1300 = "Architects, except naval 17-1010" 1310 = "Surveyors, cartographers, and photogrammetrists 17-1020" 1320 = "Aerospace engineers 17-2011" 1330 = "Agricultural engineers 17-2021" 1340 = "Biomedical engineers 17-2031" 1350 = "Chemical engineers 17-2041" 1360 = "Civil engineers 17-2051" 1400 = "Computer hardware engineers 17-2061" 1410 = "Electrical and electronic engineers 17-2070" 1420 = "Environmental engineers 17-2081" 1430 = "Industrial engineers, including health and safety 17-2110" 1440 = "Marine engineers and naval architects 17-2121" 1450 = "Materials engineers 17-2131" 1460 = "Mechanical engineers 17-2141" 1500 = "Mining and geological engineers, including mining safety engineers 17-2151" 1510 = "Nuclear engineers 17-2161" 1520 = "Petroleum engineers 17-2171" 1530 = "Engineers, all other 17-2199" 1540 = "Drafters 17-3010" 1550 = "Engineering technicians, except drafters 17-3020" 1560 = "Surveying and mapping technicians 17-3031" 1600 = "Agricultural and food scientists 19-1010" 1610 = "Biological scientists 19-1020" 1640 = "Conservation scientists and foresters 19-1030" 1650 = "Medical scientists 19-1040" 1700 = "Astronomers and physicists 19-2010" 1710 = "Atmospheric and space scientists 19-2021" 1720 = "Chemists and materials scientists 19-2030" 1740 = "Environmental scientists and geoscientists 19-2040" 1760 = "Physical scientists, all other 19-2099" 1800 = "Economists 19-3011" 1810 = "Market and survey researchers 19-3020" 1820 = "Psychologists 19-3030" 1830 = "Sociologists 19-3041" 1840 = "Urban and regional planners 19-3051" 1860 = "Miscellaneous social scientists and related workers 19-3090" 1900 = "Agricultural and food science technicians 19-4011" 1910 = "Biological technicians 19-4021" 1920 = "Chemical technicians 19-4031" 1930 = "Geological and petroleum technicians 19-4041" 1940 = "Nuclear technicians 19-4051" 1960 = "Other life, physical, and social science technicians 19-40XX" 2000 = "Counselors 21-1010" 2010 = "Social workers 21-1020" 2020 = "Miscellaneous community and social service specialists 21-1090" 2040 = "Clergy 21-2011" 2050 = "Directors, religious activities and education 21-2021" 2060 = "Religious workers, all other 21-2099" 2100 = "Lawyers, Judges, magistrates, and other judicial workers 23-1011" 2140 = "Paralegals and legal assistants 23-2011" 2150 = "Miscellaneous legal support workers 23-2090" 2200 = "Postsecondary teachers 25-1000" 2300 = "Preschool and kindergarten teachers 25-2010" 2310 = "Elementary and middle school teachers 25-2020" 2320 = "Secondary school teachers 25-2030" 2330 = "Special education teachers 25-2040" 2340 = "Other teachers and instructors 25-3000" 2400 = "Archivists, curators, and museum technicians 25-4010" 2430 = "Librarians 25-4021" 2440 = "Library technicians 25-4031" 2540 = "Teacher assistants 25-9041" 2550 = "Other education, training, and library workers 25-90XX" 2600 = "Artists and related workers 27-1010" 2630 = "Designers 27-1020" 2700 = "Actors 27-2011" 2710 = "Producers and directors 27-2012" 2720 = "Athletes, coaches, umpires, and related workers 27-2020" 2740 = "Dancers and choreographers 27-2030" 2750 = "Musicians, singers, and related workers 27-2040" 2760 = "Entertainers and performers, sports and related workers, all other 27-2099" 2800 = "Announcers 27-3010" 2810 = "News analysts, reporters and correspondents 27-3020" 2820 = "Public relations specialists 27-3031" 2830 = "Editors 27-3041" 2840 = "Technical writers 27-3042" 2850 = "Writers and authors 27-3043" 2860 = "Miscellaneous media and communication workers 27-3090" 2900 = "Broadcast and sound engineering technicians and radio operators 27-4010" 2910 = "Photographers 27-4021" 2920 = "Television, video, and motion picture camera operators and editors 27-4030" 2960 = "Media and communication equipment workers, all other 27-4099" 3000 = "Chiropractors 29-1011" 3010 = "Dentists 29-1020" 3030 = "Dietitians and nutritionists 29-1031" 3040 = "Optometrists 29-1041" 3050 = "Pharmacists 29-1051" 3060 = "Physicians and surgeons 29-1060" 3110 = "Physician assistants 29-1071" 3120 = "Podiatrists 29-1081" 3130 = "Registered nurses 29-1111" 3140 = "Audiologists 29-1121" 3150 = "Occupational therapists 29-1122" 3160 = "Physical therapists 29-1123" 3200 = "Radiation therapists 29-1124" 3210 = "Recreational therapists 29-1125" 3220 = "Respiratory therapists 29-1126" 3230 = "Speech-language pathologists 29-1127" 3240 = "Therapists, all other 29-1129" 3250 = "Veterinarians 29-1131" 3260 = "Health diagnosing and treating practitioners, all other 29-1199" 3300 = "Clinical laboratory technologists and technicians 29-2010" 3310 = "Dental hygienists 29-2021" 3320 = "Diagnostic related technologists and technicians 29-2030" 3400 = "Emergency medical technicians and paramedics 29-2041" 3410 = "Health diagnosing and treating practitioner support technicians 29-2050" 3500 = "Licensed practical and licensed vocational nurses 29-2061" 3510 = "Medical records and health information technicians 29-2071" 3520 = "Opticians, dispensing 29-2081" 3530 = "Miscellaneous health technologists and technicians 29-2090" 3540 = "Other healthcare practitioners and technical occupations 29-9000" 3600 = "Nursing, psychiatric, and home health aides 31-1010" 3610 = "Occupational therapist assistants and aides 31-2010" 3620 = "Physical therapist assistants and aides 31-2020" 3630 = "Massage therapists 31-9011" 3640 = "Dental assistants 31-9091" 3650 = "Medical assistants and other healthcare support occupations 31-909X" 3700 = "First-line supervisors/managers of correctional officers 33-1011" 3710 = "First-line supervisors/managers of police and detectives 33-1012" 3720 = "First-line supervisors/managers of fire fighting and prevention workers 33-1021" 3730 = "Supervisors, protective service workers, all other 33-1099" 3740 = "Fire fighters 33-2011" 3750 = "Fire inspectors 33-2020" 3800 = "Bailiffs, correctional officers, and jailers 33-3010" 3820 = "Detectives and criminal investigators 33-3021" 3830 = "Fish and game wardens 33-3031" 3840 = "Parking enforcement workers 33-3041" 3850 = "Police and sheriff's patrol officers 33-3051" 3860 = "Transit and railroad police 33-3052" 3900 = "Animal control workers 33-9011" 3910 = "Private detectives and investigators 33-9021" 3920 = "Security guards and gaming surveillance officers 33-9030" 3940 = "Crossing guards 33-9091" 3950 = "Lifeguards and other protective service workers 33-909X" 4000 = "Chefs and head cooks 35-1011" 4010 = "First-line supervisors/managers of food preparation and serving workers 35-1012" 4020 = "Cooks 35-2010" 4030 = "Food preparation workers 35-2021" 4040 = "Bartenders 35-3011" 4050 = "Combined food preparation and serving workers, including fast food 35-3021" 4060 = "Counter attendants, cafeteria, food concession, and coffee shop 35-3022" 4110 = "Waiters and waitresses 35-3031" 4120 = "Food servers, nonrestaurant 35-3041" 4130 = "Dining room and cafeteria attendants and bartender helpers 35-9011" 4140 = "Dishwashers 35-9021" 4150 = "Hosts and hostesses, restaurant, lounge, and coffee shop 35-9031" 4160 = "Food preparation and serving related workers, all other 35-9099" 4200 = "First-line supervisors/managers of housekeeping and janitorial workers 37-1011" 4210 = "First-line supervisors/managers of landscaping, lawn service, and groundskeeping workers 37-1012" 4220 = "Janitors and building cleaners 31-201X" 4230 = "Maids and housekeeping cleaners 37-2012" 4240 = "Pest control workers 37-2021" 4250 = "Grounds maintenance workers 37-3010" 4300 = "First-line supervisors/managers of gaming workers 39-1010" 4320 = "First-line supervisors/managers of personal service workers 39-1021" 4340 = "Animal trainers 39-2011" 4350 = "Nonfarm animal caretakers 39-2021" 4400 = "Gaming services workers 39-3010" 4410 = "Motion picture projectionists 39-3021" 4420 = "Ushers, lobby attendants, and ticket takers 39-3031" 4430 = "Miscellaneous entertainment attendants and related workers 39-3090" 4460 = "Funeral service workers 39-4000" 4500 = "Barbers 39-5011" 4510 = "Hairdressers, hairstylists, and cosmetologists 39-5012" 4520 = "Miscellaneous personal appearance workers 39-5090" 4530 = "Baggage porters, bellhops, and concierges 39-6010" 4540 = "Tour and travel guides 39-6020" 4550 = "Transportation attendants 39-6030" 4600 = "Child care workers 39-9011" 4610 = "Personal and home care aides 39-9021" 4620 = "Recreation and fitness workers 39-9030" 4640 = "Residential advisors 39-9041" 4650 = "Personal care and service workers, all other 39-9099" 4700 = "First-line supervisors/managers of retail sales workers 41-1011" 4710 = "First-line supervisors/managers of non-retail sales workers 41-1012" 4720 = "Cashiers 41-2010" 4740 = "Counter and rental clerks 41-2021" 4750 = "Parts salespersons 41-2022" 4760 = "Retail salespersons 41-2031" 4800 = "Advertising sales agents 41-3011" 4810 = "Insurance sales agents 41-3021" 4820 = "Securities, commodities, and financial services sales agents 41-3031" 4830 = "Travel agents 41-3041" 4840 = "Sales representatives, services, all other 41-3099" 4850 = "Sales representatives, wholesale and manufacturing 41-4010" 4900 = "Models, demonstrators, and product promoters 41-9010" 4920 = "Real estate brokers and sales agents 41-9020" 4930 = "Sales engineers 41-9031" 4940 = "Telemarketers 41-9041" 4950 = "Door-to-door sales workers, news and street vendors, and related workers 41-9091" 4960 = "Sales and related workers, all other 41-9099" 5000 = "First-line supervisors/managers of office and administrative support workers 43-1011" 5010 = "Switchboard operators, including answering service 43-2011" 5020 = "Telephone operators 43-2021" 5030 = "Communications equipment operators, all other 43-2099" 5100 = "Bill and account collectors 43-3011" 5110 = "Billing and posting clerks and machine operators 43-3021" 5120 = "Bookkeeping, accounting, and auditing clerks 43-3031" 5130 = "Gaming cage workers 43-3041" 5140 = "Payroll and timekeeping clerks 43-3051" 5150 = "Procurement clerks 43-3061" 5160 = "Tellers 43-3071" 5200 = "Brokerage clerks 43-4011" 5210 = "Correspondence clerks 43-4021" 5220 = "Court, municipal, and license clerks 43-4031" 5230 = "Credit authorizers, checkers, and clerks 43-4041" 5240 = "Customer service representatives 43-4051" 5250 = "Eligibility interviewers, government programs 43-4061" 5260 = "File Clerks 43-4071" 5300 = "Hotel, motel, and resort desk clerks 43-4081" 5310 = "Interviewers, except eligibility and loan 43-4111" 5320 = "Library assistants, clerical 43-4121" 5330 = "Loan interviewers and clerks 43-4131" 5340 = "New accounts clerks 43-4141" 5350 = "Order clerks 43-4151" 5360 = "Human resources assistants, except payroll and timekeeping 43-4161" 5400 = "Receptionists and information clerks 43-4171" 5410 = "Reservation and transportation ticket agents and travel clerks 43-4181" 5420 = "Information and record clerks, all other 43-4199" 5500 = "Cargo and freight agents 43-5011" 5510 = "Couriers and messengers 43-5021" 5520 = "Dispatchers 43-5030" 5530 = "Meter readers, utilities 43-5041" 5540 = "Postal service clerks 43-5051" 5550 = "Postal service mail carriers 43-5052" 5560 = "Postal service mail sorters, processors, and processing machine operators 43-5053" 5600 = "Production, planning, and expediting clerks 43-5061" 5610 = "Shipping, receiving, and traffic clerks 43-5071" 5620 = "Stock clerks and order fillers 43-5081" 5630 = "Weighers, measurers, checkers, and samplers, recordkeeping 43-5111" 5700 = "Secretaries and administrative assistants 43-6010" 5800 = "Computer operators 43-9011" 5810 = "Data entry keyers 43-9021" 5820 = "Word processors and typists 43-9022" 5830 = "Desktop publishers 43-9031" 5840 = "Insurance claims and policy processing clerks 43-9041" 5850 = "Mail clerks and mail machine operators, except postal service 43-9051" 5860 = "Office clerks, general 43-9061" 5900 = "Office machine operators, except computer 43-9071" 5910 = "Proofreaders and copy markers 43-9081" 5920 = "Statistical assistants 43-9111" 5930 = "Office and administrative support workers, all other 43-9199" 6000 = "First-line supervisors/managers of farming, fishing, and forestry workers 45-1010" 6010 = "Agricultural inspectors 45-2011" 6020 = "Animal breeders 45-2021" 6040 = "Graders and sorters, agricultural products 45-2041" 6050 = "Miscellaneous agricultural workers 45-2090" 6100 = "Fishers and related fishing workers 45-3011" 6110 = "Hunters and trappers 45-3021" 6120 = "Forest and conservation workers 45-4011" 6130 = "Logging workers 45-4020" 6200 = "First-line supervisors/managers of construction trades and extraction workers 47-1011" 6210 = "Boilermakers 47-2011" 6220 = "Brickmasons, blockmasons, and stonemasons 47-2020" 6230 = "Carpenters 47-2031" 6240 = "Carpet, floor, and tile installers and finishers 47-2040" 6250 = "Cement masons, concrete finishers, and terrazzo workers 47-2050" 6260 = "Construction laborers 47-2061" 6300 = "Paving, surfacing, and tamping equipment operators 47-2071" 6310 = "Pile-driver operators 47-2072" 6320 = "Operating engineers and other construction equipment operators 47-2073" 6330 = "Drywall installers, ceiling tile installers, and tapers 47-2080" 6350 = "Electricians 47-2111" 6360 = "Glaziers 47-2121" 6400 = "Insulation workers 47-2130" 6420 = "Painters, construction and maintenance 47-2141" 6430 = "Paperhangers 47-2142" 6440 = "Pipelayers, plumbers, pipefitters, and steamfitters 47-2150" 6460 = "Plasterers and stucco masons 47-2161" 6500 = "Reinforcing iron and rebar workers 47-2171" 6510 = "Roofers 47-2181" 6520 = "Sheet metal workers 47-2211" 6530 = "Structural iron and steel workers 47-2221" 6600 = "Helpers, construction trades 47-3010" 6660 = "Construction and building inspectors 47-4011" 6700 = "Elevator installers and repairers 47-4021" 6710 = "Fence erectors 47-4031" 6720 = "Hazardous materials removal workers 47-4041" 6730 = "Highway maintenance workers 47-4051" 6740 = "Rail-track laying and maintenance equipment operators 47-4061" 6750 = "Septic tank servicers and sewer pipe cleaners 47-4071" 6760 = "Miscellaneous construction and related workers 47-4090" 6800 = "Derrick, rotary drill, and service unit operators, oil, gas, and mining 47-5010" 6820 = "Earth drillers, except oil and gas 47-5021" 6830 = "Explosives workers, ordnance handling experts, and blasters 47-5031" 6840 = "Mining machine operators 47-5040" 6910 = "Roof bolters, mining 47-5061" 6920 = "Roustabouts, oil and gas 47-5071" 6930 = "Helpers--extraction workers 47-5081" 6940 = "Other extraction workers 47-50XX" 7000 = "First-line supervisors/managers of mechanics, installers, and repairers 49-1011" 7010 = "Computer, automated teller, and office machine repairers 49-2011" 7020 = "Radio and telecommunications equipment installers and repairers 49-2020" 7030 = "Avionics technicians 49-2091" 7040 = "Electric motor, power tool, and related repairers 49-2092" 7050 = "Electrical and electronics installers and repairers, transportation equipment 49-2093" 7100 = "Electrical and electronics repairers, industrial and utility 49-209X" 7110 = "Electronic equipment installers and repairers, motor vehicles 49-2096" 7120 = "Electronic home entertainment equipment installers and repairers 49-2097" 7130 = "Security and fire alarm systems installers 49-2098" 7140 = "Aircraft mechanics and service technicians 49-3011" 7150 = "Automotive body and related repairers 49-3021" 7160 = "Automotive glass installers and repairers 49-3022" 7200 = "Automotive service technicians and mechanics 49-3023" 7210 = "Bus and truck mechanics and diesel engine specialists 49-3031" 7220 = "Heavy vehicle and mobile equipment service technicians and mechanics 49-3040" 7240 = "Small engine mechanics 49-3050" 7260 = "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers 49-3090" 7300 = "Control and valve installers and repairers 49-9010" 7310 = "Heating, air conditioning, and refrigeration mechanics and installers 49-9021" 7320 = "Home appliance repairers 49-9031" 7330 = "Industrial and refractory machinery mechanics 49-904X" 7340 = "Maintenance and repair workers, general 49-9042" 7350 = "Maintenance workers, machinery 49-9043" 7360 = "Millwrights 49-9044" 7410 = "Electrical power-line installers and repairers 49-9051" 7420 = "Telecommunications line installers and repairers 49-9052" 7430 = "Precision instrument and equipment repairers 49-9060" 7510 = "Coin, vending, and amusement machine servicers and repairers 49-9091" 7520 = "Commercial divers 49-9092" 7540 = "Locksmiths and safe repairers 49-9094" 7550 = "Manufactured building and mobile home installers 49-9095" 7560 = "Riggers 49-9096" 7600 = "Signal and track switch repairers 49-9097" 7610 = "Helpers--installation, maintenance, and repair workers 49-9098" 7620 = "Other installation, maintenance, and repair workers 49-909X" 7700 = "First-line supervisors/managers of production and operating workers 51-1011" 7710 = "Aircraft structure, surfaces, rigging, and systems assemblers 51-2011" 7720 = "Electrical, electronics, and electromechanical assemblers 51-2020" 7730 = "Engine and other machine assemblers 51-2031" 7740 = "Structural metal fabricators and fitters 51-2041" 7750 = "Miscellaneous assemblers and fabricators 51-2090" 7800 = "Bakers 51-3011" 7810 = "Butchers and other meat, poultry, and fish processing workers 51-3020" 7830 = "Food and tobacco roasting, baking, and drying machine operators and tenders 51-3091" 7840 = "Food batchmakers 51-3092" 7850 = "Food cooking machine operators and tenders 51-3093" 7900 = "Computer control programmers and operators 51-4010" 7920 = "Extruding and drawing machine setters, operators, and tenders, metal and plastic 51-4021" 7930 = "Forging machine setters, operators, and tenders, metal and plastic 51-4022" 7940 = "Rolling machine setters, operators, and tenders, metal and plastic 51-4023" 7950 = "Cutting, punching, and press machine setters, operators, and tenders, metal and plastic 51-4031" 7960 = "Drilling and boring machine tool setters, operators, and tenders, metal and plastic 51-4032" 8000 = "Grinding, lapping, polishing, and buffing machine tool setters, operators, and tenders, metal and plastic 51-4033" 8010 = "Lathe and turning machine tool setters, operators, and tenders, metal and plastic 51-4034" 8020 = "Milling and planing machine setters, operators, and tenders, metal and plastic 51-4035" 8030 = "Machinists 51-4041" 8040 = "Metal furnace and kiln operators and tenders 51-4050" 8060 = "Model makers and patternmakers, metal and plastic 51-4060" 8100 = "Molders and molding machine setters, operators, and tenders, metal and plastic 51-4070" 8120 = "Multiple machine tool setters, operators, and tenders, metal and plastic 51-4081" 8130 = "Tool and die makers 51-4111" 8140 = "Welding, soldering, and brazing workers 51-4120" 8150 = "Heat treating equipment setters, operators, and tenders, metal and plastic 51-4191" 8160 = "Lay-out workers, metal and plastic 51-4192" 8200 = "Plating and coating machine setters, operators, and tenders, metal and plastic 51-4193" 8210 = "Tool grinders, filers, and sharpeners 51-4194" 8220 = "Metalworkers and plastic workers, all other 51-4199" 8230 = "Bookbinders and bindery workers 51-5010" 8240 = "Job printers 51-5021" 8250 = "Prepress technicians and workers 51-5022" 8260 = "Printing machine operators 51-5023" 8300 = "Laundry and dry-cleaning workers 51-6011" 8310 = "Pressers, textile, garment, and related materials 51-6021" 8320 = "Sewing machine operators 51-6031" 8330 = "Shoe and leather workers and repairers 51-6041" 8340 = "Shoe machine operators and tenders 51-6042" 8350 = "Tailors, dressmakers, and sewers 51-6050" 8360 = "Textile bleaching and dyeing machine operators and tenders 51-6061" 8400 = "Textile cutting machine setters, operators, and tenders 51-6062" 8410 = "Textile knitting and weaving machine setters, operators, and tenders 51-6063" 8420 = "Textile winding, twisting, and drawing out machine setters, operators, and tenders 51-6064" 8430 = "Extruding and forming machine setters, operators, and tenders, synthetic and glass fibers 51-6091" 8440 = "Fabric and apparel patternmakers 51-6092" 8450 = "Upholsterers 51-6093" 8460 = "Textile, apparel, and furnishings workers, all other 51-6099" 8500 = "Cabinetmakers and bench carpenters 51-7011" 8510 = "Furniture finishers 51-7021" 8520 = "Model makers and patternmakers, wood 51-7030" 8530 = "Sawing machine setters, operators, and tenders, wood 51-7041" 8540 = "Woodworking machine setters, operators, and tenders, except sawing 51-7042" 8550 = "Woodworkers, all other 51-7099" 8600 = "Power plant operators, distributors, and dispatchers 51-8010" 8610 = "Stationary engineers and boiler operators 51-8021" 8620 = "Water and liquid waste treatment plant and system operators 51-8031" 8630 = "Miscellaneous plant and system operators 51-8090" 8640 = "Chemical processing machine setters, operators, and tenders 51-9010" 8650 = "Crushing, grinding, polishing, mixing, and blending workers 51-9020" 8710 = "Cutting workers 51-9030" 8720 = "Extruding, forming, pressing, and compacting machine setters, operators, and tenders 51-9041" 8730 = "Furnace, kiln, oven, drier, and kettle operators and tenders 51-9051" 8740 = "Inspectors, testers, sorters, samplers, and weighers 51-9061" 8750 = "Jewelers and precious stone and metal workers 51-9071" 8760 = "Medical, dental, and ophthalmic laboratory technicians 51-9080" 8800 = "Packaging and filling machine operators and tenders 51-9111" 8810 = "Painting workers 51-9120" 8830 = "Photographic process workers and processing machine operators 51-9130" 8840 = "Semiconductor processors 51-9141" 8850 = "Cementing and gluing machine operators and tenders 51-9191" 8860 = "Cleaning, washing, and metal pickling equipment operators and tenders 51-9192" 8900 = "Cooling and freezing equipment operators and tenders 51-9193" 8910 = "Etchers and engravers 51-9194" 8920 = "Molders, shapers, and casters, except metal and plastic 51-9195" 8930 = "Paper goods machine setters, operators, and tenders 51-9196" 8940 = "Tire builders 51-9197" 8950 = "Helpers--production workers 51-9198" 8960 = "Production workers, all other 51-9199" 9000 = "Supervisors, transportation and material moving workers 53-1000" 9030 = "Aircraft pilots and flight engineers 53-2010" 9040 = "Air traffic controllers and airfield operations specialists 53-2020" 9110 = "Ambulance drivers and attendants, except emergency medical technicians 53-3011" 9120 = "Bus drivers 53-3020" 9130 = "Driver/sales workers and truck drivers 53-3030" 9140 = "Taxi drivers and chauffeurs 53-3041" 9150 = "Motor vehicle operators, all other 53-3099" 9200 = "Locomotive engineers and operators 53-4010" 9230 = "Railroad brake, signal, and switch operators 53-4021" 9240 = "Railroad conductors and yardmasters 53-4031" 9260 = "Subway, streetcar, and other rail transportation workers 53-40XX" 9300 = "Sailors and marine oilers 53-5011" 9310 = "Ship and boat captains and operators 53-5020" 9330 = "Ship engineers 53-5031" 9340 = "Bridge and lock tenders 53-6011" 9350 = "Parking lot attendants 53-6021" 9360 = "Service station attendants 53-6031" 9410 = "Transportation inspectors 53-6051" 9420 = "Other transportation workers 53-60XX" 9500 = "Conveyor operators and tenders 53-7011" 9510 = "Crane and tower operators 53-7021" 9520 = "Dredge, excavating, and loading machine operators 53-7030" 9560 = "Hoist and winch operators 53-7041" 9600 = "Industrial truck and tractor operators 53-7051" 9610 = "Cleaners of vehicles and equipment 53-7061" 9620 = "Laborers and freight, stock, and material movers, hand 53-7062" 9630 = "Machine feeders and offbearers 53-7063" 9640 = "Packers and packagers, hand 53-7064" 9650 = "Pumping station operators 53-7070" 9720 = "Refuse and recyclable material collectors 53-7081" 9730 = "Shuttle car operators 53-7111" 9740 = "Tank car, truck, and ship loaders 53-7121" 9750 = "Material moving workers, all other 53-7199" 9840 = "Armed Forces" ; VALUE priminda (default=32) 1 = "AGRICULTURE, FORESTRY, FISHING," 2 = "MINING" 3 = "CONSTRUCTION" 4 = "MANUFACTURING - DURABLE GOODS" 5 = "MANUFACTURING - NON-DURABLE GOODS" 6 = "WHOLESALE TRADE" 7 = "RETAIL TRADE" 8 = "TRANSPORTATION AND WAREHOUSING" 9 = "UTILITIES" 10 = "INFORMATION" 11 = "FINANCE AND INSURANCE" 12 = "REAL ESTATE AND RENTAL AND LEASING" 13 = "PROFESSIONAL AND TECHNICAL SERVICES" 14 = "MANAGEMENT, ADMINISTRATIVE AND" 15 = "EDUCATIONAL SERVICES" 16 = "HEALTH CARE AND SOCIAL SERVICES" 17 = "ARTS, ENTERTAINMENT, AND RECREATION" 18 = "ACCOMMODATION AND FOOD SERVICES" 19 = "PRIVATE HOUSEHOLDS" 20 = "OTHER SERVICES, EXCEPT PRIVATE" 21 = "PUBLIC ADMINISTRATION" 22 = "ARMED FORCES" ; VALUE primindb (default=32) 1 = "AGRICULTURE, FORESTRY, FISHING, and" 2 = "MINING" 3 = "CONSTRUCTION" 4 = "MANUFACTURING - DURABLE GOODS" 5 = "MANUFACTURING - NON-DURABLE GOODS" 6 = "WHOLESALE TRADE" 7 = "RETAIL TRADE" 8 = "TRANSPORTATION AND WAREHOUSING" 9 = "UTILITIES" 10 = "INFORMATION" 11 = "FINANCE AND INSURANCE" 12 = "REAL ESTATE AND RENTAL AND LEASING" 13 = "PROFESSIONAL AND TECHNICAL SERVICES" 14 = "MANAGEMENT, ADMINISTRATIVE AND" 15 = "EDUCATIONAL SERVICES" 16 = "HEALTH CARE AND SOCIAL SERVICES" 17 = "ARTS, ENTERTAINMENT, AND RECREATION" 18 = "ACCOMMODATION AND FOOD SERVICES" 19 = "PRIVATE HOUSEHOLDS" 20 = "OTHER SERVICES, EXCEPT PRIVATE" 21 = "PUBLIC ADMINISTRATION" 22 = "ARMED FORCES" ; VALUE peafwhna (default=32) 1 = "SEPTEMBER 2001 OR LATER" 2 = "AUGUST 1990 TO AUGUST 2001" 3 = "MAY 1975 TO JULY 1990" 4 = "VIETNAM ERA (AUGUST 1964 TO APRIL 1975)" 5 = "FEBRUARY 1955 TO JULY 1964" 6 = "KOREAN WAR (JULY 1950 TO JANUARY 1955)" 7 = "JANUARY 1947 TO JUNE 1950" 8 = "WORLD WAR II (DECEMBER 1941 TO" 9 = "NOVEMBER 1941 OR EARLIER" ; VALUE peafwhnb (default=32) 1 = "SEPTEMBER 2001 OR LATER" 2 = "AUGUST 1990 TO AUGUST 2001" 3 = "MAY 1975 TO JULY 1990" 4 = "VIETNAM ERA (AUGUST 1964 TO APRIL 1975)" 5 = "FEBRUARY 1955 TO JULY 1964" 6 = "KOREAN WAR (JULY 1950 TO JANUARY 1955)" 7 = "JANUARY 1947 TO JUNE 1950" 8 = "WORLD WAR II (DECEMBER 1941 TO" 9 = "NOVEMBER 1941 OR EARLIER" ; VALUE peafwhnc (default=32) 1 = "SEPTEMBER 2001 OR LATER" 2 = "AUGUST 1990 TO AUGUST 2001" 3 = "MAY 1975 TO JULY 1990" 4 = "VIETNAM ERA (AUGUST 1964 TO" 5 = "FEBRUARY 1955 TO JULY 1964" 6 = "KOREAN WAR (JULY 1950 TO" 7 = "JANUARY 1947 TO JUNE 1950" 8 = "WORLD WAR II (DECEMBER 1941 TO" 9 = "NOVEMBER 1941 OR EARLIER" ; VALUE peafwhnd (default=32) 1 = "SEPTEMBER 2001 OR LATER" 2 = "AUGUST 1990 TO AUGUST 2001" 3 = "MAY 1975 TO JULY 1990" 4 = "VIETNAM ERA (AUGUST 1964 TO" 5 = "FEBRUARY 1955 TO JULY 1964" 6 = "KOREAN WAR (JULY 1950 TO" 7 = "JANUARY 1947 TO JUNE 1950" 8 = "WORLD WAR II (DECEMBER 1941 TO" 9 = "NOVEMBER 1941 OR EARLIER" ; VALUE pelndad (default=32) -1 = "NO FATHER PRESENT" ; VALUE pelnmom (default=32) -1 = "NO MOTHER PRESENT" ; VALUE pedadtyp (default=32) -1 = "NO FATHER PRESENT" 1 = "BIOLOGICAL" 2 = "STEP" 3 = "ADOPTED" ; VALUE pemomtyp (default=32) -1 = "NO MOTHER PRESENT" 1 = "BIOLOGICAL" 2 = "STEP" 3 = "ADOPTED" ; VALUE pecohab (default=32) -1 = "NO PARTNER PRESENT" ; VALUE pedisear (default=32) 1 = "Yes" 2 = "No" ; VALUE pediseye (default=32) 1 = "Yes" 2 = "No" ; VALUE pedisrem (default=32) 1 = "Yes" 2 = "No" ; VALUE pedisphy (default=32) 1 = "Yes" 2 = "No" ; VALUE pedisdrs (default=32) 1 = "Yes" 2 = "No" ; VALUE pedisout (default=32) 1 = "Yes" 2 = "No" ; VALUE prdisflg (default=32) 1 = "Yes" 2 = "No" ; VALUE peq2l (default=32) -9 = "N/A" -3 = "Refused" -2 = "Don't know" -1 = "NIU" 1 = "Basically every day" 2 = "A few times a week" 3 = "A few times a month" 4 = "Once a month" 5 = "Not at all" ; VALUE peq4a (default=32) -9 = "N/A" -3 = "Refused" -2 = "Don't know" -1 = "NIU" 1 = "Yes" 2 = "No" ; VALUE peq4c (default=32) -9 = "N/A" -3 = "Refused" -2 = "Don't know" -1 = "NIU" 1 = "Yes" 2 = "No" ; VALUE peq5a (default=32) -9 = "N/A" -3 = "Refused" -2 = "Don't know" -1 = "NIU" 1 = "Yes" 2 = "No" ; VALUE peq5b (default=32) -9 = "N/A" -3 = "Refused" -2 = "Don't know" -1 = "NIU" 1 = "Yes" 2 = "No" ; VALUE peq5c (default=32) -9 = "N/A" -3 = "Refused" -2 = "Don't know" -1 = "NIU" 1 = "Yes" 2 = "No" ; VALUE peq5d (default=32) -9 = "N/A" -3 = "Refused" -2 = "Don't know" -1 = "NIU" 1 = "Yes" 2 = "No" ; VALUE peq5e (default=32) -9 = "N/A" -3 = "Refused" -2 = "Don't know" -1 = "NIU" 1 = "Yes" 2 = "No" ; VALUE peq6l (default=32) -9 = "N/A" -3 = "Refused" -2 = "Don't know" -1 = "NIU" 1 = "Yes" 2 = "No" ; VALUE peq8l (default=32) -9 = "N/A" -3 = "Refused" -2 = "Don't know" -1 = "NIU" 1 = "Basically every day" 2 = "A few times a week" 3 = "A few times a month" 4 = "Once a month" 5 = "Not at all" ; VALUE peq9l (default=32) -9 = "N/A" -3 = "Refused" -2 = "Don't know" -1 = "NIU" 1 = "Basically every day" 2 = "A few times a week" 3 = "A few times a month" 4 = "Once a month" 5 = "Not at all" ; VALUE peq10l (default=32) -9 = "N/A" -3 = "Refused" -2 = "Don't know" -1 = "NIU" 1 = "Basically every day" 2 = "A few times a week" 3 = "A few times a month" 4 = "Once a month" 5 = "Not at all" ; VALUE peq11l (default=32) -9 = "N/A" -3 = "Refused" -2 = "Don't know" -1 = "NIU" 1 = "Basically every day" 2 = "A few times a week" 3 = "A few times a month" 4 = "Once a month" 5 = "Not at all" ; VALUE pusck5l (default=32) -9 = "NA" -1 = "NIU" 1 = "Self" 2 = "Other" ; VALUE prsupint (default=32) -1 = "NIU" 1 = "Interview" 2 = "Non-interview" ; proc print data=library.&dataset (obs=6); FORMAT hufinal hufinal. huspnish huspnish. hetenure hetenure. hehousut hehousut. hetelhhd hetelhhd. hetelavl hetelavl. hephoneo hephoneo. hefaminc hefaminc. hutypea hutypea. hutypb hutypb. hutypc hutypc. hrintsta hrintsta. hrhtype hrhtype. huinttyp huinttyp. hrlonglk hrlonglk. hubus hubus. gereg gereg. gestcen gestcen. gestfips gestfips. gtcbsa gtcbsa. gtco gtco. gtcbsast gtcbsast. gtmetsta gtmetsta. gtindvpc gtindvpc. gtcbsasz gtcbsasz. gtcsa gtcsa. proldrrp proldrrp. pupelig pupelig. perrp perrp. peparent peparent. peage peage. prtfage prtfage. pemaritl pemaritl. pespouse pespouse. pesex pesex. peafever peafever. peafnow peafnow. peeduca peeduca. ptdtrace ptdtrace. prdthsp prdthsp. puchinhh puchinhh. prfamnum prfamnum. prfamrel prfamrel. prfamtyp prfamtyp. pehspnon pehspnon. prmarsta prmarsta. prpertyp prpertyp. penatvty penatvty. pemntvty pemntvty. pefntvty pefntvty. prcitshp prcitshp. prinusyr prinusyr. puslfprx puslfprx. pemlr pemlr. puwk puwk. pubus1 pubus1l. pubus2ot pubus2ot. pubusck1 pubuscka. pubusck2 pubusckb. pubusck3 pubusckc. pubusck4 pubusckd. puretot puretot. pudis pudis. peret1 peret1l. pudis1 pudis1l. pudis2 pudis2l. puabsot puabsot. pulay pulay. peabsrsn peabsrsn. peabspdo peabspdo. pemjot pemjot. pemjnum pemjnum. pehrusl1 pehrusla. pehrusl2 pehruslb. pehrftpt pehrftpt. pehruslt pehruslt. pehrwant pehrwant. pehrrsn1 pehrrsna. pehrrsn2 pehrrsnb. pehrrsn3 pehrrsnc. puhroff1 puhroffa. puhrot1 puhrot1l. pehravl pehravl. puhrck1 puhrck1l. puhrck2 puhrck2l. puhrck3 puhrck3l. puhrck4 puhrck4l. puhrck5 puhrck5l. puhrck6 puhrck6l. puhrck7 puhrck7l. puhrck12 puhrck1b. pulaydt pulaydt. pulay6m pulay6m. pelayavl pelayavl. pulayavr pulayavr. pelaylk pelaylk. pelayfto pelayfto. pulayck1 pulaycka. pulayck2 pulayckb. pulayck3 pulayckc. pulk pulk. pelkm1 pelkm1l. pulkm2 pulkm2l. pulkm3 pulkm3l. pulkm4 pulkm4l. pulkm5 pulkm5l. pulkm6 pulkm6l. pulkdk1 pulkdk1l. pulkdk2 pulkdk2l. pulkdk3 pulkdk3l. pulkdk4 pulkdk4l. pulkdk5 pulkdk5l. pulkdk6 pulkdk6l. pulkps1 pulkps1l. pulkps2 pulkps2l. pulkps3 pulkps3l. pulkps4 pulkps4l. pulkps5 pulkps5l. pulkps6 pulkps6l. pelkavl pelkavl. pulkavr pulkavr. pelkll1o pelkll1o. pelkll2o pelkll2o. pelklwo pelklwo. pelkfto pelkfto. pedwwnto pedwwnto. pedwrsn pedwrsn. pedwlko pedwlko. pedwwk pedwwk. pedw4wk pedw4wk. pedwlkwk pedwlkwk. pedwavl pedwavl. pedwavr pedwavr. pudwck1 pudwck1l. pudwck2 pudwck2l. pudwck3 pudwck3l. pudwck4 pudwck4l. pudwck5 pudwck5l. pejhwko pejhwko. pujhdp1o pujhdp1o. pejhrsn pejhrsn. pejhwant pejhwant. pujhck1 pujhck1l. pujhck2 pujhck2l. prabsrea prabsrea. prcivlf prcivlf. prdisc prdisc. premphrs premphrs. prempnot prempnot. prexplf prexplf. prftlf prftlf. prhrusl prhrusl. prjobsea prjobsea. prpthrs prpthrs. prptrea prptrea. pruntype pruntype. prwksch prwksch. prwkstat prwkstat. prwntjob prwntjob. pujhck3 pujhck3l. pujhck4 pujhck4l. pujhck5 pujhck5l. puiodp1 puiodp1l. puiodp2 puiodp2l. puiodp3 puiodp3l. peio1cow peio1cow. puio1mfg puio1mfg. peio2cow peio2cow. puio2mfg puio2mfg. puiock1 puiock1l. puiock2 puiock2l. puiock3 puiock3l. prioelg prioelg. pragna pragna. prcow1 prcow1l. prcow2 prcow2l. prcowpg prcowpg. prdtcow1 prdtcowa. prdtcow2 prdtcowb. prdtind1 prdtinda. prdtind2 prdtindb. prdtocc1 prdtocca. prdtocc2 prdtoccb. prmjind1 prmjinda. prmjind2 prmjindb. prmjocc1 prmjocca. prmjocc2 prmjoccb. prmjocgr prmjocgr. prsjmj prsjmj. prerelg prerelg. peernuot peernuot. peernper peernper. peernrt peernrt. peernhry peernhry. pthr pthr. ptot ptot. peernlab peernlab. peerncov peerncov. penlfjh penlfjh. penlfret penlfret. penlfact penlfact. punlfck1 punlfcka. punlfck2 punlfckb. peschenr peschenr. peschft peschft. peschlvl peschlvl. prnlfsch prnlfsch. prchld prchld. prnmchld prnmchld. pedipged pedipged. pehgcomp pehgcomp. pecyc pecyc. pegrprof pegrprof. pegr6cor pegr6cor. pems123 pems123l. peio1icd peio1icd. peio1ocd peio1ocd. primind1 priminda. primind2 primindb. peafwhn1 peafwhna. peafwhn2 peafwhnb. peafwhn3 peafwhnc. peafwhn4 peafwhnd. pelndad pelndad. pelnmom pelnmom. pedadtyp pedadtyp. pemomtyp pemomtyp. pecohab pecohab. pedisear pedisear. pediseye pediseye. pedisrem pedisrem. pedisphy pedisphy. pedisdrs pedisdrs. pedisout pedisout. prdisflg prdisflg. peq2 peq2l. peq4a peq4a. peq4c peq4c. peq5a peq5a. peq5b peq5b. peq5c peq5c. peq5d peq5d. peq5e peq5e. peq6 peq6l. peq8 peq8l. peq9 peq9l. peq10 peq10l. peq11 peq11l. pusck5 pusck5l. prsupint prsupint. ; proc contents data=library.&dataset; run; /* Copyright 2012 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. */