hoursut: Usual hours worked per week, all jobs
Description
hoursut
is the total number of hours per week the responded usually works.
Availability
Sample |
Years |
Basic |
1994 - present |
ORG |
1994 - present |
Values
Code
Variable creation
*******************************************************************************
* Usual hours worked per week, all jobs
*******************************************************************************
gen int hoursut = .
if $monthlycps == 1 {
if tm(1994m1) <= $date {
replace hoursut = pehruslt
}
}
replace hoursut = . if hoursut < 0
lab var hoursut "Usual hours worked per week, all jobs"
lab def hoursut 198 "198+"
lab val hoursut hoursut
notes hoursut: Only available 1994-present
notes hoursut: 1994-present CPS: pehruslt