*options obs=100; /*------------------------------------------------ by Jean Roth Wed Oct 8 14:36:51 EDT 2014 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-basic"; * 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-basic/apr14pub.zip"; * The following line should contain the name of the SAS dataset ; %let dataset = cpsbapr2014 ; 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"; 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 hwhhwtln length=3 label="Line Number (PULINENO) of the person w"; 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 gediv length=3 label="DIVISION"; 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 perrp length=3 label="RELATIONSHIP TO REFERENCE PERSON"; attrib peparent length=3 label="LINE NUMBER OF PARENT"; attrib prtage length=3 label="PERSONS AGE"; 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"; attrib prmjocc2 length=3 label="MAJOR OCCUPATION RECODE"; 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"; 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 NOT IN SCH"; 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 pxpdemp1 length=3 label="ALLOCATION FLAG"; 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 pxnmemp1 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 pxpdemp2 length=3 label="ALLOCATION FLAG"; attrib pxnmemp2 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. Valid onl"; attrib occurnum length=$2 label="Unique person identifier. Valid only w"; attrib pedipged length=3 label="How did...get...'s high school diploma"; attrib pehgcomp length=3 label="What was the highest grade of regular"; 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 p"; attrib pems123 length=3 label="Was ... master's degree program a 1 ye"; 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"; attrib pedisout length=3 label="BECAUSE OF A PHYSICAL, MENTAL, OR"; attrib prdisflg length=3 label="DOES THIS PERSON HAVE ANY OF"; 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 prdasian length=3 label="DETAILED ASIAN RACE RECODE"; attrib pepdemp1 length=3 label="DOES THIS PERSON USUALLY HAVE ANY"; attrib ptnmemp1 length=3 label="EXCLUDING ALL OWNERS, HOW MANY"; attrib pepdemp2 length=3 label="DOES THIS PERSON USUALLY HAVE ANY"; attrib ptnmemp2 length=3 label="EXCLUDING ALL OWNERS, HOW MANY"; 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. @76 hwhhwtln 2. @79 hubus 2. @81 hubusl1 2. @83 hubusl2 2. @85 hubusl3 2. @87 hubusl4 2. @89 gereg 2. @91 gediv 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. @118 perrp 2. @120 peparent 2. @122 prtage 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. @637 pxpdemp1 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. @681 pxnmemp1 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. @787 pxpdemp2 2. @789 pxnmemp2 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. @934 prdasian 2. @936 pepdemp1 2. @938 ptnmemp1 2. @940 pepdemp2 2. @942 ptnmemp2 2. ; /*---------------------------------------------- The PROC FORMAT statement will store the formats in a sas data set called fcpapr2014 . To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fcpapr2014; PROC freq; tables PULAYCK1 ; format PULAYCK1 PULAYCKa.; For more information, consult the PROC FORMAT section of the SAS Procedures Guide ----------------------------------------------*/ PROC FORMAT cntlout=library.fcpapr2014; ; VALUE hufinal (default=32) 1 = "FULLY COMPLETE CATI INTERVIEW" 2 = "PARTIALLY COMPLETED CATI INTERVIEW" 3 = "COMPLETE BUT PERSONAL VISIT REQUESTED NEXT MONTH" 4 = "PARTIAL, NOT COMPLETE AT CLOSEOUT" 5 = "LABOR FORCE COMPLETE, SUPPLEMENT INCOMPLETE - CATI" 6 = "LF COMPLETE, SUPPLEMENT DK ITEMS INCOMPLETE AT CLOSEOUT--ASEC ONLY" 20 = "HH OCCUPIED ENTIRELY BY ARMED FORCES MEMBERS OR ALL UNDER 15 YEARS OF AGE" 201 = "CAPI COMPLETE" 202 = "CALLBACK NEEDED" 203 = "SUFFICIENT PARTIAL - PRECLOSEOUT" 204 = "SUFFICIENT PARTIAL - AT CLOSEOUT" 205 = "LABOR FORCE COMPLETE, - SUPPL. INCOMPLETE - CAPI" 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 STORAGE" 231 = "UNOCCUPIED TENT OR TRAILER SITE" 232 = "PERMIT GRANTED - CONSTRUCTION NOT STARTED" 233 = "OTHER - SPECIFY" 240 = "DEMOLISHED" 241 = "HOUSE OR TRAILER MOVED" 242 = "OUTSIDE SEGMENT" 243 = "CONVERTED TO PERM. BUSINESS OR STORAGE" 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 SELECTION" ; VALUE huspnish (default=32) 1 = "SPANISH ONLY LANGUAGE SPOKEN" ; VALUE hetenure (default=32) 1 = "OWNED OR BEING BOUGHT BY A HH MEMBER" 2 = "RENTED FOR CASH" 3 = "OCCUPIED WITHOUT PAYMENT OF CASH RENT" ; VALUE hehousut (default=32) 0 = "OTHER UNIT" 1 = "HOUSE, APARTMENT, FLAT" 2 = "HU IN NONTRANSIENT HOTEL, MOTEL, ETC." 3 = "HU PERMANENT IN TRANSIENT HOTEL, MOTEL" 4 = "HU IN ROOMING HOUSE" 5 = "MOBILE HOME OR TRAILER W/NO PERM. ROOM ADDED" 6 = "MOBILE HOME OR TRAILER W/1 OR MORE PERM. ROOMS ADDED" 7 = "HU NOT SPECIFIED ABOVE" 8 = "QUARTERS NOT HU IN ROOMING OR BRDING HS" 9 = "UNIT NOT PERM. IN TRANSIENT HOTL, MOTL" 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 W/ URE" 3 = "VACANT-STORAGE OF HHLD FURNITURE" 4 = "UNFIT OR TO BE DEMOLISHED" 5 = "UNDER CONSTRUCTION, NOT READY" 6 = "CONVERTED TO TEMP BUSINESS OR STORAGE" 7 = "UNOCCUPIED TENT SITE OR TRAILER SITE" 8 = "PERMIT GRANTED CONSTRUCTION NOT STARTED" 9 = "OTHER TYPE B - SPECIFY" ; VALUE hutypc (default=32) 1 = "DEMOLISHED" 2 = "HOUSE OR TRAILER MOVED" 3 = "OUTSIDE SEGMENT" 4 = "CONVERTED TO PERM. BUSINESS OR STORAGE 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 (NEITHER AF)" 2 = "HUSB/WIFE PRIM. FAMILY (EITHER/BOTH AF)" 3 = "UNMARRIED CIVILIAN MALE-PRIM. FAM HHLDER" 4 = "UNMARRIED CIV. FEMALE-PRIM FAM HHLDER" 5 = "PRIMARY FAMILY HHLDER-RP IN AF, UNMAR." 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 gediv (default=32) 1 = "NEW ENGLAND" 2 = "MIDDLE ATLANTIC" 3 = "EAST NORTH CENTRAL" 4 = "WEST NORTH CENTRAL" 5 = "SOUTH ATLANTIC" 6 = "EAST SOUTH CENTRAL" 7 = "WEST SOUTH CENTRAL" 8 = "MOUNTAIN" 9 = "PACIFIC" ; 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" ; 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, or NOT A CENTRAL CITY" ; VALUE gtcbsasz (default=32) 0 = "NOT IDENTIFIED OR NONMETROPOLITAN" 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 NONMETROPOLITAN" ; 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 prtage (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 EQUIV (GED)" 40 = "SOME COLLEGE BUT NO DEGREE" 41 = "ASSOCIATE DEGREE-OCCUPATIONAL/VOCATIONAL" 42 = "ASSOCIATE DEGREE-ACADEMIC PROGRAM" 43 = "BACHELOR'S DEGREE (EX: BA, AB, BS)" 44 = "MASTER'S DEGREE (EX: MA, MS, MEng, MEd, MSW)" 45 = "PROFESSIONAL SCHOOL DEG (EX: MD, DDS, DVM)" 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-HP" 10 = "Black-AI" 11 = "Black-Asian" 12 = "Black-HP" 13 = "AI-Asian" 14 = "AI-HP" 15 = "Asian-HP" 16 = "W-B-AI" 17 = "W-B-A" 18 = "W-B-HP" 19 = "W-AI-A" 20 = "W-AI-HP" 21 = "W-A-HP" 22 = "B-AI-A" 23 = "W-B-AI-A" 24 = "W-AI-A-HP" 25 = "Other 3 Race Combinations" 26 = "Other 4 and 5 Race Combinations" ; VALUE prdthsp (default=32) 1 = "Mexican" 2 = "Puerto Rican" 3 = "Cuban" 4 = "Dominican" 5 = "Salvadoran" 6 = "Central American, excluding Salvadoran" 7 = "South American" 8 = "Other Spanish" ; 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 & UNREL)" ; 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-HISPANIC" ; VALUE prmarsta (default=32) 1 = "MARRIED, CIVILIAN SPOUSE PRESENT" 2 = "MARRIED, ARMED FORCES SPOUSE PRESENT" 3 = "MARRIED, SPOUSE ABSENT (EXC. SEPARATED)" 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 MEMBER" ; VALUE penatvty (default=32) 57 = "United States" 60 = "American Samoa" 66 = "Guam" 69 = "Northern Marianas" 73 = "Puerto Rico" 78 = "U.S. Virgin Islands" 96 = "Other U.S. Island Areas" 100 = "Albania" 102 = "Austria" 103 = "Belgium" 104 = "Bulgaria" 105 = "Czechoslovakia" 106 = "Denmark" 108 = "Finland" 109 = "France" 110 = "Germany" 116 = "Greece" 117 = "Hungary" 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" 141 = "Wales" 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" 167 = "Kosovo" 168 = "Montenegro" 200 = "Afghanistan" 202 = "Bangladesh" 203 = "Bhutan" 205 = "Myanmar (Burma)" 206 = "Cambodia" 207 = "China" 208 = "Cyprus" 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" 528 = "Oceania, not specified" 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 OTHER U.S. ISLAND AREAS" 3 = "NATIVE, BORN ABROAD OF AMERICAN PARENT OR PARENTS" 4 = "FOREIGN BORN, U.S. CITIZEN BY NATURALIZATION" 5 = "FOREIGN BORN, NOT A CITIZEN OF THE UNITED STATES" ; 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 EARNINGS" 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 EARNINGS" 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 APPOINTMENT" 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 ENTRY OF D, R OR V IN HRUSL1 AND ENTRY OF D, R, V OR 0-34 IN HRUSL2 GOTO HRFTPT" 2 = "IF ENTRY OF 1 IN MJ AND ENTRY OF D, R OR V IN HRUSL2 AND ENTRY OF D, R V OR 0-34 IN HRUSL1 GOTO HRFTPT" 3 = "IF ENTRY OF 2, D OR R IN MJ AND ENTRY OF D, R OR V IN HRUSL1 GOTO HRFTPT" 4 = "IF ENTRY OF 1 IN BUS1 AND ENTRY OF D, R OR V IN HRUSL1 THEN GOTO HRFTPT" 5 = "ALL OTHERS GOTO HRCK3-C" ; VALUE puhrck3l (default=32) 1 = "IF ENTRY OF 1 IN ABSOT OR (ENTRY OR 2 IN ABSOT AND ENTRY OF 1 IN BUS AND CURRENT R_P EQUALS BUSLST) THEN GOTO HRCK8" 2 = "IF ENTRY OF 3 IN RET1 GOTO HRCK8" 3 = "IF ENTRY IN HRUSLT IS 0-34 HOURS GOTO HRCK4-C" 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 IN HRFTPT THEN GOTO HRACT1" 2 = "IF ENTRY OF 2, D OR R IN BUS2 THEN GOTO HROFF1" 3 = "IF HRUSLT IS 0-34 THEN GOTO HRWANT" 4 = "IF ENTRY OF 2 IN HRFTPT THEN GOTO HRWANT" 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 ENTRY OF 2, D, R IN BUS2 THEN GOTO LK" 2 = "IF HRACT1 AND HRACT2 EQ 0 THEN STORE 1 IN ABSOT AND GOTO ABSRSN" 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 AND HRACTT IS LESS THAN 15 OR D GOTO LK" 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 pelaydur (default=32) 52 = "52 weeks or more" ; 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/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 12 = "NOTHING" 13 = "OTHER PASSIVE" ; VALUE pulkm2l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 13 = "OTHER PASSIVE" ; VALUE pulkm3l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 13 = "OTHER PASSIVE" ; VALUE pulkm4l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 13 = "OTHER PASSIVE" ; VALUE pulkm5l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 13 = "OTHER PASSIVE" ; VALUE pulkm6l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 13 = "OTHER PASSIVE" ; VALUE pulkdk1l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 12 = "NOTHING" 13 = "OTHER PASSIVE" ; VALUE pulkdk2l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 13 = "OTHER PASSIVE" ; VALUE pulkdk3l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 13 = "OTHER PASSIVE" ; VALUE pulkdk4l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 13 = "OTHER PASSIVE" ; VALUE pulkdk5l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 13 = "OTHER PASSIVE" ; VALUE pulkdk6l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 13 = "OTHER PASSIVE" ; VALUE pulkps1l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 12 = "NOTHING" 13 = "OTHER PASSIVE" ; VALUE pulkps2l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 13 = "OTHER PASSIVE" ; VALUE pulkps3l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 13 = "OTHER PASSIVE" ; VALUE pulkps4l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 13 = "OTHER PASSIVE" ; VALUE pulkps5l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 13 = "OTHER PASSIVE" ; VALUE pulkps6l (default=32) 1 = "CONTACTED EMPLOYER DIRECTLY/INTERVIEW" 2 = "CONTACTED PUBLIC EMPLOYMENT AGENCY" 3 = "CONTACTED PRIVATE EMPLOYMENT AGENCY" 4 = "CONTACTED FRIENDS OR RELATIVES" 5 = "CONTACTED SCHOOL/UNIVERSITY EMPL CENTER" 6 = "SENT OUT RESUMES/FILLED OUT APPLICATION" 7 = "CHECKED UNION/PROFESSIONAL REGISTERS" 8 = "PLACED OR ANSWERED ADS" 9 = "OTHER ACTIVE" 10 = "LOOKED AT ADS" 11 = "ATTENDED JOB TRAINING PROGRAMS/COURSES" 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 pelkdur (default=32) 119 = "119 or more weeks looking" ; 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 OF EXPERTISE" 2 = "COULDN'T FIND ANY WORK" 3 = "LACKS NECESSARY SCHOOLING/TRAINING" 4 = "EMPLOYERS THINK TOO YOUNG OR TOO OLD" 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 PUNLFCK1" 3 = "IF ENTRY OF 1 IN RET1, STORE 1 IN DWWNTO AND GOTO PUDWCK4" 4 = "ALL OTHERS GOTO PUDWWNT" ; VALUE pudwck2l (default=32) 1 = "IF ENTRY IN DIS1 OR DIS2 GOTO PUJHCK1-C" 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 PUDWCK4" 2 = "ALL OTHERS GOTO PUNLFCK2" ; VALUE pudwck4l (default=32) 1 = "IF ENTRY OF 10 AND/OR 11 AND/OR 13 ONLY IN LKM1-LKM3 GOTO PUDWCK5" 2 = "IF ENTRY OF 10 AND/OR 11 AND/OR 13 ONLY IN LKDK1-LKDK3 GOTO PUDWCK5" 3 = "IF ENTRY OF 10 AND/OR 11 AND/OR 13 ONLY IN LKPS1-LKPS3 GOTO PUDWCK5" 4 = "ALL OTHERS GOTO PUDWRSN" ; VALUE pudwck5l (default=32) 1 = "IF ENTRY OF 1 IN LK THEN STORE 1 IN DWLKO AND GOTO PUDWWK" 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 PREGNANCY)" 2 = "RETURN TO SCHOOL" 3 = "HEALTH" 4 = "RETIREMENT OR OLD AGE" 5 = "TEMP, SEASONAL OR INTERMITTENT JOB COMPLETE" 6 = "SLACK WORK/BUSINESS CONDITIONS" 7 = "UNSATISFACTORY WORK ARRANGEMENTS (HRS, PAY, ETC.)" 8 = "OTHER - SPECIFY" ; VALUE pejhwant (default=32) 1 = "YES, OR IT DEPENDS" 2 = "NO" ; VALUE pujhck1l (default=32) 1 = "PURET1 = 1, -2, OR -3 THEN GOTO NLFCK2" 2 = "IF MISCK EQUALS 4 OR 8 THEN GOTO PUJHCK2" 3 = "ALL OTHERS GOTO PUNLFCK1" ; VALUE pujhck2l (default=32) 1 = "IF ENTRY OF 1 IN DWWK AND I-MLR= 3, 4 THEN STORE 1 IN JHWKO, STORE DW4WK IN JHDP1O AND GOTO PUJHRSN" 2 = "IF ENTRY OF 2, D OR R IN DWWK THEN STORE DWWK IN JHWKO AND GOTO PUJHWANT" 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/PERSONAL OBLIG." 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 OBLIGATION" 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 OBLIGATION" 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 AFFECTED JOB" 4 = "W/JOB, NOT AT WORK-LABOR DISPUTE" 5 = "W/JOB, NOT AT WORK-CHILD CARE PROBLEMS" 6 = "W/JOB, NOT AT WORK-FAM/PERS OBLIGATION" 7 = "W/JOB, NOT AT WORK-MATERNITY/PATERNITY" 8 = "W/JOB, NOT AT WORK-SCHOOL/TRAINING" 9 = "W/JOB, NOT AT WORK-CIVIC/MILITARY DUTY" 10 = "W/JOB, NOT AT WORK-DOES NOT WORK IN BUS" 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 COMPLETING PREVIOUS JOB" 2 = "LOOKED AND WORKED IN THE LAST 4 WEEKS" 3 = "LOOKED LAST 4 WEEKS - LAYOFF" 4 = "UNAVAILABLE JOB SEEKERS" 5 = "NO RECENT JOB SEARCH" ; VALUE prpthrs (default=32) 0 = "USUALLY FT, PT FOR NONECONOMIC REASONS" 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 = "USU. FT-SLACK WORK/BUSINESS CONDITIONS" 2 = "USU. FT-SEASONAL WORK" 3 = "USU. FT-JOB STARTED/ENDED DURING WEEK" 4 = "USU. FT-VACATION/PERSONAL DAY" 5 = "USU. FT-OWN ILLNESS/INJURY/MEDICAL APPOINTMENT" 6 = "USU. FT-HOLIDAY (RELIGIOUS OR LEGAL)" 7 = "USU. FT-CHILD CARE PROBLEMS" 8 = "USU. FT-OTHER FAM/PERS OBLIGATIONS" 9 = "USU. FT-LABOR DISPUTE" 10 = "USU. FT-WEATHER AFFECTED JOB" 11 = "USU. FT-SCHOOL/TRAINING" 12 = "USU. FT-CIVIC/MILITARY DUTY" 13 = "USU. FT-OTHER REASON" 14 = "USU. PT-SLACK WORK/BUSINESS CONDITIONS" 15 = "USU. PT-COULD ONLY FIND PT WORK" 16 = "USU. PT-SEASONAL WORK" 17 = "USU. PT-CHILD CARE PROBLEMS" 18 = "USU. PT-OTHER FAM/PERS OBLIGATIONS" 19 = "USU. PT-HEALTH/MEDICAL LIMITATIONS" 20 = "USU. PT-SCHOOL/TRAINING" 21 = "USU. PT-RETIRED/S.S. LIMIT ON EARNINGS" 22 = "USU. PT-WORKWEEK <35 HOURS" 23 = "USU. 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, USUALLY FT" 4 = "PT FOR NON-ECONOMIC REASONS, USUALLY FT" 5 = "NOT AT WORK, USUALLY FT" 6 = "PT HRS, USUALLY PT FOR ECONOMIC REASONS" 7 = "PT HRS, USUALLY PT FOR NON-ECONOMIC REASONS" 8 = "FT HOURS, USUALLY PT FOR ECONOMIC REASONS" 9 = "FT HOURS, USUALLY PT FOR NON-ECONOMIC" 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 IN PUJHDP1O THEN GOTO PUJHCK5" 2 = "IF ENTRY OF 1 IN PUDW4WK OR IN PUJHDP10 THEN GOTO PUIO1INT" 3 = "IF I-MLR EQUALS 1 OR 2 AND ENTRY IN PUJHRSN THEN GOTO PUJHCK5" 4 = "IF ENTRY IN PUJHRSN THEN GOTO PUIO1INT" 5 = "ALL OTHERS GOTO PUNLFCK1" ; VALUE pujhck5l (default=32) 1 = "IF I-IO1ICR EQUALS 1 OR I-IO1OCR EQUALS 1 THEN GOTO PUIO1INT" 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" ; 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) OR MISCK EQ 2-4, 6-8 AND I-MLR EQ 3-7) AND ENTRY OF 1 IN ABS} THEN GOTO PUIO1INT" 2 = "IF (MISCK EQ 1 OR 5) OR {(MISCK EQ 2-4, 6-8 AND I-MLR EQ 3-7) AND ( ENTRY OF 1 IN WK OR HRCK7-C IS BLANK, 1-3)} GOTO PUIO1INT" 3 = "IF I-IO1NAM IS D, R OR BLANK THEN GOTO PUIO1INT" 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 THEN GOTO PUIO1OCC" 2 = "IF I-IO1DT1 IS D, R OR BLANK THEN GOTO PUIO1OCC" 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 INCORP.)" 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 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" 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" 51 = "Public administration" 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 occupations" 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 occupations" 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 occupations" 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 occupations" 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 occupations" 9 = "Production occupations" 10 = "Transportation and material moving occupations" 11 = "Armed Forces" ; VALUE prmjoccb (default=32) 1 = "Management, business, and financial occupations" 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 occupations" 9 = "Production occupations" 10 = "Transportation and material moving occupations" 11 = "Armed Forces" ; VALUE prmjocgr (default=32) 1 = "Management, professional, and related occupations" 2 = "Service occupations" 3 = "Sales and office occupations" 4 = "Farming, fishing, and forestry occupations" 5 = "Construction, and maintenance occupations" 6 = "Production, transportation, and material moving" 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 NLFJH" 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 (none 6-17)" 6 = "Own children 0- 2 and 6-13 years of age (none 3- 5 or 14-17)" 7 = "Own children 0- 2 and 14-17 years of age (none 3-13)" 8 = "Own children 3- 5 and 6-13 years of age (none 0- 2 or 14-17)" 9 = "Own children 3- 5 and 14-17 years of age (none 0- 2 or 6-13)" 10 = "Own children 6-13 and 14-17 years of age (none 0- 5)" 11 = "Own children 0- 2, 3- 5, and 6-13 years of age (none 14-17)" 12 = "Own children 0- 2, 3- 5, and 14-17 years of age (none 6-13)" 13 = "Own children 0- 2, 6-13, and 14-17 years of age (none 3- 5)" 14 = "Own children 3- 5, 6-13, and 14-17 years of age (none 0- 2)" 15 = "Own children from all age groups" ; VALUE prnmchld (default=32) -1 = "NIU (Not a parent)" 0 = "VALUE - NO CHANGE" 1 = "BLANK - NO CHANGE" 2 = "DON'T KNOW - NO CHANGE" 3 = "REFUSED - NO CHANGE" 10 = "VALUE TO VALUE" 11 = "BLANK TO VALUE" 12 = "DON'T KNOW TO VALUE" 13 = "REFUSED TO VALUE" 20 = "VALUE TO LONGITUDINAL VALUE" 21 = "BLANK TO LONGITUDINAL VALUE" 22 = "DON'T KNOW TO LONGITUDINAL VALUE" 23 = "REFUSED TO LONGITUDINAL VALUE" 30 = "VALUE TO ALLOCATED VALUE LONG." 31 = "BLANK TO ALLOCATED VALUE LONG." 32 = "DON'T KNOW TO ALLOCATED VALUE LONG." 33 = "REFUSED TO ALLOCATED VALUE LONG." 40 = "VALUE TO ALLOCATED VALUE" 41 = "BLANK TO ALLOCATED VALUE" 42 = "DON'T KNOW TO ALLOCATED VALUE" 43 = "REFUSED TO ALLOCATED VALUE" 50 = "VALUE TO BLANK" 52 = "DON'T KNOW TO BLANK" 53 = "REFUSED TO BLANK" ; VALUE pedipged (default=32) 1 = "Graduation from high school" 2 = "GED or other equivalent" ; VALUE pehgcomp (default=32) 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 = "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 = "Yes" 2 = "No" ; VALUE pegr6cor (default=32) 1 = "Yes" 2 = "No" ; VALUE pems123l (default=32) 1 = "1 year program" 2 = "2 year program" 3 = "3 year program" ; VALUE peio1icd (default=32) 10 = "Chief executives" 20 = "General and operations managers" 40 = "Advertising and promotions managers" 50 = "Marketing and sales managers" 60 = "Public relations managers" 100 = "Administrative services managers" 110 = "Computer and information systems managers" 120 = "Financial managers" 135 = "Compensation and benefits managers" 136 = "Human resources managers" 137 = "Training and development managers" 140 = "Industrial production managers" 150 = "Purchasing managers" 160 = "Transportation, storage, and distribution managers" 205 = "Farmers, ranchers, and other agricultural managers" 220 = "Construction managers" 230 = "Education administrators" 300 = "Engineering managers" 310 = "Food service managers" 330 = "Gaming managers" 340 = "Lodging managers" 350 = "Medical and health services managers" 360 = "Natural sciences managers" 410 = "Property, real estate, and community association managers" 420 = "Social and community service managers" 425 = "Emergency management directors" 430 = "Managers, all other" 500 = "Agents and business managers of artists, performers, and athletes" 510 = "Purchasing agents and buyers, farm products" 520 = "Wholesale and retail buyers, except farm products" 530 = "Purchasing agents, except wholesale, retail, and farm products" 540 = "Claims adjusters, appraisers, examiners, and investigators" 565 = "Compliance officers" 600 = "Cost estimators" 630 = "Human resource workers" 640 = "Compensation, benefits, and job analysis specialists" 650 = "Training and development specialists" 700 = "Logisticians" 710 = "Management analysts" 725 = "Meeting, convention, and event planners" 726 = "Fundraisers" 735 = "Market research analysts and marketing specialists" 740 = "Business operations specialists, all other" 800 = "Accountants and auditors" 810 = "Appraisers and assessors of real estate" 820 = "Budget analysts" 830 = "Credit analysts" 840 = "Financial analysts" 850 = "Personal financial advisors" 860 = "Insurance underwriters" 900 = "Financial examiners" 910 = "Loan counselors and officers" 930 = "Tax examiners, collectors, and revenue agents" 940 = "Tax prepares" 950 = "Financial specialists, all other" 1005 = "Computer and information research scientists" 1006 = "Computer systems analysts" 1007 = "Information security analysts" 1010 = "Computer programmers" 1020 = "Software developers, applications and systems software" 1030 = "Web developers" 1050 = "Computer support specialists" 1060 = "Database administrators" 1105 = "Network and computer systems administrators" 1106 = "Computer network architects" 1107 = "Computer occupations, all other" 1200 = "Actuaries" 1220 = "Operations research analysts" 1240 = "Mathematicians, statisticians and miscellaneous mathematical science occupations" 1300 = "Architects, except naval" 1310 = "Surveyors, cartographers, and photogrammetrists" 1320 = "Aerospace engineers" 1340 = "Agricultural and biomedical engineers" 1350 = "Chemical engineers" 1360 = "Civil engineers" 1400 = "Computer hardware engineers" 1410 = "Electrical and electronic engineers" 1420 = "Environmental engineers" 1430 = "Industrial engineers, including health and safety" 1440 = "Marine engineers and naval architects" 1450 = "Materials engineers" 1460 = "Mechanical engineers" 1500 = "Mining and geological engineers, including mining safety engineers" 1510 = "Nuclear engineers" 1520 = "Petroleum engineers" 1530 = "Engineers, all other" 1540 = "Drafters" 1550 = "Engineering technicians, except drafters" 1560 = "Surveying and mapping technicians" 1600 = "Agricultural and food scientists" 1610 = "Biological scientists" 1640 = "Conservation scientists and foresters" 1650 = "Medical scientists and life scientists, all other" 1700 = "Astronomers and physicists" 1710 = "Atmospheric and space scientists" 1720 = "Chemists and materials scientists" 1740 = "Environmental scientists and geoscientists" 1760 = "Physical scientists, all other" 1800 = "Economists" 1820 = "Psychologists" 1840 = "Urban and regional planners" 1860 = "Miscellaneous social scientists, including survey researchers and sociologists" 1900 = "Agricultural and food science technicians" 1910 = "Biological technicians" 1920 = "Chemical technicians" 1930 = "Geological and petroleum technicians" 1965 = "Miscellaneous life, physical, and social science technicians" 2000 = "Counselors" 2010 = "Social workers" 2015 = "Probation officers and correctional treatment specialists" 2016 = "Social and human service assistants" 2025 = "Miscellaneous community and social service specialists, including health educators" 2040 = "Clergy" 2050 = "Directors, religious activities and education" 2060 = "Religious workers, all other" 2100 = "Lawyers, Judges, magistrates, and other judicial workers" 2105 = "Judicial law clerks" 2145 = "Paralegals and legal assistants" 2160 = "Miscellaneous legal support workers" 2200 = "Postsecondary teachers" 2300 = "Preschool and kindergarten teachers" 2310 = "Elementary and middle school teachers" 2320 = "Secondary school teachers" 2330 = "Special education teachers" 2340 = "Other teachers and instructors" 2400 = "Archivists, curators, and museum technicians" 2430 = "Librarians" 2440 = "Library technicians" 2540 = "Teacher assistants" 2550 = "Other education, training, and library workers" 2600 = "Artists and related workers" 2630 = "Designers" 2700 = "Actors" 2710 = "Producers and directors" 2720 = "Athletes, coaches, umpires, and related workers" 2740 = "Dancers and choreographers" 2750 = "Musicians, singers, and related workers" 2760 = "Entertainers and performers, sports and related workers, all other" 2800 = "Announcers" 2810 = "News analysts, reporters and correspondents" 2825 = "Public relations specialists" 2830 = "Editors" 2840 = "Technical writers" 2850 = "Writers and authors" 2860 = "Miscellaneous media and communication workers" 2900 = "Broadcast and sound engineering technicians and radio operators, and media and" 2910 = "Photographers" 2920 = "Television, video, and motion picture camera operators and editors" 3000 = "Chiropractors" 3010 = "Dentists" 3030 = "Dietitians and nutritionists" 3040 = "Optometrists" 3050 = "Pharmacists" 3060 = "Physicians and surgeons" 3110 = "Physician assistants" 3140 = "Audiologists" 3150 = "Occupational therapists" 3160 = "Physical therapists" 3200 = "Radiation therapists" 3210 = "Recreational therapists" 3220 = "Respiratory therapists" 3230 = "Speech-language pathologists" 3245 = "Exercise physiologists and therapists, all other" 3250 = "Veterinarians" 3255 = "Registered nurses" 3256 = "Nurse anesthetists" 3258 = "Nurse midwives and nurse practitioners" 3260 = "Health diagnosing and treating practitioners, all other" 3300 = "Clinical laboratory technologists and technicians" 3310 = "Dental hygienists" 3320 = "Diagnostic related technologists and technicians" 3400 = "Emergency medical technicians and paramedics" 3420 = "Health diagnosing and treating practitioner support technicians" 3500 = "Licensed practical and licensed vocational nurses" 3510 = "Medical records and health information technicians" 3520 = "Opticians, dispensing" 3535 = "Miscellaneous health technologists and technicians" 3540 = "Other healthcare practitioners and technical occupations, including podiatrists" 3600 = "Nursing, psychiatric, and home health aides" 3610 = "Occupational therapist assistants and aides" 3620 = "Physical therapist assistants and aides" 3630 = "Massage therapists" 3640 = "Dental assistants" 3645 = "Medical assistants" 3646 = "Medical transcriptionists" 3647 = "Pharmacy aides" 3648 = "Veterinary assistants and laboratory animal caretakers" 3649 = "Phlebotomists" 3655 = "Miscellaneous healthcare support occupations, including medical equipment" 3700 = "First-line supervisors/managers of correctional officers" 3710 = "First-line supervisors/managers of police and detectives" 3720 = "First-line supervisors/managers of fire fighting and prevention workers" 3730 = "Supervisors, protective service workers, all other" 3740 = "Fire fighters" 3750 = "Fire inspectors" 3800 = "Bailiffs, correctional officers, and jailers" 3820 = "Detectives and criminal investigators" 3840 = "Miscellaneous law enforcement workers" 3850 = "Police officers" 3900 = "Animal control workers" 3910 = "Private detectives and investigators" 3930 = "Security guards and gaming surveillance officers" 3940 = "Crossing guards" 3945 = "Transportation security screeners" 3955 = "Lifeguards and other recreational and all other protective service workers" 4000 = "Chefs and head cooks" 4010 = "First-line supervisors/managers of food preparation and serving workers" 4020 = "Cooks" 4030 = "Food preparation workers" 4040 = "Bartenders" 4050 = "Combined food preparation and serving workers, including fast food" 4060 = "Counter attendants, cafeteria, food concession, and coffee shop" 4110 = "Waiters and waitresses" 4120 = "Food servers, nonrestaurant" 4130 = "Food preparation and serving related workers, all other including dining room and" 4140 = "Dishwashers" 4150 = "Hosts and hostesses, restaurant, lounge, and coffee shop" 4200 = "First-line supervisors/managers of housekeeping and janitorial workers" 4210 = "First-line supervisors/managers of landscaping, lawn service, and groundskeeping" 4220 = "Janitors and building cleaners" 4230 = "Maids and housekeeping cleaners" 4240 = "Pest control workers" 4250 = "Grounds maintenance workers" 4300 = "First-line supervisors/managers of gaming workers" 4320 = "First-line supervisors/managers of personal service workers" 4340 = "Animal trainers" 4350 = "Nonfarm animal caretakers" 4400 = "Gaming services workers" 4410 = "Motion picture projectionists" 4420 = "Ushers, lobby attendants, and ticket takers" 4430 = "Miscellaneous entertainment attendants and related workers" 4460 = "Embalmers and funeral attendants" 4465 = "Morticians, undertakers, and funeral directors" 4500 = "Barbers" 4510 = "Hairdressers, hairstylists, and cosmetologists" 4520 = "Miscellaneous personal appearance workers" 4530 = "Baggage porters, bellhops, and concierges" 4540 = "Tour and travel guides" 4550 = "Transportation attendants" 4600 = "Child care workers" 4610 = "Personal and home care aides" 4620 = "Recreation and fitness workers" 4640 = "Residential advisors" 4650 = "Personal care and service workers, all other" 4700 = "First-line supervisors/managers of retail sales workers" 4710 = "First-line supervisors/managers of non-retail sales workers" 4720 = "Cashiers" 4740 = "Counter and rental clerks" 4750 = "Parts salespersons" 4760 = "Retail salespersons" 4800 = "Advertising sales agents" 4810 = "Insurance sales agents" 4820 = "Securities, commodities, and financial services sales agents" 4830 = "Travel agents" 4840 = "Sales representatives, services, all other" 4850 = "Sales representatives, wholesale and manufacturing" 4900 = "Models, demonstrators, and product promoters" 4920 = "Real estate brokers and sales agents" 4930 = "Sales engineers" 4940 = "Telemarketers" 4950 = "Door-to-door sales workers, news and street vendors, and related workers" 4965 = "Sales and related workers, all other" 5000 = "First-line supervisors/managers of office and administrative support workers" 5010 = "Switchboard operators, including answering service" 5020 = "Telephone operators" 5030 = "Communications equipment operators, all other" 5100 = "Bill and account collectors" 5110 = "Billing and posting clerks and machine operators" 5120 = "Bookkeeping, accounting, and auditing clerks" 5130 = "Gaming cage workers" 5140 = "Payroll and timekeeping clerks" 5150 = "Procurement clerks" 5160 = "Tellers" 5165 = "Financial clerks, all other" 5200 = "Brokerage clerks" 5220 = "Court, municipal, and license clerks" 5230 = "Credit authorizers, checkers, and clerks" 5240 = "Customer service representatives" 5250 = "Eligibility interviewers, government programs" 5260 = "File Clerks" 5300 = "Hotel, motel, and resort desk clerks" 5310 = "Interviewers, except eligibility and loan" 5320 = "Library assistants, clerical" 5330 = "Loan interviewers and clerks" 5340 = "New accounts clerks" 5350 = "Correspondence clerks and order clerks" 5360 = "Human resources assistants, except payroll and timekeeping" 5400 = "Receptionists and information clerks" 5410 = "Reservation and transportation ticket agents and travel clerks" 5420 = "Information and record clerks, all other" 5500 = "Cargo and freight agents" 5510 = "Couriers and messengers" 5520 = "Dispatchers" 5530 = "Meter readers, utilities" 5540 = "Postal service clerks" 5550 = "Postal service mail carriers" 5560 = "Postal service mail sorters, processors, and processing machine operators" 5600 = "Production, planning, and expediting clerks" 5610 = "Shipping, receiving, and traffic clerks" 5620 = "Stock clerks and order fillers" 5630 = "Weighers, measurers, checkers, and samplers, recordkeeping" 5700 = "Secretaries and administrative assistants" 5800 = "Computer operators" 5810 = "Data entry keyers" 5820 = "Word processors and typists" 5840 = "Insurance claims and policy processing clerks" 5850 = "Mail clerks and mail machine operators, except postal service" 5860 = "Office clerks, general" 5900 = "Office machine operators, except computer" 5910 = "Proofreaders and copy markers" 5920 = "Statistical assistants" 5940 = "Office and administrative support workers, including desktop publishers" 6005 = "First-line supervisors of farming, fishing, and forestry workers" 6010 = "Agricultural inspectors" 6040 = "Graders and sorters, agricultural products" 6050 = "Miscellaneous agricultural workers, including animal breeders" 6100 = "Fishing and hunting workers" 6120 = "Forest and conservation workers" 6130 = "Logging workers" 6200 = "First-line supervisors/managers of construction trades and extraction workers" 6210 = "Boilermakers" 6220 = "Brickmasons, blockmasons, and stonemasons" 6230 = "Carpenters" 6240 = "Carpet, floor, and tile installers and finishers" 6250 = "Cement masons, concrete finishers, and terrazzo workers" 6260 = "Construction laborers" 6300 = "Paving, surfacing, and tamping equipment operators" 6320 = "Construction equipment operators, except Paving, surfacing, and tamping" 6330 = "Drywall installers, ceiling tile installers, and tapers" 6355 = "Electricians" 6360 = "Glaziers" 6400 = "Insulation workers" 6420 = "Painters, construction and maintenance and paperhangers" 6440 = "Pipelayers, plumbers, pipefitters, and steamfitters" 6460 = "Plasterers and stucco masons" 6500 = "Reinforcing iron and rebar workers" 6515 = "Roofers" 6520 = "Sheet metal workers" 6530 = "Structural iron and steel workers" 6600 = "Helpers, construction trades" 6660 = "Construction and building inspectors" 6700 = "Elevator installers and repairers" 6710 = "Fence erectors" 6720 = "Hazardous materials removal workers" 6730 = "Highway maintenance workers" 6740 = "Rail-track laying and maintenance equipment operators" 6750 = "Septic tank servicers and sewer pipe cleaners" 6765 = "Miscellaneous construction and related workers, including photovoltaic installers" 6800 = "Derrick, rotary drill, and service unit operators, oil, gas, and mining" 6820 = "Earth drillers, except oil and gas" 6830 = "Explosives workers, ordnance handling experts, and blasters" 6840 = "Mining machine operators" 6920 = "Roustabouts, oil and gas" 6940 = "Other extraction workers, including roof bolters and helpers" 7000 = "First-line supervisors/managers of mechanics, installers, and repairers" 7010 = "Computer, automated teller, and office machine repairers" 7020 = "Radio and telecommunications equipment installers and repairers" 7030 = "Avionics technicians" 7040 = "Electric motor, power tool, and related repairers" 7100 = "Electrical and electronics repairers, transportation equipment, industrial and utility" 7110 = "Electronic equipment installers and repairers, motor vehicles" 7120 = "Electronic home entertainment equipment installers and repairers" 7130 = "Security and fire alarm systems installers" 7140 = "Aircraft mechanics and service technicians" 7150 = "Automotive body and related repairers" 7160 = "Automotive glass installers and repairers" 7200 = "Automotive service technicians and mechanics" 7210 = "Bus and truck mechanics and diesel engine specialists" 7220 = "Heavy vehicle and mobile equipment service technicians and mechanics" 7240 = "Small engine mechanics" 7260 = "Miscellaneous vehicle and mobile equipment mechanics, installers, and repairers" 7300 = "Control and valve installers and repairers" 7315 = "Heating, air conditioning, and refrigeration mechanics and installers" 7320 = "Home appliance repairers" 7330 = "Industrial and refractory machinery mechanics" 7340 = "Maintenance and repair workers, general" 7350 = "Maintenance workers, machinery" 7360 = "Millwrights" 7410 = "Electrical power-line installers and repairers" 7420 = "Telecommunications line installers and repairers" 7430 = "Precision instrument and equipment repairers" 7510 = "Coin, vending, and amusement machine servicers and repairers" 7540 = "Locksmiths and safe repairers" 7550 = "Manufactured building and mobile home installers" 7560 = "Riggers" 7610 = "Helpers--installation, maintenance, and repair workers" 7630 = "Other installation, maintenance, and repair workers, including wind turbine service" 7700 = "First-line supervisors/managers of production and operating workers" 7710 = "Aircraft structure, surfaces, rigging, and systems assemblers" 7720 = "Electrical, electronics, and electromechanical assemblers" 7730 = "Engine and other machine assemblers" 7740 = "Structural metal fabricators and fitters" 7750 = "Miscellaneous assemblers and fabricators" 7800 = "Bakers" 7810 = "Butchers and other meat, poultry, and fish processing workers" 7830 = "Food and tobacco roasting, baking, and drying machine operators and tenders" 7840 = "Food batchmakers" 7850 = "Food cooking machine operators and tenders" 7855 = "Food processing workers, all other" 7900 = "Computer control programmers and operators" 7920 = "Extruding and drawing machine setters, operators, and tenders, metal and plastic" 7940 = "Rolling machine setters, operators, and tenders and forging machine setters," 7950 = "Cutting, punching, and press machine setters, operators, and tenders, metal and" 8000 = "Grinding, lapping, polishing, and buffing machine tool setters, operators, and" 8010 = "Lathe and turning machine tool setters, operators, and tenders, metal and plastic" 8030 = "Machinists" 8040 = "Metal furnace and kiln operators and tenders" 8100 = "Molders and molding machine setters, operators, and tenders, metal and plastic" 8130 = "Tool and die makers" 8140 = "Welding, soldering, and brazing workers" 8200 = "Plating and coating machine setters, operators, and tenders, metal and plastic" 8210 = "Tool grinders, filers, and sharpeners" 8220 = "Metalworkers and plastic workers, all other" 8250 = "Prepress technicians and workers" 8255 = "Printing press operators" 8256 = "Print binding and finishing workers" 8300 = "Laundry and dry-cleaning workers" 8310 = "Pressers, textile, garment, and related materials" 8320 = "Sewing machine operators" 8330 = "Shoe and leather workers and repairers" 8350 = "Tailors, dressmakers, and sewers" 8400 = "Textile cutting machine setters, operators, and tenders" 8410 = "Textile knitting and weaving machine setters, operators, and tenders" 8450 = "Upholsterers" 8460 = "Miscellaneous textile, apparel, and furnishings workers, except upholsterers" 8500 = "Cabinetmakers and bench carpenters" 8510 = "Furniture finishers" 8530 = "Sawing machine setters, operators, and tenders, wood" 8540 = "Woodworking machine setters, operators, and tenders, except sawing" 8550 = "Miscellaneous woodworkers, including model makers and pattern makers" 8600 = "Power plant operators, distributors, and dispatchers" 8610 = "Stationary engineers and boiler operators" 8620 = "Water and liquid waste treatment plant and system operators" 8630 = "Miscellaneous plant and system operators" 8640 = "Chemical processing machine setters, operators, and tenders" 8650 = "Crushing, grinding, polishing, mixing, and blending workers" 8710 = "Cutting workers" 8720 = "Extruding, forming, pressing, and compacting machine setters, operators, and" 8730 = "Furnace, kiln, oven, drier, and kettle operators and tenders" 8740 = "Inspectors, testers, sorters, samplers, and weighers" 8750 = "Jewelers and precious stone and metal workers" 8760 = "Medical, dental, and ophthalmic laboratory technicians" 8800 = "Packaging and filling machine operators and tenders" 8810 = "Painting workers" 8830 = "Photographic process workers and processing machine operators" 8850 = "Cementing and gluing machine operators and tenders" 8860 = "Cleaning, washing, and metal pickling equipment operators and tenders" 8910 = "Etchers and engravers" 8920 = "Molders, shapers, and casters, except metal and plastic" 8930 = "Paper goods machine setters, operators, and tenders" 8940 = "Tire builders" 8950 = "Helpers--production workers" 8965 = "Production workers, including semiconductor processors and cooling and freezing" 9000 = "Supervisors, transportation and material moving workers" 9030 = "Aircraft pilots and flight engineers" 9040 = "Air traffic controllers and airfield operations specialists" 9110 = "Ambulance drivers and attendants, except emergency medical technicians" 9120 = "Bus drivers" 9130 = "Driver/sales workers and truck drivers" 9140 = "Taxi drivers and chauffeurs" 9150 = "Motor vehicle operators, all other" 9200 = "Locomotive engineers and operators" 9240 = "Railroad brake, signal, switch operators, conductors and yardmasters" 9260 = "Subway, streetcar, and other rail transportation workers" 9300 = "Sailors and marine oilers, and ship engineers" 9310 = "Ship and boat captains and operators" 9350 = "Parking lot attendants" 9360 = "Service station attendants" 9410 = "Transportation inspectors" 9415 = "Transportation attendants, except flight attendants" 9420 = "Other transportation workers, including bridge and lock tenders" 9510 = "Crane and tower operators" 9520 = "Dredge, excavating, and loading machine operators" 9560 = "Hoist and winch operators, and conveyor operators and tenders" 9600 = "Industrial truck and tractor operators" 9610 = "Cleaners of vehicles and equipment" 9620 = "Laborers and freight, stock, and material movers, hand" 9630 = "Machine feeders and offbearers" 9640 = "Packers and packagers, hand" 9650 = "Pumping station operators" 9720 = "Refuse and recyclable material collectors" 9750 = "Material moving workers, including mine shuttle operators and tank car, truck, and" 9840 = "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)" 135 = "Compensation and benefits managers (11-3111)" 136 = "Human resources managers (11-3121)" 137 = "Training and development managers (11-3131)" 140 = "Industrial production managers (11-3051)" 150 = "Purchasing managers (11-3061)" 160 = "Transportation, storage, and distribution managers (11-3071)" 205 = "Farmers, ranchers, and other agricultural managers (11-9013)" 220 = "Construction managers (11-9021)" 230 = "Education administrators (11-9030)" 300 = "Engineering managers (11-9041)" 310 = "Food service managers (11-9051)" 325 = "Funeral service managers (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)" 425 = "Emergency management directors (11-9161)" 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" 565 = "Compliance officers 13-1041" 600 = "Cost estimators 13-1051" 630 = "Human resource workers 13-1070" 640 = "Compensation, benefits, and job analysis specialists 13-1141" 650 = "Training and development specialists 13-1151" 700 = "Logisticians 13-1081" 710 = "Management analysts 13-1111" 725 = "Meeting, convention, and event planners 13-1121" 726 = "Fundraisers 13-1131" 735 = "Market research analysts and marketing specialists 13-1161" 740 = "Business operations specialists, all other 13-1199" 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" 1005 = "Computer and information research scientists 15-1111" 1006 = "Computer systems analysts 15-1121" 1007 = "Information security analysts 15-1122" 1010 = "Computer programmers 15-1131" 1020 = "Software developers, applications and systems software 15-113X" 1030 = "Web developers 15-1134" 1050 = "Computer support specialists 15-1150" 1060 = "Database administrators 15-1141" 1105 = "Network and computer systems administrators 15-1142" 1107 = "Computer occupations, all other 15-1199" 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" 1660 = "Life scientists, all other 19-1099" 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" 1815 = "Survey researchers 19-3022" 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" 1950 = "Social science research assistants 19-4061" 1965 = "Miscellaneous life, physical, and social science technicians 19-4090" 2000 = "Counselors 21-1010" 2010 = "Social workers 21-1020" 2015 = "Probation officers and correctional treatment specialists 21-1092" 2016 = "Social and human service assistants 21-1093" 2025 = "Miscellaneous community and social service specialists, including health educators and community health workers 21-109X" 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" 2105 = "Judicial law clerks 23-1011" 2145 = "Paralegals and legal assistants 23-2011" 2160 = "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" 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" 2825 = "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" 3235 = "Exercise physiologists 29-1128" 3245 = "Therapists, all other 29-1129" 3250 = "Veterinarians 29-1131" 3255 = "Registered nurses 29-1141" 3256 = "Nurse anesthetists 29-1151" 3257 = "Nurse midwives 29-1161" 3258 = "Nurse practitioners 29-1171" 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" 3420 = "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" 3535 = "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" 3645 = "Medical assistants 31-9092" 3646 = "Medical transcriptionists 31-9094" 3647 = "Pharmacy aides 31-9095" 3648 = "Veterinary assistants and laboratory animal caretakers 31-9096" 3649 = "Phlebotomists 31-9097" 3655 = "Miscellaneous healthcare support occupations, including medical equipment preparers 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" 3945 = "Transportation security screeners 33-9093" 3955 = "Lifeguards and other recreational and all 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" 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 = "Embalmers and funeral attendants 39-40XX" 4465 = "Morticians, undertakers, and funeral directors 39-4031" 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" 4965 = "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" 5165 = "Financial clerks, all other 43-3099" 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" 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" 5940 = "Office and administrative support workers, all other 43-9199" 6005 = "First-line supervisors of farming, fishing, and forestry workers 45-1011" 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" 6355 = "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" 6515 = "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" 6765 = "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" 7315 = "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" 7630 = "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" 7855 = "Food processing workers, all other 51-3099" 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" 8250 = "Prepress technicians and workers 51-5111" 8255 = "Printing press operators 51-5112" 8256 = "Print binding and finishing workers 51-5113" 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" 8965 = "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" 9415 = "Transportation attendants, except flight attendants 53-6061" 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, and HUNTING" 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 WASTE MANAGEMENT SERVICES" 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 HOUSEHOLDS" 21 = "PUBLIC ADMINISTRATION" 22 = "ARMED FORCES" ; VALUE primindb (default=32) 1 = "AGRICULTURE, FORESTRY, FISHING, and HUNTING" 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 WASTE MANAGEMENT SERVICES" 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 HOUSEHOLDS" 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 DECEMBER 1946)" 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 DECEMBER 1946)" 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 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 DECEMBER 1946)" 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 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 DECEMBER 1946)" 9 = "NOVEMBER 1941 OR EARLIER" ; VALUE pelndad (default=32) -1 = "NO FATHER PRESENT" ; VALUE pelnmom (default=32) -1 = "NO MOTHER PRESENT" ; 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 prdasian (default=32) 1 = "Asian Indian" 2 = "Chinese" 3 = "Filipino" 4 = "Japanese" 5 = "Korean" 6 = "Vietnamese" 7 = "Other" ; VALUE pepdempa (default=32) 1 = "YES" 2 = "NO" ; VALUE ptnmempa (default=32) 75 = "75 or more employees" ; VALUE pepdempb (default=32) 1 = "YES" 2 = "NO" ; VALUE ptnmempb (default=32) 10 = "10 or more employees" ; 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. gediv gediv. gestfips gestfips. gtcbsa gtcbsa. gtco gtco. gtcbsast gtcbsast. gtmetsta gtmetsta. gtindvpc gtindvpc. gtcbsasz gtcbsasz. gtcsa gtcsa. perrp perrp. peparent peparent. prtage prtage. prtfage prtfage. pemaritl pemaritl. pespouse pespouse. pesex pesex. peafever peafever. peafnow peafnow. peeduca peeduca. ptdtrace ptdtrace. prdthsp prdthsp. 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. pelaydur pelaydur. 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. pelkdur pelkdur. 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. pecohab pecohab. pedisear pedisear. pediseye pediseye. pedisrem pedisrem. pedisphy pedisphy. pedisdrs pedisdrs. pedisout pedisout. prdisflg prdisflg. prdasian prdasian. pepdemp1 pepdempa. ptnmemp1 ptnmempa. pepdemp2 pepdempb. ptnmemp2 ptnmempb. ; proc contents data=library.&dataset; run; /* Copyright 2014 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. */