*options obs=100; /*------------------------------------------------ by Jean Roth Wed Nov 4 16:25:41 EST 2009 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 "."; * 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/cpsfeb98.zip "; * The following line should contain the name of the SAS dataset ; %let dataset = cpsfeb98 ; 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"; attrib hrmonth length=3 label="MONTH OF INTERVIEW"; attrib hryear4 length=4 label="YEAR OF INTERVIEW"; attrib hurespli length=3 label="LINE NUMBER OF THE CURRENT RESPONDENT"; attrib hufinal length=3 label="FINAL OUTCOME CODE OUTCOME CODES"; attrib huspnish length=3 label="IS SPANISH THE ONLY LANGUAGE SPOKEN BY"; attrib hetenure length=3 label="ARE YOUR LIVING QUARTERS... (READ ANSW"; 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 WHIC"; attrib hephoneo length=3 label="IS A TELEPHONE INTERVIEW ACCEPTABLE?"; attrib hufaminc length=3 label="FAMILY INCOME (COMBINED INCOME OF ALL"; 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 IN THE"; 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 ATTEMPTED"; attrib hrlonglk length=3 label="LONGITUDINAL LINK INDICATOR"; attrib hrsample length=$4 label="SAMPLE IDENTIFIER"; attrib hrsersuf length=$3 label="SERIAL SUFFIX IDENTIFIES EXTRA UNITS"; attrib huhhnum length=3 label="HOUSEHOLD NUMBER THE INITIAL HOUSEHOLD"; attrib hubus length=3 label="DOES ANYONE IN THIS HOUSEHOLD HAVE A"; attrib hubusl1 length=3 label="ENTER LINE NUMBER FOR HUBUS = 1"; attrib hubusl2 length=3 label="See BUSL1"; attrib hubusl3 length=3 label="See BUSL1"; attrib hubusl4 length=3 label="See BUSL1"; attrib gereg length=3 label="REGION"; attrib gestcen length=3 label="CENSUS STATE CODE"; attrib gestfips length=3 label="FEDERAL INFORMATION PROCESSING"; attrib gecmsa length=3 label="CMSA FIPS CODE"; attrib gemsa length=4 label="MSA/PMSA FIPS CODE"; attrib geco length=3 label="FIPS COUNTY CODE"; attrib gemsast length=3 label="CENTRAL CITY/BALANCE STATUS"; attrib gemetsta length=3 label="METROPOLITAN STATUS"; attrib geindvcc length=3 label="INDIVIDUAL CENTRAL CITY"; attrib gemsasz length=3 label="MSA/PMSA SIZE"; attrib gecmsasz length=3 label="CMSA/MSA SIZE"; attrib hulensec length=4 label="CUMULATIVE INTERVIEW TIME IN SECONDS"; attrib proldrrp length=3 label="RELATIONSHIP TO REFERENCE PERSON"; attrib pupelig length=3 label="INTERVIEW STATUS OF EACH PERSON IN THE"; attrib perrp length=3 label="RELATIONSHIP TO REFERENCE PERSON"; attrib peparent length=3 label="LINE NUMBER OF PARENT"; attrib peage length=3 label="PERSONS AGE AS OF THE END OF SURVEY"; attrib ptage length=3 label="TOP CODE 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 puafever length=3 label="DID YOU EVER SERVE ON ACTIVE DUTY IN"; attrib peafwhen length=3 label="WHEN DID YOU SERVE?"; attrib peafnow length=3 label="ARE YOU NOW IN THE ARMED FORCES"; attrib peeduca length=3 label="HIGHEST LEVEL OF SCHOOL COMPLETED OR"; attrib perace length=3 label="RACE"; attrib prorigin length=3 label="ORIGIN OR DESCENT"; attrib puchinhh length=3 label="CHANGE IN HOUSEHOLD COMPOSITION"; attrib purelflg length=3 label="FLAG FOR RELATIONSHIP TO THE OWNER OF "; 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 prhspnon length=3 label="HISPANIC OR NON-HISPANIC"; attrib prmarsta length=3 label="MARITAL STATUS BASED ON ARMED FORCES"; 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 BY"; attrib pemlr length=3 label="MONTHLY LABOR FORCE RECODE"; attrib puwk length=3 label="LAST WEEK, DID YOU DO ANY WORK FOR"; attrib pubus1 length=3 label="LAST WEEK, DID YOU DO ANY UNPAID WORK "; attrib pubus2ot length=3 label="DO YOU RECEIVE ANY PAYMENTS OR PROFITS"; attrib pubusck1 length=3 label="CHECK ITEM 1 FILTER FOR QUESTIONS ON"; 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 (LAST MONTH YOU WERE"; attrib pudis length=3 label="DISABILITY STATUS (LAST MONTH YOU WERE"; attrib peret1 length=3 label="DO YOU CURRENTLY WANT A JOB, EITHER FU"; 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 EITHER FU"; attrib pulay length=3 label="LAST WEEK, WERE YOU ON LAYOFF FROM A"; attrib peabsrsn length=3 label="WHAT IS THE MAIN REASON YOU WERE ABSEN"; attrib peabspdo length=3 label="ARE YOU BEING PAID BY YOUR EMPLOYER FO"; attrib pemjot length=3 label="DO YOU HAVE MORE THAN ONE JOB?"; attrib pemjnum length=3 label="ALTOGETHER, HOW MANY JOBS DID YOU HAVE"; 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 MORE"; 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 WORKING"; attrib pehrrsn2 length=3 label="WHAT IS THE MAIN REASON YOU DO NOT WAN"; attrib pehrrsn3 length=3 label="WHAT IS THE MAIN REASON YOU WORKED LES"; attrib puhroff1 length=3 label="LAST WEEK, DID YOU LOSE OR TAKE OFF AN"; attrib puhroff2 length=3 label="HOW MANY HOURS DID YOU TAKE OFF?"; attrib puhrot1 length=3 label="LAST WEEK, DID YOU WORK ANY OVERTIME O"; attrib puhrot2 length=3 label="HOW MANY ADDITIONAL HOURS DID YOU"; attrib pehract1 length=3 label="LAST WEEK, HOW MANY HOURS DID YOU"; attrib pehract2 length=3 label="LAST WEEK, HOW MANY HOURS DID YOU"; attrib pehractt length=3 label="SUM OF PEHRACT1 AND PEHRACT2."; attrib pehravl length=3 label="LAST WEEK, COULD YOU HAVE WORKED FULL-"; attrib pulbhsec length=4 label="TOTAL SECONDS TO COMPLETE LABOR FORCE"; 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 TO"; attrib pulay6m length=3 label="HAVE YOU BEEN GIVEN ANY INDICATION THA"; attrib pelayavl length=3 label="COULD YOU HAVE RETURNED TO WORK LAST"; 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 SAMPLE"; 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?"; attrib pulkm3 length=3 label="SAME AS PULKM2"; attrib pulkm4 length=3 label="SAME AS PULKM2"; attrib pulkm5 length=3 label="SAME AS PULKM2"; attrib pulkm6 length=3 label="SAME AS PULKM2"; attrib pulkdk1 length=3 label="YOU SAID YOU HAVE BEEN TRYING TO FIND"; 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 DI"; 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 A JO"; 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, EITHER FU"; 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 IN T"; 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 THE"; attrib pedwlkwk length=3 label="SINCE YOU LEFT THAT JOB OR BUSINESS HA"; attrib pedwavl length=3 label="LAST WEEK, COULD YOU HAVE STARTED A JO"; 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"; attrib pudwck5 length=3 label="FILTER FOR PASSIVE JOB SEEKERS"; attrib pejhwko length=3 label="HAVE YOU WORKED AT A JOB OR BUSINESS A"; attrib pujhdp1o length=3 label="DID YOU DO ANY OF THIS WORK IN THE LAS"; attrib pejhrsn length=3 label="WHAT IS THE MAIN REASON YOU LEFT YOUR"; 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 LAYOFF"; attrib prusftpt length=3 label="USUAL FULLTIME/PARTTIME STATUS"; attrib pruntype length=3 label="REASON FOR UNEMPLOYMENT"; attrib prwksch length=3 label="LABOR FORCE BY TIME WORKED OR LOST"; 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 O"; attrib puiodp3 length=3 label="LAST MONTH YOU WERE REPORTED AS (A/AN)"; attrib peio1cow length=3 label="INDIVIDUAL CLASS OF WORKER CODE ON FIR"; attrib puio1mfg length=3 label="IS THIS BUSINESS OR ORGANIZATION MAINL"; attrib peio1icd length=3 label="INDUSTRY CODE FOR PRIMARY JOB"; attrib peio1ocd length=3 label="OCCUPATION CODE FOR PRIMARY JOB."; attrib peio2cow length=3 label="INDIVIDUAL CLASS OF WORKER ON SECOND"; attrib puio2mfg length=3 label="IS THIS BUSINESS OR ORGANIZATION MAINL"; attrib peio2icd length=3 label="INDUSTRY CODE FOR SECOND JOB."; attrib peio2ocd length=3 label="OCCUPATION CODE FOR SECOND JOB."; attrib puiock1 length=3 label="I & O CHECK ITEM 1 SCREEN FOR DEPENDEN"; attrib puiock2 length=3 label="I & O CHECK ITEM 2 SCREEN FOR PREVIOUS"; attrib puiock3 length=3 label="I & O CHECK ITEM 3"; attrib prioelg length=3 label="INDUSTRY AND OCCUPATION ELIGIBILITY FL"; attrib prana length=3 label="AGRICULTURE/NON-AGRICULTURE INDUSTRY"; attrib prcow1 length=3 label="CLASS OF WORKER"; attrib prcow2 length=3 label="CLASS OF WORKER"; attrib prcowpg length=3 label="COW - PRIVATE OR GOVERNMENT"; attrib prdtcow1 length=3 label="DETAILED CLASS OF WORKER RECODE - JOB "; attrib prdtcow2 length=3 label="DETAILED CLASS OF WORKER RECODE - JOB "; attrib prdtind1 length=3 label="DETAILED INDUSTRY RECODE - JOB 1"; attrib prdtind2 length=3 label="DETAILED INDUSTRY RECODE - JOB 2"; attrib prdtocc1 length=3 label="DETAILED OCCUPATION RECODE - JOB 1"; attrib prdtocc2 length=3 label="DETAILED OCCUPATION RECODE"; attrib premp length=3 label="EMPLOYED PERSONS (NON-FARM &"; attrib prmjind1 length=3 label="MAJOR INDUSTRY RECODE - JOB 1"; attrib prmjind2 length=3 label="MAJOR INDUSTRY RECODE - JOB 2"; attrib prmjocc1 length=3 label="MAJOR OCCUPATION RECODE - JOB 1"; attrib prmjocc2 length=3 label="MAJOR OCCUPATION RECODE - JOB 2"; attrib prmjocgr length=3 label="MAJOR OCCUPATION CATEGORIES"; attrib prnagpws length=3 label="NON-AGRICULTURE, PRIVATE WAGE AND"; attrib prnagws length=3 label="NON-AGRICULTURE WAGE AND SALARY"; 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 THI"; attrib peernh2 length=8 label="(EXCLUDING OVERTIME PAY, TIPS AND"; attrib peernh1o length=8 label="OUT VARIABLE FOR HOURLY RATE OF PAY"; attrib prernhly length=8 label="RECODE FOR HOURLY RATE"; attrib pthr length=3 label="HOURLY PAY - TOP CODE"; attrib peernhro length=3 label="USUAL HOURS"; attrib prernwa length=8 label="WEEKLY EARNINGS RECODE"; attrib ptwk length=3 label="WEEKLY EARNINGS - TOP CODE"; attrib peern length=8 label="CALCULATED WEEKLY OVERTIME AMOUNT"; attrib puern2 length=8 label="CALCULATED WEEKLY OVERTIME AMOUNT"; attrib ptot length=3 label="WEEKLY OVERTIME AMOUNT - TOP CODE"; attrib peernwkp length=3 label="HOW MANY WEEKS A YEAR DO YOU GET PAID"; attrib peernlab length=3 label="ON THIS JOB, ARE YOU A MEMBER OF A LAB"; 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 OR"; attrib penlfret length=3 label="ARE YOU RETIRED FROM A JOB OR BUSINESS"; 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 HIGH"; attrib peschft length=3 label="ARE YOU ENROLLED IN SCHOOL AS A"; attrib peschlvl length=3 label="WOULD THAT BE HIGH SCHOOL, COLLEGE, OR"; 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 prwernal length=3 label="ALLOCATION FLAG WEEKLY EARNINGS RECODE"; attrib prhernal length=3 label="ALLOCATION FLAG HOURLY EARNINGS RECODE"; 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 pxafwhen length=3 label="ALLOCATION FLAG"; attrib pxafnow length=3 label="ALLOCATION FLAG"; attrib pxeduca length=3 label="ALLOCATION FLAG"; attrib pxrace 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 pxorigin length=3 label="ALLOCATION FLAG"; attrib pxmlr length=3 label="ALLOCATION FLAG"; attrib pxret1 length=3 label="ALLOCATION FLAG"; attrib pxabsrsn length=3 label="ALLOCATION FLAG"; attrib pxabspdo length=3 label="ALLOCATION FLAG"; attrib pxmjot length=3 label="ALLOCATION FLAG"; attrib pxmjnum length=3 label="ALLOCATION FLAG"; attrib pxhrusl1 length=3 label="ALLOCATION FLAG"; attrib pxhrusl2 length=3 label="ALLOCATION FLAG"; attrib pxhrftpt length=3 label="ALLOCATION FLAG"; attrib pxhruslt length=3 label="ALLOCATION FLAG"; attrib pxhrwant length=3 label="ALLOCATION FLAG"; attrib pxhrrsn1 length=3 label="ALLOCATION FLAG"; attrib pxhrrsn2 length=3 label="ALLOCATION FLAG"; attrib pxhract1 length=3 label="ALLOCATION FLAG"; attrib pxhract2 length=3 label="ALLOCATION FLAG"; attrib pxhractt length=3 label="ALLOCATION FLAG"; attrib pxhrrsn3 length=3 label="ALLOCATION FLAG"; attrib pxhravl length=3 label="ALLOCATION FLAG"; attrib pxlayavl length=3 label="ALLOCATION FLAG"; attrib pxlaylk length=3 label="ALLOCATION FLAG"; attrib pxlaydur length=3 label="ALLOCATION FLAG"; attrib pxlayfto length=3 label="ALLOCATION FLAG"; attrib pxlkm1 length=3 label="ALLOCATION FLAG"; attrib pxlkavl length=3 label="ALLOCATION FLAG"; attrib pxlkll1o length=3 label="ALLOCATION FLAG"; attrib pxlkll2o length=3 label="ALLOCATION FLAG"; attrib pxlklwo length=3 label="ALLOCATION FLAG"; attrib pxlkdur length=3 label="ALLOCATION FLAG"; attrib pxlkfto length=3 label="ALLOCATION FLAG"; attrib pxdwwnto length=3 label="ALLOCATION FLAG"; attrib pxdwrsn length=3 label="ALLOCATION FLAG"; attrib pxdwlko length=3 label="ALLOCATION FLAG"; attrib pxdwwk length=3 label="ALLOCATION FLAG"; attrib pxdw4wk length=3 label="ALLOCATION FLAG"; attrib pxdwlkwk length=3 label="ALLOCATION FLAG"; attrib pxdwavl length=3 label="ALLOCATION FLAG"; attrib pxdwavr length=3 label="ALLOCATION FLAG"; attrib pxjhwko length=3 label="ALLOCATION FLAG"; attrib pxjhrsn length=3 label="ALLOCATION FLAG"; attrib pxjhwant length=3 label="ALLOCATION FLAG"; attrib pxio1cow length=3 label="ALLOCATION FLAG"; attrib pxio1icd length=3 label="ALLOCATION FLAG"; attrib pxio1ocd length=3 label="ALLOCATION FLAG"; attrib pxio2cow length=3 label="ALLOCATION FLAG"; attrib pxio2icd length=3 label="ALLOCATION FLAG"; attrib pxio2ocd length=3 label="ALLOCATION FLAG"; attrib pxernuot length=3 label="ALLOCATION FLAG"; attrib pxernper length=3 label="ALLOCATION FLAG"; attrib pxernh1o length=3 label="ALLOCATION FLAG"; attrib pxernhro length=3 label="ALLOCATION FLAG"; attrib pxern length=3 label="ALLOCATION FLAG"; attrib pxernwkp length=3 label="ALLOCATION FLAG"; attrib pxernrt length=3 label="ALLOCATION FLAG"; attrib pxernhry length=3 label="ALLOCATION FLAG"; attrib pxernh2 length=3 label="ALLOCATION FLAG"; attrib pxernlab length=3 label="ALLOCATION FLAG"; attrib pxerncov length=3 label="ALLOCATION FLAG"; attrib pxnlfjh length=3 label="ALLOCATION FLAG"; attrib pxnlfret length=3 label="ALLOCATION FLAG"; attrib pxnlfact length=3 label="ALLOCATION FLAG"; attrib pxschenr length=3 label="ALLOCATION FLAG"; attrib pxschft length=3 label="ALLOCATION FLAG"; attrib pxschlvl length=3 label="ALLOCATION FLAG"; attrib qstnum length=$5 label="Unique household identifier."; attrib occurnum length=$2 label="Unique person identifier."; attrib pedipged length=3 label="How did...get...'s high school diploma"; attrib pehgcomp length=3 label="What was the highest grade of regular"; attrib pecyc length=3 label="How many years of college credit"; attrib pegrprof length=3 label="Since completing...bachelor's degree,"; attrib pegr6cor length=3 label="Did...complete 6 or more graduate or"; attrib pems123 length=3 label="Was ... master's degree program a"; attrib pxdipged length=3 label="ALLOCATION FLAG"; attrib pxhgcomp length=3 label="ALLOCATION FLAG"; attrib pxcyc length=3 label="ALLOCATION FLAG"; attrib pxgrprof length=3 label="ALLOCATION FLAG"; attrib pxgr6cor length=3 label="ALLOCATION FLAG"; attrib pxms123 length=3 label="ALLOCATION FLAG"; attrib pwcmpwgt length=8 label="Composited Final Weight. Used to"; attrib pesd1 length=3 label="During the last 3 calendar years, that"; attrib pesd2 length=3 label="Which of these specific reasons"; attrib pesd3 length=3 label="In what year did you last work at that"; attrib pesd4 length=3 label="Do you expect to be recalled to that"; attrib pesd5 length=3 label="Had you been given written advance"; attrib pesd6 length=3 label="How long before you were to have lost"; attrib pescow1 length=3 label="Class of Worker"; attrib pes1icd length=3 label="Industry Code"; attrib prsdind length=3 label="Detailed Industry Recode"; attrib pes1ocd length=3 label="Occupation Code"; attrib prsdocc length=3 label="Detailed Occupation Recode"; attrib pesd16 length=3 label="On that job, were you a member of a"; attrib pesd17 length=3 label="Did you have health insurance at that"; attrib pesd18a length=3 label="How long had you worked for (fill:"; attrib pesd18b length=3 label="How long had you worked for (fill:"; attrib pesd19 length=3 label="Did you usually work 35 hours or more"; attrib pesle1o length=3 label="Out variable for PUSLE1"; attrib pesle2 length=3 label="Did you usually receive overtime pay,"; attrib pesenh1o length=8 label="Out variable for hourly pay rate-lost"; attrib ptsenh1o length=3 label="Lost job hourly rate--topcode"; attrib pesle4o length=3 label="Out variable for how many hours did yo"; attrib pusle5 length=3 label="On the job you lost or left, how much"; attrib pusle6 length=3 label="How many hours did you usually work pe"; attrib pusle6d length=3 label="What is your best estimate of the"; attrib pusern length=8 label="Calculated weekly amount of overtime--"; attrib pusern2 length=8 label="Corrected calculated overtime amount--"; attrib ptsern length=3 label="Lost job overtime pay-topcode (PUSERN)"; attrib ptsern2 length=3 label="Corrected lost job overtime pay-topcod"; attrib pesle22 length=3 label="How many weeks a year did you get paid"; attrib pesd20 length=3 label="Did you receive unemployment insurance"; attrib pesd21 length=3 label="Did you exhaust your eligibility for"; attrib pesd22 length=3 label="Since that job ended, have you moved t"; attrib pesd23 length=3 label="Was the reason for the move to look fo"; attrib pesd24 length=3 label="Have you worked for pay since job"; attrib pesd25 length=3 label="After that job ended, how many weeks"; attrib pesd26 length=3 label="How many jobs have you held since that"; attrib pesd27 length=3 label="Other than Medicare or Medicaid, do yo"; attrib pesce2o length=3 label="An out variable for SCE2"; attrib pesce3 length=3 label="Do you usually receive overtime pay,"; attrib peseh1oa length=8 label="Out variable for hourly pay rate-"; attrib ptseh1oa length=3 label="Supplement current job hourly rate-"; attrib pusce5 length=3 label="How many hours do you usually work per"; attrib pesce5o length=3 label="Out variable for usual hours worked--"; attrib pusce6 length=3 label="(Fill:How/At your MAIN job, how) much"; attrib pusce7 length=3 label="How many hours do you usually work per"; attrib pusce8 length=3 label="What is your best estimate of the"; attrib pusern1 length=8 label="Calculated weekly amount of overtime--"; attrib pusern2a length=8 label="Corrected calculated weekly overtime"; attrib ptsern1 length=3 label="Supplement current job overtime pay-"; attrib ptsern2a length=3 label="Supplement current job calculated"; attrib pesce25 length=3 label="How many weeks a year do you get paid"; attrib prslwkly length=8 label="Recode for weekly earnings on lost job"; attrib ptslwkly length=3 label="Lost job weekly earnings-topcode"; attrib prscwkly length=8 label="Recode for weekly earnings on current"; attrib ptscwkly length=3 label="Supplement current job weekly earnings"; attrib peshry length=3 label="Hourly/Nonhourly Status -- Current Job"; attrib prshr length=8 label="Recode for hourly rate -- Current Job"; attrib prsupern length=3 label="Eligibility of current job supplement"; attrib pest1a length=3 label="How long have you been working"; attrib pest1b length=3 label="How long have you been working"; attrib pest3 length=3 label="Could you please give the exact number"; attrib pest4 length=3 label="Did you have any previous periods of"; attrib pest5a1 length=3 label="Altogether, how long have you worked"; attrib pest5b length=3 label="Altogether, how long have you worked"; attrib pusd7 length=3 label="Were you employed by government, by a"; attrib prsupsat length=3 label="Interview Status - Displaced Worker"; attrib pwsupwgt length=8 label="Displaced Worker Supplement Weight"; attrib prtensat length=3 label="Interview Status - Employee Tenure"; attrib pwtenwgt length=8 label="Employee Tenure Supplement Weight"; attrib prst1tn length=8 label="Recode for employer tenure, expressed"; attrib prsd18tn length=8 label="Recode for tenure on lost job,"; attrib prdispwk length=3 label="Recode for complete displaced worker"; 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 hufaminc 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 hrsample $4. @75 hrsersuf $2. @77 huhhnum 2. @79 hubus 2. @81 hubusl1 2. @83 hubusl2 2. @85 hubusl3 2. @87 hubusl4 2. @89 gereg 2. @91 gestcen 2. @93 gestfips 2. @95 gecmsa 2. @97 gemsa 4. @101 geco 3. @104 gemsast 1. @105 gemetsta 1. @106 geindvcc 1. @107 gemsasz 1. @108 gecmsasz 1. @109 hulensec 5. @114 proldrrp 2. @116 pupelig 2. @118 perrp 2. @120 peparent 2. @122 peage 2. @124 ptage 1. @125 pemaritl 2. @127 pespouse 2. @129 pesex 2. @131 puafever 2. @133 peafwhen 2. @135 peafnow 2. @137 peeduca 2. @139 perace 2. @141 prorigin 2. @143 puchinhh 2. @145 purelflg 2. @147 pulineno 2. @151 prfamnum 2. @153 prfamrel 2. @155 prfamtyp 2. @157 prhspnon 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. @252 pulbhsec 5. @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. @410 prusftpt 2. @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. @436 peio1icd 3. @439 peio1ocd 3. @442 peio2cow 2. @444 puio2mfg 2. @446 peio2icd 3. @449 peio2ocd 3. @452 puiock1 2. @454 puiock2 2. @456 puiock3 2. @458 prioelg 2. @460 prana 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 @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 pxafwhen 2. @669 pxafnow 2. @671 pxeduca 2. @673 pxrace 2. @675 pxnatvty 2. @677 pxmntvty 2. @679 pxfntvty 2. @683 pxorigin 2. @685 pxmlr 2. @687 pxret1 2. @689 pxabsrsn 2. @691 pxabspdo 2. @693 pxmjot 2. @695 pxmjnum 2. @697 pxhrusl1 2. @699 pxhrusl2 2. @701 pxhrftpt 2. @703 pxhruslt 2. @705 pxhrwant 2. @707 pxhrrsn1 2. @709 pxhrrsn2 2. @711 pxhract1 2. @713 pxhract2 2. @715 pxhractt 2. @717 pxhrrsn3 2. @719 pxhravl 2. @721 pxlayavl 2. @723 pxlaylk 2. @725 pxlaydur 2. @727 pxlayfto 2. @729 pxlkm1 2. @731 pxlkavl 2. @733 pxlkll1o 2. @735 pxlkll2o 2. @737 pxlklwo 2. @739 pxlkdur 2. @741 pxlkfto 2. @743 pxdwwnto 2. @745 pxdwrsn 2. @747 pxdwlko 2. @749 pxdwwk 2. @751 pxdw4wk 2. @753 pxdwlkwk 2. @755 pxdwavl 2. @757 pxdwavr 2. @759 pxjhwko 2. @761 pxjhrsn 2. @763 pxjhwant 2. @765 pxio1cow 2. @767 pxio1icd 2. @769 pxio1ocd 2. @771 pxio2cow 2. @773 pxio2icd 2. @775 pxio2ocd 2. @777 pxernuot 2. @779 pxernper 2. @781 pxernh1o 2. @783 pxernhro 2. @785 pxern 2. @791 pxernwkp 2. @793 pxernrt 2. @795 pxernhry 2. @797 pxernh2 2. @799 pxernlab 2. @801 pxerncov 2. @803 pxnlfjh 2. @805 pxnlfret 2. @807 pxnlfact 2. @809 pxschenr 2. @811 pxschft 2. @813 pxschlvl 2. @815 qstnum $5. @820 occurnum $2. @822 pedipged 2. @824 pehgcomp 2. @826 pecyc 2. @828 pegrprof 2. @830 pegr6cor 2. @832 pems123 2. @834 pxdipged 2. @836 pxhgcomp 2. @838 pxcyc 2. @840 pxgrprof 2. @842 pxgr6cor 2. @844 pxms123 2. @846 pwcmpwgt 10.4 @857 pesd1 2. @859 pesd2 2. @861 pesd3 2. @863 pesd4 2. @865 pesd5 2. @867 pesd6 2. @869 pescow1 2. @871 pes1icd 3. @874 prsdind 2. @876 pes1ocd 3. @879 prsdocc 2. @881 pesd16 2. @883 pesd17 2. @885 pesd18a 2. @887 pesd18b 2. @889 pesd19 2. @891 pesle1o 2. @893 pesle2 2. @895 pesenh1o 4.2 @899 ptsenh1o 2. @901 pesle4o 2. @903 pusle5 2. @905 pusle6 2. @907 pusle6d 2. @909 pusern 6.2 @915 pusern2 6.2 @921 ptsern 2. @923 ptsern2 2. @925 pesle22 2. @927 pesd20 2. @929 pesd21 2. @931 pesd22 2. @933 pesd23 2. @935 pesd24 2. @937 pesd25 3. @940 pesd26 2. @942 pesd27 2. @944 pesce2o 2. @946 pesce3 2. @948 peseh1oa 4.2 @952 ptseh1oa 2. @954 pusce5 2. @956 pesce5o 2. @958 pusce6 2. @960 pusce7 2. @962 pusce8 2. @964 pusern1 6.2 @970 pusern2a 6.2 @976 ptsern1 2. @978 ptsern2a 2. @981 pesce25 2. @982 prslwkly 6.2 @988 ptslwkly 2. @990 prscwkly 6.2 @996 ptscwkly 2. @998 peshry 2. @1000 prshr 4.2 @1004 prsupern 2. @1006 pest1a 2. @1008 pest1b 2. @1010 pest3 2. @1012 pest4 2. @1014 pest5a1 2. @1016 pest5b 2. @1018 pusd7 2. @1020 prsupsat 2. @1022 pwsupwgt 10.4 @1032 prtensat 2. @1034 pwtenwgt 10.4 @1044 prst1tn 4.2 @1048 prsd18tn 4.2 @1052 prdispwk 2. ; /*---------------------------------------------- The PROC FORMAT statement will store the formats in a sas data set called fcpfeb98 . To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fcpfeb98; PROC freq; tables PULAYCK1 ; format PULAYCK1 PULAYCKa.; For more information, consult the PROC FORMAT section of the SAS Procedures Guide ----------------------------------------------*/ PROC FORMAT cntlout=library.fcpfeb98; ; VALUE hufinal (default=32) 0 = "New Interview - Not Contacted" 1 = "Fully Complete CATI Interview" 2 = "Partially Completed CATI" 5 = "Labor Force Complete," 24 = "HH Occupied Entirely By Armed" 112 = "Partial Interview With Callback" 200 = "New Interview - Contacted" 201 = "CAPI Complete" 202 = "Callback Needed" 203 = "Sufficient Partial - Precloseout" 204 = "Sufficient Partial - At Closeout" 205 = "Labor Force Complete, - Suppl." 210 = "CAPI Complete Reinterview" 216 = "No One Home" 217 = "Temporarily Absent" 218 = "Refused" 219 = "Other Occupied - Specify" 224 = "Armed Forces Occupied Or Under" 225 = "Temp. Occupied W/persons With" 226 = "Vacant Regular" 227 = "Vacant - Storage Of Hhld" 228 = "Unfit, To Be Demolished" 229 = "Under Construction, Not Ready" 230 = "Converted To Temp Business Or" 231 = "Unoccupied Tent Or Trailer Site" 232 = "Permit Granted - Construction" 233 = "Other - Specify" 240 = "Demolished" 241 = "House Or Trailer Moved" 242 = "Outside Segment" 243 = "Converted To Perm. Business Or" 244 = "Merged" 245 = "Condemned" 246 = "Built After April 1, 1980" 247 = "Unused Serial No./Listing Sheet" 248 = "Other - Specify" ; VALUE huspnish (default=32) 1 = "Spanish Only Language Spoken" ; VALUE hetenure (default=32) 1 = "Owned Or Being Bought By A HH" 2 = "Rented For Cash" 3 = "Occupied Without Payment Of" ; VALUE hehousut (default=32) 0 = "Other Unit" 1 = "House, Apartment, Flat" 2 = "HU In Nontransient Hotel, Motel," 3 = "HU Permanent In Transient Hotel," 4 = "HU In Rooming House" 5 = "Mobile Home Or Trailer W/no" 6 = "Mobile Home Or Trailer W/1 Or" 7 = "HU Not Specified Above" 8 = "Quarters Not HU In Rooming Or" 9 = "Unit Not Perm. In Transient" 10 = "Unoccupied Tent Site Or Trlr" 11 = "Student Quarters In College 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 hufaminc (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 or more" ; VALUE hutypea (default=32) 1 = "No One Home (NOH)" 2 = "Temporarily Absent (TA)" 3 = "Refused (REF)" 4 = "Other Occupied - Specify" ; VALUE hutypb (default=32) 1 = "Vacant Regular" 2 = "Temporarily Occupied By" 3 = "Vacant-storage Of Hhld Furniture" 4 = "Unfit Or To Be Demolished" 5 = "Under Construction, Not Ready" 6 = "Converted To Temp Business Or" 7 = "Unoccupied Tent Site Or Trailer" 8 = "Permit Granted Construction Not" 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" 5 = "Merged" 6 = "Condemned" 8 = "Unused Line Of Listing Sheet" 9 = "Other - Specify" ; VALUE hrintsta (default=32) 1 = "Interview" 2 = "Type A Non-interview" 3 = "Type B Non-interview" 4 = "Type C Non-interview" ; VALUE hrhtype (default=32) 0 = "Non-interview Household" 1 = "Husband/Wife Primary Family" 2 = "Husb/Wife Prim. Family" 3 = "Unmarried Civilian Male-Prim." 4 = "Unmarried Civ. Female-Prim Fam" 5 = "Primary Family HHLDER-RP In" 6 = "Civilian Male Primary Individual" 7 = "Civilian Female Primary" 8 = "Primary Individual HHLD-RP In" 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" 2 = "Mis 2-4 Or Mis 6-8" 3 = "Mis 5" ; VALUE hubus (default=32) 1 = "Yes" 2 = "No" ; VALUE gereg (default=32) 1 = "Northeast" 2 = "Midwest (Formerly North Central)" 3 = "South" 4 = "West" ; VALUE gestcen (default=32) 11 = "ME" 12 = "NH" 13 = "VT" 14 = "MA" 15 = "RI" 16 = "CT" 21 = "NY" 22 = "NJ" 23 = "PA" 31 = "OH" 32 = "IN" 33 = "IL" 34 = "MI" 35 = "WI" 41 = "MN" 42 = "IA" 43 = "MO" 44 = "ND" 45 = "SD" 46 = "NE" 47 = "KS" 51 = "DE" 52 = "MD" 53 = "DC" 54 = "VA" 55 = "WV" 56 = "NC" 57 = "SC" 58 = "GA" 59 = "FL" 61 = "KY" 62 = "TN" 63 = "AL" 64 = "MS" 71 = "AR" 72 = "LA" 73 = "OK" 74 = "TX" 81 = "MT" 82 = "ID" 83 = "WY" 84 = "CO" 85 = "NM" 86 = "AZ" 87 = "UT" 88 = "NV" 91 = "WA" 92 = "OR" 93 = "CA" 94 = "AK" 95 = "HI" ; VALUE gestfips (default=32) 1 = "AL" 2 = "AK" 4 = "AZ" 5 = "AR" 6 = "CA" 8 = "CO" 9 = "CT" 10 = "DE" 11 = "DC" 12 = "FL" 13 = "GA" 15 = "HI" 16 = "ID" 17 = "IL" 18 = "IN" 19 = "IA" 20 = "KS" 21 = "KY" 22 = "LA" 23 = "ME" 24 = "MD" 25 = "MA" 26 = "MI" 27 = "MN" 28 = "MS" 29 = "MO" 30 = "MT" 31 = "NE" 32 = "NV" 33 = "NH" 34 = "NJ" 35 = "NM" 36 = "NY" 37 = "NC" 38 = "ND" 39 = "OH" 40 = "OK" 41 = "OR" 42 = "PA" 44 = "RI" 45 = "SC" 46 = "SD" 47 = "TN" 48 = "TX" 49 = "UT" 50 = "VT" 51 = "VA" 53 = "WA" 54 = "WV" 55 = "WI" 56 = "WY" ; VALUE gecmsa (default=32) 0 = "Not Identified Or" ; VALUE gemsa (default=32) 0 = "Not Identified Or Non" ; VALUE geco (default=32) 0 = "Not Identified" ; VALUE gemsast (default=32) 1 = "Central City" 2 = "Balance" 3 = "Nonmetropolitan" 4 = "Not Identified" ; VALUE gemetsta (default=32) 1 = "Metropolitan" 2 = "Nonmetropolitan" 3 = "Not Identified" ; VALUE geindvcc (default=32) 0 = "Not Identified, Nonmetropolitan," ; VALUE gemsasz (default=32) 0 = "Not Identified Or" 2 = "100,000 - 249,999" 3 = "250,000 - 499,999" 4 = "500,000 - 999,999" 5 = "1,000,000 - 2,499,999" 6 = "2,500,000 - 4,999,999" 7 = "5,000,000+" ; VALUE gecmsasz (default=32) 0 = "Not Identified Or" 2 = "100,000 - 249,999" 3 = "250,000 - 499,999" 4 = "500,000 - 999,999" 5 = "1,000,000 - 2,499,999" 6 = "2,500,000 - 4,999,999" 7 = "5,000,000+" ; VALUE proldrrp (default=32) 1 = "Ref Pers With Other Relatives" 2 = "Ref Pers With No Other" 3 = "Spouse" 4 = "Child" 5 = "Grandchild" 6 = "Parent" 7 = "Brother/Sister" 8 = "Other Relative" 9 = "Foster Child" 10 = "Non-rel Of Ref Per W/Own Rels" 11 = "Partner/Roommate" 12 = "Non-rel Of Ref Per W/No Own" ; VALUE pupelig (default=32) 1 = "Eligible For Interview" 2 = "Labor Force Fully Complete" 3 = "Missing Labor Force Data For" 4 = "(Not Used)" 5 = "Assigned If Age Is Blank" 6 = "Armed Forces Member" 7 = "Under 15 Years Old" 8 = "Not A HH Member" 9 = "Deleted" 10 = "Deceased" 11 = "End Of List" 12 = "After End Of List" ; 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" 13 = "Unmarried Partner W/Rels." 14 = "Unmarried Partner W/Out Rels." 15 = "Housemate/Roommate W/Rels." 16 = "Housemate/Roommate W/Out" 17 = "Roomer/Boarder W/Rels." 18 = "Roomer/Boarder W/Out Rels." ; VALUE peparent (default=32) -1 = "No Parent" ; VALUE ptage (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 puafever (default=32) 1 = "Yes" 2 = "No" ; VALUE peafwhen (default=32) 1 = "Vietnam Era (8/64-4/75)" 2 = "Korean War (6/50-1/55)" 3 = "World War II (9/40-7/47)" 4 = "World War I (4/17-11/18)" 5 = "Other Service (All Other" 6 = "Nonveteran" ; VALUE peafnow (default=32) 1 = "Yes" 2 = "No" ; VALUE peeduca (default=32) 31 = "Less Than 1st Grade" 32 = "1st, 2nd, 3rd Or 4th Grade" 33 = "5th Or 6th Grade" 34 = "7th Or 8th Grade" 35 = "9th Grade" 36 = "10th Grade" 37 = "11th Grade" 38 = "12th Grade No Diploma" 39 = "High School Grad-Diploma Or" 40 = "Some College But No Degree" 41 = "Associate Degree-" 42 = "Associate Degree-Academic" 43 = "Bachelor's Degree (Ex: BA," 44 = "Master's Degree (Ex: MA, MS," 45 = "Professional School Deg (Ex:" 46 = "Doctorate Degree (Ex: PHD," ; VALUE perace (default=32) 1 = "White" 2 = "Black" 3 = "American Indian, Aleut, Eskimo" 4 = "Asian Or Pacific Islander" ; VALUE prorigin (default=32) 1 = "Mexican American" 2 = "Chicano" 3 = "Mexican (Mexicano)" 4 = "Puerto Rican" 5 = "Cuban" 6 = "Central Or South American" 7 = "Other Spanish" 8 = "All Other" 9 = "Don't Know" 10 = "NA" ; VALUE puchinhh (default=32) 1 = "Person Added" 2 = "Person Added - URE" 3 = "Person Undeleted" 4 = "Person Died" 5 = "Deleted For Reason Other Than" 6 = "Person Joined Armed Forces" 7 = "Person No Longer In Af" 9 = "Change In Demographic" ; VALUE purelflg (default=32) 0 = "Not Owner Or Related To" 1 = "Owner Of Bus Or Related To" ; VALUE prfamnum (default=32) 0 = "Not A Family Member" 1 = "Primary Family Member Only" 2 = "Subfamily No. 2 Member" 3 = "Subfamily No. 3 Member" 4 = "Subfamily No. 4 Member" 5 = "Subfamily No. 5 Member" 6 = "Subfamily No. 6 Member" 7 = "Subfamily No. 7 Member" 8 = "Subfamily No. 8 Member" 9 = "Subfamily No. 9 Member" 10 = "Subfamily No. 10 Member" 11 = "Subfamily No. 11 Member" 12 = "Subfamily No. 12 Member" 13 = "Subfamily No. 13 Member" 14 = "Subfamily No. 14 Member" 15 = "Subfamily No. 15 Member" 16 = "Subfamily No. 16 Member" 17 = "Subfamily No. 17 Member" 18 = "Subfamily No. 18 Member" 19 = "Subfamily No. 19 Member" ; VALUE prfamrel (default=32) 0 = "Not A Family Member" 1 = "Reference Person" 2 = "Spouse" 3 = "Child" 4 = "Other Relative (Primary Family" ; VALUE prfamtyp (default=32) 1 = "Primary Family" 2 = "Primary Individual" 3 = "Related Subfamily" 4 = "Unrelated Subfamily" 5 = "Secondary Individual" ; VALUE prhspnon (default=32) 1 = "Hispanic" 2 = "Non-Hispanic" ; VALUE prmarsta (default=32) 1 = "Married, Civilian Spouse" 2 = "Married, Armed Forces Spouse" 3 = "Married, Spouse Absent (Exc." 4 = "Widowed" 5 = "Divorced" 6 = "Separated" 7 = "Never Married" ; VALUE prpertyp (default=32) 1 = "Child Household Member" 2 = "Adult Civilian Household" 3 = "Adult Armed Forces Household" ; VALUE penatvty (default=32) 57 = "United States" 72 = "Puerto Rico" 96 = "U.S. Outlying Area" 555 = "Abroad, Country Not Known" ; VALUE pemntvty (default=32) 57 = "United States" 72 = "Puerto Rico" 96 = "U.S. Outlying Area" 555 = "Abroad, Country Not Known" ; VALUE pefntvty (default=32) 57 = "United States" 72 = "Puerto Rico" 96 = "U.S. Outlying Area" 555 = "Abroad, Country Not Known" ; VALUE prcitshp (default=32) 1 = "Native, Born In The United" 2 = "Native, Born In Puerto Rico Or" 3 = "Native, Born Abroad Of" 4 = "Foreign Born, U.S. Citizen By" 5 = "Foreign Born, Not A Citizen Of" ; 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" 13 = "1992-1993" 14 = "1994-1995" 15 = "1996-1998" ; 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" ; 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" 4 = "Vacation/Personal Days" 5 = "Own Illness/Injury/Medical" 6 = "Child Care Problems" 7 = "Other Family/Personal" 8 = "Maternity/Paternity Leave" 9 = "Labor Dispute" 10 = "Weather Affected Job" 11 = "School/Training" 12 = "Civic/Military Duty" 13 = "Does Not Work In The" 14 = "Other (Specify)" ; VALUE peabspdo (default=32) 1 = "Yes" 2 = "No" ; VALUE pemjot (default=32) 1 = "Yes" 2 = "No" ; VALUE pemjnum (default=32) 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" 6 = "Health/Medical Limitations" 7 = "School/Training" 8 = "Retired/Social Security Limit On" 9 = "Full-time Workweek Is Less" 10 = "Other - Specify" ; VALUE pehrrsnb (default=32) 1 = "Child Care Problems" 2 = "Other Family/Personal" 3 = "Health/Medical Limitations" 4 = "School/Training" 5 = "Retired/Social Security Limit On" 6 = "Full-Time Workweek Less Than" 7 = "Other - Specify" ; VALUE pehrrsnc (default=32) 1 = "Slack Work/Business Conditions" 2 = "Seasonal Work" 3 = "Job Started Or Ended During" 4 = "Vacation/Personal Day" 5 = "Own Illness/Injury/Medical" 6 = "Holiday (Legal Or Religious)" 7 = "Child Care Problems" 8 = "Other Family/Personal" 9 = "Labor Dispute" 10 = "Weather Affected Job" 11 = "School/Training" 12 = "Civic/Military Duty" 13 = "Other Reason" ; 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" 2 = "If Entry Of 1 In Mj And Entry" 3 = "If Entry Of 2, D Or R In Mj And" 4 = "If Entry Of 1 In BUS1 And Entry" 5 = "All Others Goto HRCK3-C" ; VALUE puhrck3l (default=32) 1 = "If Entry Of 1 In ABSOT Or" 2 = "If Entry Of 3 In Ret1 Goto" 3 = "If Entry In HRUSLt Is 0-34" 4 = "If Entry In HRUSLt Is 35+ Goto" 5 = "All Others Goto HRCK4-C" 6 = "Goto PUHRCK4" ; VALUE puhrck4l (default=32) 1 = "If Entry Of 1, D, R OR V In" 2 = "If ENTRY OF 2, D Or R In" 3 = "If HRUSLT Is 0-34 Then GOTO" 4 = "If Entry Of 2 In HRFTPT Then" 5 = "All Others GOTO HRACT1" ; VALUE puhrck5l (default=32) 1 = "If Entry Of 1 In MJOT Goto" 2 = "All Others Goto HRCK6-C" ; VALUE puhrck6l (default=32) 1 = "If HRACT1 And HRACT2 Eq 0" 2 = "If HRACT1 And HRACT2 Eq 0" 3 = "All Others Goto HRACTt-C" ; VALUE puhrck7l (default=32) 1 = "(If Entry Of 2, D Or R In Bus2)" 2 = "(If Entry Of 2, D Or R In Bus2)" 3 = "(If HRUSLt Is 35+ Or If Entry Of" 4 = "If Entry Of 1 In HRWANT And" 5 = "All Others Goto HRCK8" ; VALUE puhrck1b (default=32) 1 = "If Entry Of 2, D Or R In BUS2" 2 = "All Others Goto Iock1" ; VALUE pulaydt (default=32) 1 = "Yes" 2 = "No" ; VALUE pulay6m (default=32) 1 = "Yes" 2 = "No" ; VALUE pelayavl (default=32) 1 = "Yes" 2 = "No" ; VALUE pulayavr (default=32) 1 = "Own Temporary Illness" 2 = "Going To School" 3 = "Other" ; VALUE pelaylk (default=32) 1 = "Yes" 2 = "No" ; VALUE pelayfto (default=32) 1 = "Yes" 2 = "No" ; VALUE pulaycka (default=32) 1 = "Goto PULAYCK3" 2 = "Goto PULAYFT" 3 = "Goto PULAYDR" ; VALUE pulayckb (default=32) 1 = "Goto PULAYDR3" 2 = "Goto PULAYFT" ; VALUE pulayckc (default=32) 1 = "MISCK = 5 GOTO IO1INT" 2 = "I-ICR = 1 OR I-OCR = 1, GOTO" 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" 2 = "Contacted Public Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 12 = "Nothing" 13 = "Other Passive" ; VALUE pulkm2l (default=32) 1 = "Contacted Employer" 2 = "Contacted Pulbic Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 13 = "Other Passive" ; VALUE pulkm3l (default=32) 1 = "Contacted Employer" 2 = "Contacted Public Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 13 = "Other Passive" ; VALUE pulkm4l (default=32) 1 = "Contacted Employer" 2 = "Contacted Pulbic Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 13 = "Other Passive" ; VALUE pulkm5l (default=32) 1 = "Contacted Employer" 2 = "Contacted Public Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 13 = "Other Passive" ; VALUE pulkm6l (default=32) 1 = "Contacted Employer" 2 = "Contacted Pulbic Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 13 = "Other Passive" ; VALUE pulkdk1l (default=32) 1 = "Contacted Employer" 2 = "Contacted Public Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 12 = "Nothing" 13 = "Other Passive" ; VALUE pulkdk2l (default=32) 1 = "Contacted Employer" 2 = "Contacted Public Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 13 = "Other Passive" ; VALUE pulkdk3l (default=32) 1 = "Contacted Employer" 2 = "Contacted Public Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 13 = "Other Passive" ; VALUE pulkdk4l (default=32) 1 = "Contacted Employer" 2 = "Contacted Public Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 13 = "Other Passive" ; VALUE pulkdk5l (default=32) 1 = "Contacted Employer" 2 = "Contacted Public Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 13 = "Other Passive" ; VALUE pulkdk6l (default=32) 1 = "Contacted Employer" 2 = "Contacted Public Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 13 = "Other Passive" ; VALUE pulkps1l (default=32) 1 = "Contacted Employer" 2 = "Contacted Public Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 12 = "Nothing" 13 = "Other Passive" ; VALUE pulkps2l (default=32) 1 = "Contacted Employer" 2 = "Contacted Public Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 13 = "Other Passive" ; VALUE pulkps3l (default=32) 1 = "Contacted Employer" 2 = "Contacted Public Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 13 = "Other Passive" ; VALUE pulkps4l (default=32) 1 = "Contacted Employer" 2 = "Contacted Public Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 13 = "Other Passive" ; VALUE pulkps5l (default=32) 1 = "Contacted Employer" 2 = "Contacted Public Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 13 = "Other Passive" ; VALUE pulkps6l (default=32) 1 = "Contacted Employer" 2 = "Contacted Public Employment" 3 = "Contacted Private Employment" 4 = "Contacted Friends Or Relatives" 5 = "Contacted School/University" 6 = "Sent Out Resumes/Filled Out" 7 = "Checked Union/Professional" 8 = "Placed Or Answered Ads" 9 = "Other Active" 10 = "Looked At Ads" 11 = "Attended Job Training" 13 = "Other Passive" ; VALUE pelkavl (default=32) 1 = "Yes" 2 = "No" ; VALUE pulkavr (default=32) 1 = "Waiting For New Job To Begin" 2 = "Own Temporary Illness" 3 = "Going To School" 4 = "Other - Specify" ; VALUE pelkll1o (default=32) 1 = "Working" 2 = "School" 3 = "Left Military Service" 4 = "Something Else" ; VALUE pelkll2o (default=32) 1 = "Lost Job" 2 = "Quit Job" 3 = "Temporary Job Ended" ; VALUE pelklwo (default=32) 1 = "Within The Last 12 Months" 2 = "More Than 12 Months Ago" 3 = "Never Worked" ; VALUE pelkfto (default=32) 1 = "Yes" 2 = "No" 3 = "Doesn't Matter" ; VALUE pedwwnto (default=32) 1 = "Yes, Or Maybe, It Depends" 2 = "No" 3 = "Retired" 4 = "Disabled" 5 = "Unable" ; VALUE pedwrsn (default=32) 1 = "Believes No Work Available In" 2 = "Couldn't Find Any Work" 3 = "Lacks Necessary" 4 = "Employers Think Too Young Or" 5 = "Other Types Of Discrimination" 6 = "Can't Arrange Child Care" 7 = "Family Responsibilities" 8 = "In School Or Other Training" 9 = "Ill-health, Physical 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" 2 = "If Entry Of 3 On Absrsn Goto" 3 = "If Entry Of 1 In Ret1, Store 1" 4 = "All Others Goto PUDWWNT" ; VALUE pudwck2l (default=32) 1 = "If Entry In Dis1 Or Dis2 Goto" 2 = "If Entry Of 4 In Dwwnt Goto" 3 = "If Entry Of 5 In Dwwnt Goto" 4 = "All Others Goto PUDWCK4" ; VALUE pudwck3l (default=32) 1 = "If AGERNG Equals 1-4 Or 9" 2 = "All Others Goto PUNLFCK2" ; VALUE pudwck4l (default=32) 1 = "If Entry Of 10 And/or 11 And/or" 2 = "If Entry Of 10 And/or 11 And/or" 3 = "If Entry Of 10 And/or 11 And/Or" 4 = "All Others Goto PUDWRSN" ; VALUE pudwck5l (default=32) 1 = "If Entry Of 1 In LK Then Store 1" 2 = "All Others Goto PUDWLK" ; VALUE pejhwko (default=32) 1 = "Yes" 2 = "No" ; VALUE pujhdp1o (default=32) 1 = "Yes" 2 = "No" ; VALUE pejhrsn (default=32) 1 = "Personal/Family (Including" 2 = "Return To School" 3 = "Health" 4 = "Retirement Or Old Age" 5 = "Temp, Seasonal Or Intermittent" 6 = "Slack Work/business Conditions" 7 = "Unsatisfactory Work" 8 = "Other - Specify" ; VALUE pejhwant (default=32) 1 = "Yes, Or It Depends" 2 = "No" ; VALUE pujhck1l (default=32) 1 = "PURET1 = 1, -2, Or -3 Then" 2 = "If MISCK Equals 4 Or 8 Then" 3 = "All Others Goto PUNLFCK1" ; VALUE pujhck2l (default=32) 1 = "If Entry Of 1 In DWWK And I-" 2 = "If Entry Of 2, D Or R In DWWK" 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" 5 = "Ft Paid-Maternity/Paternity" 6 = "Ft Paid-Labor Dispute" 7 = "Ft Paid-Weather Affected Job" 8 = "Ft Paid-School/Training" 9 = "Ft Paid-Civic/Military Duty" 10 = "Ft Paid-Other" 11 = "Ft Unpaid-Vacation" 12 = "Ft Unpaid-Own Illness" 13 = "Ft Unpaid-Child Care Problems" 14 = "Ft Unpaid-Other Fam/Personal" 15 = "Ft Unpaid-Maternity/Paternity" 16 = "Ft Unpaid-Labor Dispute" 17 = "Ft Unpaid-Weather Affected" 18 = "Ft Unpaid-School/Training" 19 = "Ft Unpaid-Civic/Military Duty" 20 = "Ft Unpaid-Other" 21 = "Pt Paid-Vacation" 22 = "Pt Paid-Own Illness" 23 = "Pt Paid-Child Care Problems" 24 = "Pt Paid-Other Family/Personal" 25 = "Pt Paid-Maternity/Paternity" 26 = "Pt Paid-Labor Dispute" 27 = "Pt Paid-Weather Affected Job" 28 = "Pt Paid-School/Training" 29 = "Pt Paid-Civic/Military Duty" 30 = "Pt Paid-Other" 31 = "Pt Unpaid-Vacation" 32 = "Pt Unpaid-Own Illness" 33 = "Pt Unpaid-Child Care Problems" 34 = "Pt Unpaid-Other Fam/Personal" 35 = "Pt Unpaid-Maternity/Paternity" 36 = "Pt Unpaid-Labor Dispute" 37 = "Pt Unpaid-Weather Affected" 38 = "Pt Unpaid-School/Training" 39 = "Pt Unpaid-Civic/Military Duty" 40 = "Pt Unpaid-Other" ; VALUE prcivlf (default=32) 1 = "In Civilian Labor Force" 2 = "Not In Civilian Labor Force" ; VALUE prdisc (default=32) 1 = "Discouraged Worker" 2 = "Conditionally Interested" 3 = "Not Available" ; VALUE premphrs (default=32) 0 = "Unemployed And Nilf" 1 = "W/job, Not At Work-Illnes" 2 = "W/job, Not At Work-Vacation" 3 = "W/job, Not At Work-Weather" 4 = "W/job, Not At Work-Labor" 5 = "W/job, Not At Work-Child Care" 6 = "W/job, Not At Work-Fam/Pers" 7 = "W/job, Not At Work-" 8 = "W/job, Not At Work-" 9 = "W/job, Not At Work-" 10 = "W/job, Not At Work-Does Not" 11 = "W/job, Not At Work-Other" 12 = "At Work- 1-4 Hrs" 13 = "At Work- 5-14 Hrs" 14 = "At Work- 15-21 Hrs" 15 = "At Work- 22-29 Hrs" 16 = "At Work- 30-34 Hrs" 17 = "At Work- 35-39 Hrs" 18 = "At Work- 40 Hrs" 19 = "At Work- 41-47 Hrs" 20 = "At Work- 48 Hrs" 21 = "At Work- 49-59 Hrs" 22 = "At Work- 60 Hrs Or More" ; VALUE prempnot (default=32) 1 = "Employed" 2 = "Unemployed" 3 = "Not In Labor Force (NILF)-" 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 4 Weeks - Not" 2 = "Looked Last 4 Weeks - Worked" 3 = "Looked Last 4 Weeks - Layoff" 4 = "Unavailable Job Seekers" 5 = "No Recent Job Search" ; VALUE prpthrs (default=32) 0 = "Usually FT, PT For" 1 = "Usu.FT, Pt Econ Reasons;" 2 = "Usu.FT, Pt Econ Reasons;" 3 = "Usu.FT, Pt Econ Reasons;" 4 = "Usu.FT, Pt Econ Reasons;" 5 = "Usu.PT, Econ Reasons; 1-4 Hrs" 6 = "Usu.PT, Econ Reasons;" 7 = "Usu.PT, Econ Reasons;" 8 = "Usu.PT, Econ Reasons;" 9 = "Usu.PT, Non-Econ Reasons;" 10 = "Usu.PT, Non-Econ Reasons;" 11 = "Usu.PT, Non-Econ Reasons;" 12 = "Usu.PT, Non-Econ Reasons;" ; VALUE prptrea (default=32) 1 = "Usu. FT-Slack Work/Business" 2 = "Usu. FT-Seasonal Work" 3 = "Usu. FT-Job Started/Ended" 4 = "Usu. FT-Vacation/Personal Day" 5 = "Usu. FT-Own Illness/ Injury/" 6 = "Usu. FT-Holiday (Religious Or" 7 = "Usu. FT-Child Care Problems" 8 = "Usu. FT-Other Fam/Pers" 9 = "Usu. FT-Labor Dispute" 10 = "Usu. FT-Weather Affected Job" 11 = "Usu. FT-School/Training" 12 = "Usu. FT-Civic/Military Duty" 13 = "Usu. FT-Other Reason" 14 = "Usu. PT-Slack Work/Business" 15 = "Usu. PT-Could Only Find PT" 16 = "Usu. PT-Seasonal Work" 17 = "Usu. PT-Child Care Problems" 18 = "Usu. PT-Other Fam/Pers" 19 = "Usu. PT-Health/Medical" 20 = "Usu. PT-School/Training" 21 = "Usu. PT-Retired/S.S. Limit On" 22 = "Usu. PT-Workweek <35 Hours" 23 = "Usu. PT-Other Reason" ; VALUE prusftpt (default=32) 1 = "Full Time" 2 = "Part Time" 3 = "Status Unknown" ; VALUE pruntype (default=32) 1 = "Job Loser/On Layoff" 2 = "Other Job Loser" 3 = "Temporary Job Ended" 4 = "Job Leaver" 5 = "Re-Entrant" 6 = "New-Entrant" ; VALUE prwksch (default=32) 0 = "Not In Labor Force" 1 = "At Work" 2 = "With Job, Not At Work" 3 = "Unemployed, Seeks FT" 4 = "Unemployed, Seeks PT" ; VALUE prwkstat (default=32) 1 = "Not In Labor Force" 2 = "FT Hours (35+), Usually FT" 3 = "PT For Economic Reasons," 4 = "PT For Non-Economic Reasons," 5 = "Not At Work, Usually FT" 6 = "PT Hrs, Usually PT For" 7 = "PT Hrs, Usually PT For Non-" 8 = "FT Hours, Usually PT For" 9 = "FT Hours, Usually PT For Non-" 10 = "Not At Work, Usually Part-Time" 11 = "Unemployed FT" 12 = "Unemployed PT" ; 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" 2 = "All Others Goto PUJHRSN" ; VALUE pujhck4l (default=32) 1 = "If Entry Of 2, D Or R In" 2 = "If Entry Of 1 In PUDW4WK Or" 3 = "If I-MLR Equals 1 Or 2 And" 4 = "If Entry In PUJHRSN Then Goto" 5 = "All Others Goto PUNLFCK1" ; VALUE pujhck5l (default=32) 1 = "If I-IO1ICR Equals 1 Or I-" 2 = "All Others Goto PUIOCK5" ; VALUE puiodp1l (default=32) 1 = "Yes" 2 = "No" ; VALUE puiodp2l (default=32) 1 = "Yes" 2 = "No" ; VALUE puiodp3l (default=32) 1 = "YES" 2 = "NO" ; VALUE peio1cow (default=32) 1 = "Government - Federal" 2 = "Government - State" 3 = "Government - Local" 4 = "Private, For Profit" 5 = "Private, Nonprofit" 6 = "Self-Employed, Incorporated" 7 = "Self-Employed, Unincorporated" 8 = "Without Pay" ; VALUE puio1mfg (default=32) 1 = "Manufacturing" 2 = "Retail Trade" 3 = "Wholesale Trade" 4 = "Something Else" ; VALUE peio2cow (default=32) 1 = "Government - Federal" 2 = "Government - State" 3 = "Government - Local" 4 = "Private, For Profit" 5 = "Private, Nonprofit" 6 = "Self-Employed, Incorporated" 7 = "Self-Employed, Unincorporated" 8 = "Without Pay" 9 = "Unknown" 10 = "Government, Level Unknown" 11 = "Self-Employed, Incorp. Status" ; VALUE puio2mfg (default=32) 1 = "Manufacturing" 2 = "Retail Trade" 3 = "Wholesale Trade" 4 = "Something Else" ; VALUE puiock1l (default=32) 1 = "If {MISCK Eq 1 Or 5) Or MISCK" 2 = "If (MISCK Eq 1 Or 5) Or" 3 = "If I-IO1NAM Is D, R Or Blank" 4 = "All Others Goto PUIODP1" ; VALUE puiock2l (default=32) 1 = "If I-IO1ICR Eq 1 Then Goto" 2 = "If I-IO1OCR Eq 1 Then Goto" 3 = "All Others Goto PUIODP2" ; VALUE puiock3l (default=32) 1 = "If I-IO1OCC Equals D, R Or" 2 = "If I-IO1DT1 Is D, R Or Blank" 3 = "All Others Goto PUIODP3" ; VALUE prioelg (default=32) 0 = "Not Eligible For Edit" 1 = "Eligible For Edit" ; VALUE prana (default=32) 1 = "Agricultural" 2 = "Non-Agricultural" ; VALUE prcow1l (default=32) 1 = "Federal Govt" 2 = "State Govt" 3 = "Local Govt" 4 = "Private (Incl. Self-employed" 5 = "Self-Employed, Unincorp." 6 = "Without Pay" ; VALUE prcow2l (default=32) 1 = "Federal Govt" 2 = "State Govt" 3 = "Local Govt" 4 = "Private (Incl. Self-employed" 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," 3 = "Agri., Self-Employed" 4 = "Agri., Unpaid" 5 = "NonAg, WS, Private, Private" 6 = "NonAg, WS, Private, Other" 7 = "NonAg, WS, Govt, Federal" 8 = "NonAg, WS, Govt, State" 9 = "NonAg, WS, Govt, Local" 10 = "NonAg, Self-Employed" 11 = "NonAg, Unpaid" ; VALUE prdtcowb (default=32) 1 = "Agri., Wage & Salary, Private" 2 = "Agri., Wage & Salary," 3 = "Agri., Self-Employed" 4 = "Agri., Unpaid" 5 = "NonAg, WS, Private, Private" 6 = "NonAg, WS, Private, Other" 7 = "NonAg, WS, Govt, Federal" 8 = "NonAg, WS, Govt, State" 9 = "NonAg, WS, Govt, Local" 10 = "NonAg, Self-Employed" 11 = "NonAg, Unpaid" ; VALUE prdtinda (default=32) 1 = "Goods Producing-Agricultural" 2 = "Goods Producing-Other" 3 = "Mining" 4 = "Construction" 5 = "Mfg-Lumber & Wood Prods, Ex" 6 = "Mfg-Furniture & Fixtures" 7 = "Mfg-Stone, Clay, Concrete," 8 = "Mfg-Primary Metals" 9 = "Mfg-Fabricated Metals" 10 = "Mfg-Not Specified Metal" 11 = "Mfg-Machinery, Ex Electrical" 12 = "Mfg-Electrical Machinery, Equip" 13 = "Mfg-Motor Vehicles & Equip" 14 = "Mfg-Aircraft & Parts" 15 = "Mfg-Other Transportation" 16 = "Mfg-Professional & Photo" 17 = "Mfg-Toys, Amusement &" 18 = "Mfg-Misc & Nec Mfg Industries" 19 = "Mfg-Food & Kindred Prods" 20 = "Mfg-Tobacco Prods" 21 = "Mfg-Textile Mill Prods" 22 = "Mfg-Apparel & Other Finished" 23 = "Mfg-Paper & Allied Products" 24 = "Mfg-Printing, Publishing &" 25 = "Mfg-Chemicals & Allied Prods" 26 = "Mfg-Petroleum & Coal Prods" 27 = "Mfg-Rubber & Misc Plastic" 28 = "Mfg-Leather & Leather Prods" 29 = "Transportation" 30 = "Communications" 31 = "Utilities & Sanitary Services" 32 = "Wholesale Trade" 33 = "Eating And Drinking Places" 34 = "Other Retail Trade" 35 = "Banking And Other Finance" 36 = "Insurance And Real Estate" 37 = "Private Household Services" 38 = "Business Services" 39 = "Automobile And Repair" 40 = "Personal Serv Exc Private" 41 = "Entertainment & Recreation" 42 = "Hospitals" 43 = "Health Services, Exc. Hospitals" 44 = "Educational Services" 45 = "Social Services" 46 = "Other Professional Services" 47 = "Forestry & Fisheries" 48 = "Justice, Public Order & Safety" 49 = "Admin Of Human Resource" 50 = "National Security & Internal" 51 = "Other Public Administration" 52 = "Armed Forces" ; VALUE prdtindb (default=32) 1 = "Goods Producing-Agricultural" 2 = "Goods Producing-Other" 3 = "Mining" 4 = "Construction" 5 = "Mfg-Lumber & Wood Prods, Ex" 6 = "Mfg-Furniture & Fixtures" 7 = "Mfg-Stone, Clay, Concrete," 8 = "Mfg-Primary Metals" 9 = "Mfg-Fabricated Metals" 10 = "Mfg-Not Specified Metal" 11 = "Mfg-Machinery, Ex Electrical" 12 = "Mfg-Electrical Machinery, Equip" 13 = "Mfg-Motor Vehicles & Equip" 14 = "Mfg-Aircraft & Parts" 15 = "Mfg-Other Transportation" 16 = "Mfg-Professional & Photo" 17 = "Mfg-Toys, Amusement &" 18 = "Mfg-Misc & Nec Mfg Industries" 19 = "Mfg-Food & Kindred Prods" 20 = "Mfg-Tobacco Prods" 21 = "Mfg-Textile Mill Prods" 22 = "Mfg-Apparel & Other Finished" 23 = "Mfg-Paper & Allied Products" 24 = "Mfg-Printing, Publishing &" 25 = "Mfg-Chemicals & Allied Prods" 26 = "Mfg-Petroleum & Coal Prods" 27 = "Mfg-Rubber & Misc Plastic" 28 = "Mfg-Leather & Leather Prods" 29 = "Transportation" 30 = "Communications" 31 = "Utilities & Sanitary Services" 32 = "Wholesale Trade" 33 = "Eating And Drinking Places" 34 = "Other Retail Trade" 35 = "Banking And Other Finance" 36 = "Insurance And Real Estate" 37 = "Private Household Services" 38 = "Business Services" 39 = "Automobile And Repair" 40 = "Personal Serv Exc Private" 41 = "Entertainment & Recreation" 42 = "Hospitals" 43 = "Health Services, Exc. Hospitals" 44 = "Educational Services" 45 = "Social Services" 46 = "Other Professional Services" 47 = "Forestry & Fisheries" 48 = "Justice, Public Order & Safety" 49 = "Admin Of Human Resource" 50 = "National Security & Internal" 51 = "Other Public Administration" 52 = "Armed Forces" ; VALUE prdtocca (default=32) 1 = "Officials & Administrators," 2 = "Other Executive, Admin. &" 3 = "Management Related" 4 = "Engineers" 5 = "Mathematical And Computer" 6 = "Natural Scientists" 7 = "Health Diagnosing Occupations" 8 = "Health Assessment And" 9 = "Teachers, College And" 10 = "Teachers, Except College And" 11 = "Lawyers And Judges" 12 = "Other Professional Specialty" 13 = "Health Technologists And" 14 = "Engineering And Science" 15 = "Technicians, Except Health," 16 = "Supervisors And Proprietors," 17 = "Sales Reps, Finance And" 18 = "Sales Reps, Commodities," 19 = "Sales Workers, Retail &" 20 = "Sales Related Occupations" 21 = "Supervisors, Administrative" 22 = "Computer Equiptment" 23 = "Secretaries, Stenographers," 24 = "Financial Records Processing" 25 = "Mail And Message Distribution" 26 = "Other Admin. Support," 27 = "Private Household Service" 28 = "Protective Service" 29 = "Food Service" 30 = "Health Service" 31 = "Cleaning And Building Service" 32 = "Personal Service" 33 = "Mechanics And Repairers" 34 = "Construction Trades" 35 = "Other Precision Production," 36 = "Machine Operators, And" 37 = "Fabricators, Assemblers," 38 = "Motot Vehicle Operators" 39 = "Other Transportation And" 40 = "Construction Laborers" 41 = "Freight, Stock, & Materials" 42 = "Other Handlers, Equipt." 43 = "Farm Operators And Managers" 44 = "Farm Workers And Related" 45 = "Forestry And Fishing" 46 = "Armed Forces" ; VALUE prdtoccb (default=32) 1 = "Officials & Administrators," 2 = "Other Executive, Admin. &" 3 = "Management Related" 4 = "Engineers" 5 = "Mathematical And Computer" 6 = "Natural Scientists" 7 = "Health Diagnosing Occupations" 8 = "Health Assessment And" 9 = "Teachers, College And" 10 = "Teachers, Except College And" 11 = "Lawyers And Judges" 12 = "Other Professional Speciality" 13 = "Health Technologists And" 14 = "Engineering And Science" 15 = "Technicians, Except Health," 16 = "Supervisors And Proprietors," 17 = "Sales Reps, Finance And" 18 = "Sales Reps, Commodities," 19 = "Sales Workers, Retail &" 20 = "Sales Related Occupations" 21 = "Supervisors, Administrative" 22 = "Computer Equiptment" 23 = "Secretaries, Stenographers," 24 = "Financial Records Processing" 25 = "Mail And Message Distribution" 26 = "Other Admin. Support," 27 = "Private Household Service" 28 = "Protective Service" 29 = "Food Service" 30 = "Health Service" 31 = "Cleaning And Building Service" 32 = "Personal Service" 33 = "Mechanics And Repairers" 34 = "Construction Trades" 35 = "Other Precision Production," 36 = "Machine Operators, And" 37 = "Fabricators, Assemblers," 38 = "Motor Vehicle Operators" 39 = "Other Transportation And" 40 = "Construction Laborers" 41 = "Freight, Stock, & Materials" 42 = "Other Handlers, Equipt." 43 = "Farm Operators And Managers" 44 = "Farm Workers And Related" 45 = "Forestry And Fishing" 46 = "Armed Forces" ; VALUE premp (default=32) 1 = "Employed Persons (Exc. Farm" ; VALUE prmjinda (default=32) 1 = "Agriculture" 2 = "Mining" 3 = "Construction" 4 = "Manufacturing - Durable Goods" 5 = "Manufacturing - Non-Durable" 6 = "Transportation" 7 = "Communications" 8 = "Utilities And Sanitary Services" 9 = "Wholesale Trade" 10 = "Retail Trade" 11 = "Finance, Insurance, And Real" 12 = "Private Households" 13 = "Business, Auto And Repair" 14 = "Personal Services, Exc. Private" 15 = "Entertainment And Recreation" 16 = "Hospitals" 17 = "Medical Services, Exc." 18 = "Educational Services" 19 = "Social Services" 20 = "Other Professional Services" 21 = "Forestry And Fisheries" 22 = "Public Administration" 23 = "Armed Forces" ; VALUE prmjindb (default=32) 1 = "Agriculture" 2 = "Mining" 3 = "Construction" 4 = "Manufacturing - Durable Goods" 5 = "Manufacturing - Non-Durable" 6 = "Transportation" 7 = "Communications" 8 = "Utilities And Sanitary Services" 9 = "Wholesale Trade" 10 = "Retail Trade" 11 = "Finance, Insurance, And Real" 12 = "Private Households" 13 = "Business, Auto And Repair" 14 = "Personal Services, Exc. Private" 15 = "Entertainment And Recreation" 16 = "Hospitals" 17 = "Medical Services, Exc." 18 = "Educational Services" 19 = "Social Services" 20 = "Other Professional Services" 21 = "Forestry And Fisheries" 22 = "Public Administration" 23 = "Armed Forces" ; VALUE prmjocca (default=32) 1 = "Executive, Administrative, &" 2 = "Professional Specialty" 3 = "Technicians And Related" 4 = "Sales Occupations" 5 = "Administrative Support" 6 = "Private Household Occupations" 7 = "Protective Service Occupations" 8 = "Service Occupations, Except" 9 = "Precision Production, Craft &" 10 = "Machine Operators," 11 = "Transportation And Material" 12 = "Handlers, Equip Cleaners," 13 = "Farming, Forestry And Fishing" 14 = "Armed Forces" ; VALUE prmjoccb (default=32) 1 = "Executive, Administrative, &" 2 = "Professional Specialty" 3 = "Technicians And Related" 4 = "Sales Occupations" 5 = "Administrative Support" 6 = "Private Household Occupations" 7 = "Protective Service Occupations" 8 = "Service Occupations, Except" 9 = "Precision Production, Craft &" 10 = "Machine Operators," 11 = "Transportation And Material" 12 = "Handlers, Equip Cleaners," 13 = "Farming, Forestry And Fishing" 14 = "Armed Forces" ; VALUE prmjocgr (default=32) 1 = "Managerail & Professional," 2 = "Service Occupations" 3 = "Production, Craft, Repair," 4 = "Farming, Forestry & Fishing" ; VALUE prnagpws (default=32) 1 = "Non-Ag Priv Wage & Salary (Ex" ; VALUE prnagws (default=32) 1 = "Non-Ag Wage And Salary" ; 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 ptwk (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" 5 = "In Retirement" 6 = "Something Else/other" ; VALUE punlfcka (default=32) 1 = "If AGERNG Equals 1-4 Or 9" 2 = "All Others Go to NLFRET" ; VALUE punlfckb (default=32) 1 = "If MISCK Equals 4 Or 8 Then" 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 prwernal (default=32) 0 = "No Allocation" 1 = "One Or More Components Of The" ; VALUE prhernal (default=32) 0 = "No Allocation" 1 = "One Or More Components Of The" ; VALUE pedipged (default=32) -1 = "Not In Universe" 1 = "Graduation From High School" 2 = "Ged Or Other Equivalent" ; VALUE pehgcomp (default=32) -1 = "Not In Universe" 1 = "Less Than 1st Grade" 2 = "1st, 2nd, 3rd, Or 4th Grade" 3 = "5th Or 6th Grade" 4 = "7th Or 8th Grade" 5 = "9th Grade" 6 = "10th Grade" 7 = "11th Grade" 8 = "12th Grade (No Diploma)" ; VALUE pecyc (default=32) -1 = "Not In Universe" 1 = "Less Than 1 Year" 2 = "The First Or Freshman Year" 3 = "The Second Or Sophomore" 4 = "The Third Or Junior Year" 5 = "Four Or More Years" ; VALUE pegrprof (default=32) -1 = "Not In Universe" 1 = "Yes" 2 = "No" ; VALUE pegr6cor (default=32) -1 = "Not In Universe" 1 = "Yes" 2 = "No" ; VALUE pems123l (default=32) -1 = "Not In Universe" 1 = "1 Year Program" 2 = "2 Year Program" 3 = "3 Year Program" ; VALUE pesd1l (default=32) 1 = "Yes" 2 = "No" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesd2l (default=32) 1 = "Plant or company closed down" 2 = "Insufficient work" 3 = "Position or shift abolished" 4 = "Seasonal job completed" 5 = "Self-operated business failed" 6 = "Some other reason" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesd3l (default=32) 1 = "1995" 2 = "1996" 3 = "1997" 4 = "Other" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesd4l (default=32) 1 = "Yes" 2 = "No" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesd5l (default=32) 1 = "Yes" 2 = "No" -2 = "Don't Know" -3 = "Refused" -9 = "No Response" ; VALUE pesd6l (default=32) 1 = "Less than 1 month" 2 = "1 to 2 months" 3 = "More than 2 months" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pescow1l (default=32) 1 = "Federal government" 2 = "State government" 3 = "Local government" 4 = "Private for profit" 5 = "Private, nonprofit" 6 = "Self-employed, incorporated" 7 = "Self-employed, unincorporated" 8 = "Without pay" 9 = "Unknown" 10 = "Government, level unknown" 11 = "Self-employed, incorporation" -9 = "No response" ; VALUE pes1icd (default=32) -9 = "No response" ; VALUE prsdind (default=32) 1 = "Goods producing - agricultural" 2 = "Goods producing - other" 3 = "Mining" 4 = "Construction" 5 = "Mfg - lumber & wood prods, ex" 6 = "Mfg - furniture & fixtures" 7 = "Mfg - stone, clay, concrete," 8 = "Mfg - primary metals" 9 = "Mfg - fabricated metals" 10 = "Mfg - not specified metal" 11 = "Mfg - machinery, ex electrical" 12 = "Mfg - electrical machinery," 13 = "Mfg - motor vehicles & equip" 14 = "Mfg - aircraft & parts" 15 = "Mfg - other transportation" 16 = "Mfg - professional & photo" 17 = "Mfg - toys, amusement &" 18 = "Mfg - misc & n.e.c. mfg" 19 = "Mfg - food & kindred prods" 20 = "Mfg - tobacco prods" 21 = "Mfg - textile mill prods" 22 = "Mfg - apparel & other finished" 23 = "Mfg - paper & allied products" 24 = "Mfg - printing, publishing &" 25 = "Mfg - chemicals & allied prods" 26 = "Mfg - petroleum & coal prods" 27 = "Mfg - rubber & misc plastic" 28 = "Mfg - leather & leather prods" 29 = "Transportation" 30 = "Communications" 31 = "Utilities & sanitary services" 32 = "Wholesale trade" 33 = "Eating and drinking places" 34 = "Other retail trade" 35 = "Banking and other finance" 36 = "Insurance and real estate" 37 = "Private household services" 38 = "Business services" 39 = "Automobile and repair services" 40 = "Personal serv exc private" 41 = "Entertainment & recreation" 42 = "Hospitals" 43 = "Health services, exc." 44 = "Educational services" 45 = "Social services" 46 = "Other professional services" 47 = "Forestry & fisheries" 48 = "Justice, public order & safety" 49 = "Admin of human resource" 50 = "National security & internal" 51 = "Other public administration" -9 = "No response" ; VALUE pes1ocd (default=32) -9 = "No response" ; VALUE prsdocc (default=32) 1 = "Officials & administrators," 2 = "Other executive, admin. &" 3 = "Management related occupations" 4 = "Engineers" 5 = "Mathematical and computer" 6 = "Natural Scientists" 7 = "Health diagnosing occs." 8 = "Health assessment and" 9 = "Teachers, college and" 10 = "Teachers, except college and" 11 = "Lawyers and judges" 12 = "Other professional specialty" 13 = "Health technologists and" 14 = "Engineering and science" 15 = "Technicians, exc." 16 = "Supervisors and proprietors," 17 = "Sales reps, finance and" 18 = "Sales reps, commodities, exc." 19 = "Sales workers, retail &" 20 = "Sales related occs" 21 = "Supervisors, admin. support" 22 = "Computer equipment operators" 23 = "Secretaries, stenographers," 24 = "Financial records processing" 25 = "Mail and message distributing" 26 = "Other admin support, inc." 27 = "Private household service occs" 28 = "Protective service" 29 = "Food service" 30 = "Health service" 31 = "Cleaning and building service" 32 = "Personal service" 33 = "Mechanics and repairers" 34 = "Construction trades" 35 = "Other precision prod., craft," 36 = "Machine opertrs and" 37 = "Fabricatrs, assemblrs," 38 = "Motor vehicle operators" 39 = "Other transp. & material" 40 = "Construction laborers" 41 = "Freight, stock & materials" 42 = "Oth handlrs, equip.cleanrs," 43 = "Farm operators and managers" 44 = "Farm workers and related" 45 = "Forestry and fishing occs" 46 = "Armed forces" -9 = "No response" ; VALUE pesd16l (default=32) 1 = "Yes" 2 = "No =" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesd17l (default=32) 1 = "Yes" 2 = "No" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesd18a (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesd18b (default=32) 1 = "Days" 2 = "Weeks" 3 = "Months" 4 = "Years" -2 = "Don't Know" -3 = "Refused" -9 = "No Response" ; VALUE pesd19l (default=32) 1 = "Yes" 2 = "No" -4 = "Hours varied" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesle1o (default=32) 1 = "Hourly" 2 = "Weekly" 3 = "Bi-weekly" 4 = "Twice monthly" 5 = "Monthly" 6 = "Annually" 7 = "Other" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesle2l (default=32) 1 = "Yes" 2 = "No" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesenh1o (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE ptsenh1o (default=32) 0 = "No topcode" 1 = "Topcoded value" ; VALUE pesle4o (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pusle5l (default=32) 1 = "Per hour" 2 = "Per day" 3 = "Per week" 4 = "Per month" 5 = "Per year" 6 = "Other" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pusle6l (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pusle6d (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE ptsern (default=32) 0 = "No topcode" 1 = "Topcoded value" ; VALUE ptsern2l (default=32) 0 = "No topcode" 1 = "Topcoded value" ; VALUE pesle22l (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesd20l (default=32) 1 = "Yes" 2 = "No" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesd21l (default=32) 1 = "Yes" 2 = "No" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesd22l (default=32) 1 = "Yes" 2 = "No" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesd23l (default=32) 1 = "Yes" 2 = "No" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesd24l (default=32) 1 = "Yes" 2 = "No" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesd25l (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No Response" ; VALUE pesd26l (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No Response" ; VALUE pesd27l (default=32) 1 = "Yes" 2 = "No" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesce2o (default=32) 1 = "Hourly" 2 = "Weekly" 3 = "Bi-weekly" 4 = "Twice monthly" 5 = "Monthly" 6 = "Annually" 7 = "Other-specify" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesce3l (default=32) 1 = "Yes" 2 = "No" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE peseh1oa (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE ptseh1oa (default=32) 0 = "No topcode" 1 = "Topcoded value" ; VALUE pusce5l (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pesce5o (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pusce6l (default=32) 1 = "Per hour" 2 = "Per day" 3 = "Per week" 4 = "Per month" 5 = "Per year" 6 = "Other" -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pusce7l (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE pusce8l (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE ptsern1l (default=32) 0 = "No topcode" 1 = "Topcoded value" ; VALUE ptsern2a (default=32) 0 = "No topcode" 1 = "Topcoded value" ; VALUE pesce25l (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE prslwkly (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No response" ; VALUE ptslwkly (default=32) 0 = "No topcode" 1 = "Topcoded value" ; VALUE prscwkly (default=32) -1 = "Month-in-sample 4 and 8 cases" ; VALUE ptscwkly (default=32) 0 = "No topcode" 1 = "Topcoded value" ; VALUE peshry (default=32) 1 = "Hourly worker" 2 = "Nonhourly worker" ; VALUE prshr (default=32) 0 = "Minimum Value" 9999 = "Maximum Value" ; VALUE prsupern (default=32) 1 = "Eligible" ; VALUE pest1a (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No Response" ; VALUE pest1b (default=32) 1 = "Days" 2 = "Weeks" 3 = "Months" 4 = "Years" -2 = "Don't Know" -3 = "Refused" -9 = "No Response" ; VALUE pest3l (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No Response" ; VALUE pest4l (default=32) 1 = "Yes" 2 = "No" -2 = "Don't Know" -3 = "Refused" -9 = "No Response" ; VALUE pest5a1l (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No Response" ; VALUE pest5b (default=32) 1 = "Days" 2 = "Weeks" 3 = "Months" 4 = "Years" -2 = "Don't Know" -3 = "Refused" ; VALUE pusd7l (default=32) 1 = "Government" 2 = "Private-for-profit company" 3 = "Non-profit organization" 4 = "Self-employed" 5 = "Working in the family business" -2 = "Don't Know" -3 = "Refused" ; VALUE prsupsat (default=32) 1 = "Not Eligible for Displaced" 2 = "Interview - Interviews had to" 3 = "Noninterview - Cases that met" ; VALUE prtensat (default=32) 1 = "Not Eligible for Employee" 2 = "Interview - Interviews had to" 3 = "Noninterview - Cases that met" ; VALUE prst1tn (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No Response" ; VALUE prsd18tn (default=32) -2 = "Don't Know" -3 = "Refused" -9 = "No Response" ; VALUE prdispwk (default=32) 0 = "Not a Displaced Worker" 1 = "Displaced Worker" ; proc print data=library.&dataset (obs=6); FORMAT hufinal hufinal. huspnish huspnish. hetenure hetenure. hehousut hehousut. hetelhhd hetelhhd. hetelavl hetelavl. hephoneo hephoneo. hufaminc hufaminc. hutypea hutypea. hutypb hutypb. hutypc hutypc. hrintsta hrintsta. hrhtype hrhtype. huinttyp huinttyp. hrlonglk hrlonglk. hubus hubus. gereg gereg. gestcen gestcen. gestfips gestfips. gecmsa gecmsa. gemsa gemsa. geco geco. gemsast gemsast. gemetsta gemetsta. geindvcc geindvcc. gemsasz gemsasz. gecmsasz gecmsasz. proldrrp proldrrp. pupelig pupelig. perrp perrp. peparent peparent. ptage ptage. pemaritl pemaritl. pespouse pespouse. pesex pesex. puafever puafever. peafwhen peafwhen. peafnow peafnow. peeduca peeduca. perace perace. prorigin prorigin. puchinhh puchinhh. purelflg purelflg. prfamnum prfamnum. prfamrel prfamrel. prfamtyp prfamtyp. prhspnon prhspnon. prmarsta prmarsta. prpertyp prpertyp. penatvty penatvty. pemntvty pemntvty. pefntvty pefntvty. prcitshp prcitshp. prinusyr prinusyr. puslfprx puslfprx. pemlr pemlr. puwk puwk. pubus1 pubus1l. pubus2ot pubus2ot. pubusck1 pubuscka. pubusck2 pubusckb. pubusck3 pubusckc. pubusck4 pubusckd. puretot puretot. pudis pudis. peret1 peret1l. pudis1 pudis1l. pudis2 pudis2l. puabsot puabsot. pulay pulay. peabsrsn peabsrsn. peabspdo peabspdo. pemjot pemjot. pemjnum pemjnum. pehrusl1 pehrusla. pehrusl2 pehruslb. pehrftpt pehrftpt. pehruslt pehruslt. pehrwant pehrwant. pehrrsn1 pehrrsna. pehrrsn2 pehrrsnb. pehrrsn3 pehrrsnc. puhroff1 puhroffa. puhrot1 puhrot1l. pehravl pehravl. puhrck1 puhrck1l. puhrck2 puhrck2l. puhrck3 puhrck3l. puhrck4 puhrck4l. puhrck5 puhrck5l. puhrck6 puhrck6l. puhrck7 puhrck7l. puhrck12 puhrck1b. pulaydt pulaydt. pulay6m pulay6m. pelayavl pelayavl. pulayavr pulayavr. pelaylk pelaylk. pelayfto pelayfto. pulayck1 pulaycka. pulayck2 pulayckb. pulayck3 pulayckc. pulk pulk. pelkm1 pelkm1l. pulkm2 pulkm2l. pulkm3 pulkm3l. pulkm4 pulkm4l. pulkm5 pulkm5l. pulkm6 pulkm6l. pulkdk1 pulkdk1l. pulkdk2 pulkdk2l. pulkdk3 pulkdk3l. pulkdk4 pulkdk4l. pulkdk5 pulkdk5l. pulkdk6 pulkdk6l. pulkps1 pulkps1l. pulkps2 pulkps2l. pulkps3 pulkps3l. pulkps4 pulkps4l. pulkps5 pulkps5l. pulkps6 pulkps6l. pelkavl pelkavl. pulkavr pulkavr. pelkll1o pelkll1o. pelkll2o pelkll2o. pelklwo pelklwo. pelkfto pelkfto. pedwwnto pedwwnto. pedwrsn pedwrsn. pedwlko pedwlko. pedwwk pedwwk. pedw4wk pedw4wk. pedwlkwk pedwlkwk. pedwavl pedwavl. pedwavr pedwavr. pudwck1 pudwck1l. pudwck2 pudwck2l. pudwck3 pudwck3l. pudwck4 pudwck4l. pudwck5 pudwck5l. pejhwko pejhwko. pujhdp1o pujhdp1o. pejhrsn pejhrsn. pejhwant pejhwant. pujhck1 pujhck1l. pujhck2 pujhck2l. prabsrea prabsrea. prcivlf prcivlf. prdisc prdisc. premphrs premphrs. prempnot prempnot. prexplf prexplf. prftlf prftlf. prhrusl prhrusl. prjobsea prjobsea. prpthrs prpthrs. prptrea prptrea. prusftpt prusftpt. 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. prana prana. prcow1 prcow1l. prcow2 prcow2l. prcowpg prcowpg. prdtcow1 prdtcowa. prdtcow2 prdtcowb. prdtind1 prdtinda. prdtind2 prdtindb. prdtocc1 prdtocca. prdtocc2 prdtoccb. premp premp. prmjind1 prmjinda. prmjind2 prmjindb. prmjocc1 prmjocca. prmjocc2 prmjoccb. prmjocgr prmjocgr. prnagpws prnagpws. prnagws prnagws. prsjmj prsjmj. prerelg prerelg. peernuot peernuot. peernper peernper. peernrt peernrt. peernhry peernhry. pthr pthr. ptwk ptwk. ptot ptot. peernlab peernlab. peerncov peerncov. penlfjh penlfjh. penlfret penlfret. penlfact penlfact. punlfck1 punlfcka. punlfck2 punlfckb. peschenr peschenr. peschft peschft. peschlvl peschlvl. prnlfsch prnlfsch. prwernal prwernal. prhernal prhernal. pedipged pedipged. pehgcomp pehgcomp. pecyc pecyc. pegrprof pegrprof. pegr6cor pegr6cor. pems123 pems123l. pesd1 pesd1l. pesd2 pesd2l. pesd3 pesd3l. pesd4 pesd4l. pesd5 pesd5l. pesd6 pesd6l. pescow1 pescow1l. pes1icd pes1icd. prsdind prsdind. pes1ocd pes1ocd. prsdocc prsdocc. pesd16 pesd16l. pesd17 pesd17l. pesd18a pesd18a. pesd18b pesd18b. pesd19 pesd19l. pesle1o pesle1o. pesle2 pesle2l. pesenh1o pesenh1o. ptsenh1o ptsenh1o. pesle4o pesle4o. pusle5 pusle5l. pusle6 pusle6l. pusle6d pusle6d. ptsern ptsern. ptsern2 ptsern2l. pesle22 pesle22l. pesd20 pesd20l. pesd21 pesd21l. pesd22 pesd22l. pesd23 pesd23l. pesd24 pesd24l. pesd25 pesd25l. pesd26 pesd26l. pesd27 pesd27l. pesce2o pesce2o. pesce3 pesce3l. peseh1oa peseh1oa. ptseh1oa ptseh1oa. pusce5 pusce5l. pesce5o pesce5o. pusce6 pusce6l. pusce7 pusce7l. pusce8 pusce8l. ptsern1 ptsern1l. ptsern2a ptsern2a. pesce25 pesce25l. prslwkly prslwkly. ptslwkly ptslwkly. prscwkly prscwkly. ptscwkly ptscwkly. peshry peshry. prshr prshr. prsupern prsupern. pest1a pest1a. pest1b pest1b. pest3 pest3l. pest4 pest4l. pest5a1 pest5a1l. pest5b pest5b. pusd7 pusd7l. prsupsat prsupsat. prtensat prtensat. prst1tn prst1tn. prsd18tn prsd18tn. prdispwk prdispwk. ; proc contents data=library.&dataset; run; /* Copyright 2009 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. */