Data Cart

Your data extract

0 variables
0 samples
View Cart
HRSWORK2
Hours worked per week, categorized

Codes and Frequencies



Can't find the category you are looking for? Try the Detailed codes

Explore how IPUMS created this variable

Download


      class Hrswork2 : public Editor {

public:
  Hrswork2(VarPointer varInfo) : Editor(varInfo) {}
  void edit() {

    long a = getRecoded();
    switch (dataSet) {
    case dataset_id::br1991a: {
      int hw = BR1991A_0458() + BR1991A_0459();
      if (hw == 0)
        a = 0;
      if (hw > 0 && hw < 15)
        a = 1;
      if (hw >= 15 && hw <= 29)
        a = 2;
      if (hw >= 30 && hw <= 39)
        a = 3;
      if (hw >= 40 && hw <= 48)
        a = 4;
      if (hw >= 49 && hw <= 168)
        a = 5;
      if (BR1991A_0458() == 99 || BR1991A_0459() == 99)
        a = 8;
      if (BR1991A_0458() == 99 && BR1991A_0459() == 99)
        a = 9;
    } break;
    case dataset_id::ch2000a: {
      a = CH2000A_0451() + CH2000A_0452();
      if (a == 0)
        a = 9;
      if (a >= 1 && a <= 14)
        a = 1;
      if (a >= 15 && a <= 29)
        a = 2;
      if (a >= 30 && a <= 39)
        a = 3;
      if (a >= 40 && a <= 48)
        a = 4;
      if (a >= 49 && a <= 200)
        a = 5;
      if (CH2000A_0451() == 999)
        a = 9;
      if (CH2000A_0451() == 998 || CH2000A_0452() == 98)
        a = 8;
    } break;
    case dataset_id::es2005h:
    case dataset_id::es2005i:
    case dataset_id::es2005j:
    case dataset_id::es2005k:
    case dataset_id::es2006h:
    case dataset_id::es2006i:
    case dataset_id::es2006j:
    case dataset_id::es2006k:
    case dataset_id::es2007h:
    case dataset_id::es2007i:
    case dataset_id::es2007j:
    case dataset_id::es2007k:
    case dataset_id::es2008h:
    case dataset_id::es2008i:
    case dataset_id::es2008j:
    case dataset_id::es2008k:
    case dataset_id::es2009h:
    case dataset_id::es2009i:
    case dataset_id::es2009j:
    case dataset_id::es2009k:
    case dataset_id::es2010h:
    case dataset_id::es2010i:
    case dataset_id::es2010j:
    case dataset_id::es2010k:
    case dataset_id::es2011h:
    case dataset_id::es2011i:
    case dataset_id::es2011j:
    case dataset_id::es2011k:
    case dataset_id::es2012h:
    case dataset_id::es2012i:
    case dataset_id::es2012j:
    case dataset_id::es2012k:
    case dataset_id::es2013h:
    case dataset_id::es2013i:
    case dataset_id::es2013j:
    case dataset_id::es2013k:
    case dataset_id::es2014h:
    case dataset_id::es2014i:
    case dataset_id::es2014j:
    case dataset_id::es2014k:
    case dataset_id::es2015h:
    case dataset_id::es2015i:
    case dataset_id::es2015j:
    case dataset_id::es2015k:
    case dataset_id::es2016h:
    case dataset_id::es2016i:
    case dataset_id::es2016j:
    case dataset_id::es2016k:
    case dataset_id::es2017h:
    case dataset_id::es2017i:
    case dataset_id::es2017j:
    case dataset_id::es2017k:
    case dataset_id::es2018h:
    case dataset_id::es2018i:
    case dataset_id::es2018j:
    case dataset_id::es2018k:
    case dataset_id::es2019h:
    case dataset_id::es2019i:
    case dataset_id::es2019j:
    case dataset_id::es2019k:
    case dataset_id::es2020h:
    case dataset_id::es2020i:
    case dataset_id::es2020j:
    case dataset_id::es2020k: {
      a = getRecodedFromEditedSource();
    } break;
    }

    setData(a);
  }
};

    

Description

HRSWORK2 indicates the number of hours the respondent worked per week at all jobs, categorized into intervals.

Comparability — Index

GENERAL
Brazil
Canada
Dominican Republic
Ecuador
El Salvador
Germany
Ghana
Greece
Honduras
Indonesia
Israel
Jamaica
Kenya
Mauritius
Mexico
Nicaragua
Pakistan
Palestine
Panama
Portugal
Puerto Rico
Saint Lucia
South Africa
Spain
Switzerland
Trinidad and Tobago
United States
Venezuela

Comparability — General

The primary comparability issue is the difference between samples that report actual hours worked during the reference week versus those that give hours worked during a typical week. Users should review the relevant discussion in the corresponding country comparability sections for further details. For most samples, the variable includes all hours worked, whether in the person's primary occupation or not.

The age of the person to whom the question applies varies across the samples, as does the specific reference week. Not all samples required that the person was currently working at the time of the census. Many samples include persons who did not work during the reference week but are usually employed. Some samples code these cases as zero hours worked but others solicit the typical hours worked for this subset of the universe.

HRSWORK2 largely replicates the information in HRSWORK1. The key difference between the two variables is that HRSWORK2 has categorized the response into intervals (less than 15 hours, 15-29 hours, and so forth). HRSWORK2 also contains some additional samples.

Some samples have slightly different categorizations noted in the country comparability discussions, and some samples are top-coded at the 40 to 48 hour category (see the codes page). For samples top-coded beneath the "49 or more" interval, refer to the category availability tab to identify them or review the frequencies.

Where the underlying data were already categorized, the intervals do not always exactly match those documented in the labels for HRSWORK2. These are the exceptions:

1 to 14 hours
1 to 16: Trinidad and Tobago 1980-2000
15 to 29 hours
15 to 30: Germany 1970
15 to 30: Venezuela 1971
15 to 34: Palestine 2017
17 to 32: Trinidad and Tobago 1980-2000
30 to 39 hours
31 to 39: Venezuela 1971
31 or more: Germany 1970
33 to 40: Trinidad and Tobago 1980-2000
35 or more: Palestine 2017
40 to 48 hours
40 to 49: Israel 1972
41 to 50: Trinidad and Tobago 2000
41 or more: Trinidad and Tobago 1980-1990
49 hours or more
50 or more: Israel 1972
51 or more: Trinidad and Tobago 2000

Some samples record implausible numbers of hours. All responses above 140 hours are coded to "unknown." The original information is retained in the source variables.

Similar information to HRSWORK2 (not categorized) is available in HRSMAIN, which reports hours worked in the person's principal occupation. For most people this equals their total hours worked.

Comparability — Brazil [top]

Time spent outside of the workplace in work-related tasks was to be included; time set aside for meals was to be excluded.

Comparability — Canada [top]

The 1991 sample includes only employed persons; the other samples include all persons above the minimum age.

The 1971 sample has data on hours worked, but the categories were incompatible with HRSWORK2. See the unharmonized variable CA1971A_0430.

Comparability — Dominican Republic [top]

If the person did not work due to illness or other reason, but still held a job, the usual number of hours worked per week was recorded.

Comparability — Ecuador [top]

For all samples, the question asked for the number or hours the person actually worked the week before the census. If they were absent from work they were to report the number of hours for the last week that they worked.

Comparability — El Salvador [top]

Both samples record the number of hours the person worked last week at all jobs. If the person was temporarily absent (worked no hours) during the week prior, the number of usual hours worked per week was recorded. For 2007, the experienced unemployed population is included with responses indicating usual hours worked per week in the previous job.

Comparability — Germany [top]

The variable is available only for the 1970 sample. The categorization for the Germany 1970 sample is slightly different at the 30 hour per week break point. The Germany sample includes 30 hours per week in the "15-29" hours grouping, whereas the integrated variable for other samples codes 30 hours per week to the "30-39 hours" category. In addition, the highest category available for the Germany sample is "More than 30 hours" which is entered here in the "30 to 39 hours" category.

Comparability — Ghana [top]

The sample reports hours worked for pay, profit, or family gain last week.

Comparability — Greece [top]

All censuses asked for the actual number of hours worked the previous week at any job.

Comparability — Honduras [top]

The question asked for the number of hours the person actually worked the week before the census.

Comparability — Indonesia [top]

The samples report actual hours during the past week. Persons who had a job but were temporarily absent the week preceding the census are coded as "0" hours worked. All four samples included here, in addition to the 1976 sample, contain data on hours worked in the primary occupation, found in HRSMAIN.

Comparability — Israel [top]

The 1983-2008 samples are top-coded at 40 to 48 hours, and are fully comparable aside from an additional category for persons who did not work at all in the 2008 sample. The 1972 sample uses slightly different categories: 40 to 49 and 50 or more hours.

All Israel samples record the number of hours usually worked in all jobs. There is a minor difference in the age universe between the 1972 sample and the later samples.

Comparability — Jamaica [top]

All samples record the hours of employment completed in the week prior to the census. The universes vary slightly across samples with respect to whether or not group quarter residents were asked to provide work-related information.

Comparability — Kenya [top]

The sample records the usual number of hours of work in the week prior to the census. If a person did not work in that week but held a job, she was to report the usual number of hours worked.

Comparability — Mauritius [top]

The 1990-2011 samples record the actual number of hours worked by persons age 12+ at all jobs during the week before the census. In the 1990-2000 samples, responses indicating less than 1 hour of work are coded as "none".

Comparability — Mexico [top]

All samples report hours worked in the previous week. The 1990, 2000 and 2010 Mexican samples all have numerous cases with implausibly high numbers of work hours. They are included in the top-code.

The 1990, 2000 and 2010 samples code persons that had a job but were temporarily away as "0" hours worked. The 1995 sample asks for the usual number of hours worked for this subset of the universe.

The 2020 census question was asked to persons age 12+ who are working.

Comparability — Nicaragua [top]

The samples report actual hours worked in the last week that the person worked. For persons temporarily absent from work or the experienced unemployed population, the reference week will therefore not be the week prior to the census.

Comparability — Pakistan [top]

The variable reports hours worked in the week before the census.

Comparability — Palestine [top]

The variable is only available for the 2017 sample, in which the data are derived from a question about employment status. The sample records the number of hours worked at all jobs during the week before the census.

The intervals provided in the 2017 sample are not entirely compatible with those listed in HRSWORK2: the sample provides intervals of 15 to 34 hours (coded to 15 to 29) and 35 hours or more (coded to 30 to 39). The original intervals are available in the corresponding unharmonized source variable.

Comparability — Panama [top]

The 1970 sample excludes self-employed persons from the universe. It reports hours worked last week.

Comparability — Portugal [top]

The samples are top-coded at 40 to 48 hours. Hours of work data for 1981 are not included because they were not compatibly categorized. The 1991-2011 samples record the usual number of hours worked at the person's main occupation.

Comparability — Puerto Rico [top]

The data for 1970 report actual hours worked in the previous week, while the 1980-2005 samples record usual hours worked per week during the previous year. The minimum age for answering the question changed from 14 to 16 years between 1970 and 1980.

Comparability — Saint Lucia [top]

Both samples report hours worked in the week preceding the census.

Comparability — South Africa [top]

The question asked for the number of hours the person actually worked the week before the census. If they were absent from work they were to report the usual number of hours they worked.

Comparability — Spain [top]

The question asked for the number of hours the person usually worked per week.

Comparability — Switzerland [top]

The variable combines hours worked in full-time and part-time employment. See the unharmonized source variables to identify these values separately. Additionally, all Swiss samples provide roughly categorized hours of work in the source variables that could not be integrated into HRSWORK2. The 2011 census question was asked to economically active persons.

Comparability — Trinidad and Tobago [top]

The census question asks about hours of work in the week prior to the census.

The 1980, 1990, and 2000 hours of work responses are provided in intervals, which are roughly approximate to those in HRSWORK2. See details in the general comparability discussion. In all samples, responses indicating less than 1 hour of work were coded to "0 hours" per week.

Comparability — United States [top]

The data differ between 1960-1970 and 1980-2020. For 1980-2010, the data record usual hours worked per week the previous year. In 1960 and 1970 the data record actual hours worked in the week prior to the census.

The age universe for the question also changes from 14 and older in 1960-1970 to 16 and older in the later years.

Comparability — Venezuela [top]

The meaning of the question differs among the samples. In 1971 and 2001 the question asked for the number of hours the person actually worked last week; in 1981 the question asked for the hours the person regularly worked.

The Venezuela 1971 sample has some minor differences in how it categorizes hours worked: 15 to 30 and 31 to 39 hours.

Universe

  • Brazil 1980: Persons age 10+ who were employed
  • Brazil 1991: Persons age 10+ who were employed
  • Brazil 2000: Persons age 10+ who were employed
  • Canada 1981: Persons age 15+, excluding inmates
  • Canada 1991: Persons age 15+ currently employed
  • Canada 2001: Persons age 15+
  • Canada 2011: Persons age 15+
  • Dominican Republic 1981: Persons age 10+ who worked or received pay or performed unpaid work last week
  • Ecuador 1990: Persons age 8+ who were employed, unemployed, or an unpaid worker
  • Ecuador 2001: Persons that ever worked
  • Ecuador 2010: Persons age 5+ who were employed
  • El Salvador 1992: Persons age 10+ who were economically active
  • El Salvador 2007: Persons age 10+ who were economically active or experienced unemployed
  • Germany 1970: Persons age 15+ who were employed
  • Ghana 2000: Persons age 7+ who worked last week
  • Greece 1971: Persons born before 1961 who were working or seeking work
  • Greece 1981: Persons born before 1971 who were working
  • Greece 1991: Persons born before 1981 who were working
  • Greece 2001: Persons born before 1991 who were working
  • Greece 2011: Persons who worked last week
  • Honduras 1988: Persons age 10+ who were employed or experienced unemployed
  • Hungary 2001: Persons who were employed
  • Indonesia 1980: Persons age 10+ who worked or were employed
  • Indonesia 1985: Persons age 10+ who worked or were employed
  • Indonesia 1990: Persons age 10+ who worked or were employed
  • Indonesia 1995: Persons age 10+ who worked or were employed
  • Israel 1972: Persons age 14+ in the labor force
  • Israel 1983: Persons age 15+ in annual labor force
  • Israel 1995: Persons age 15+ in annual labor force
  • Israel 2008: Persons age 15+ in annual labor force
  • Jamaica 1982: Persons age 14+ in private households and some group quarters who worked during the previous week
  • Jamaica 1991: Persons age 14+ in private households and some group quarters who worked during the previous week
  • Jamaica 2001: Persons age 14+ who worked at least one hour, including farming or odd jobs during the previous week
  • Jordan 2004: Persons age 15+ who worked last week
  • Kenya 2009: Persons age 5+ who worked or were on leave
  • Malaysia 1991: Persons age 10+ who worked last week
  • Mauritius 1990: Persons age 12+
  • Mauritius 2000: Persons age 12+
  • Mauritius 2011: Persons age 12+
  • Mexico 1990: Persons age 12+ who were employed last week
  • Mexico 1995: Persons age 12+ who were employed last week
  • Mexico 2000: Persons age 12+ who were employed last week
  • Mexico 2010: Persons age 12+ who were employed last week
  • Mexico 2020: Persons age 12+ who are working
  • Nicaragua 1995: Persons age 10+ who were employed or experienced unemployed
  • Nicaragua 2005: Persons age 10+ who were employed or experienced unemployed
  • Pakistan 1973: Persons age 10+ who worked last week
  • Palestine 2017: Persons age 7+
  • Panama 1970: Persons age 10+ who worked last week; not self-employed
  • Portugal 1991: Persons employed or seeking work
  • Portugal 2001: Persons employed or seeking work
  • Portugal 2011: Persons age 15+ who were economically active
  • Puerto Rico 1970: Persons age 14+ who were at work last week
  • Puerto Rico 1980: Persons age 16+ who worked last year
  • Puerto Rico 1990: Persons age 16+ who worked last year
  • Puerto Rico 2000: Persons age 16+ who worked last year
  • Puerto Rico 2005: Persons age 16+ who worked last year
  • Puerto Rico 2010: Persons age 16+ who worked last year
  • Puerto Rico 2015: Persons age 16+ who worked last year
  • Puerto Rico 2020: Persons age 16+ who worked last year
  • Saint Lucia 1980: Persons age 15+ who worked last week
  • Saint Lucia 1991: Persons age 15+ who worked last week
  • South Africa 2001: Employed or economically active persons age 10+
  • Spain 2001: Persons age 16+ who were working or studying last week
  • Switzerland 2000: Persons age 15+ who were employed
  • Switzerland 2011: Economically active persons
  • Trinidad and Tobago 1970: Persons aged 10+ who worked last week
  • Trinidad and Tobago 1980: Persons age 15+ who worked last week
  • Trinidad and Tobago 1990: Persons age 15+ who worked last week
  • Trinidad and Tobago 2000: Persons age 15+ who worked last week
  • United States 1960: Persons age 14+ who worked last week
  • United States 1970: Persons age 14+ who worked last week
  • United States 1980: Persons age 16+ who worked last year
  • United States 1990: Persons age 16+ who worked last year
  • United States 2000: Persons age 16+ who worked last year
  • United States 2005: Persons age 16+ who worked last year
  • United States 2010: Persons age 16+ who worked last year
  • United States 2015: Persons age 16+ who worked last year
  • United States 2020: Persons age 16+ who worked last year
  • Venezuela 1971: Persons not institutionalized or disabled for work, that have worked for pay before
  • Venezuela 1981: Persons age 12+ who had a job at the time of the census, or during the year prior, or worked the previous week
  • Venezuela 2001: Persons age 10+ in the labor force

Availability

  • Brazil: 1980, 1991, 2000
  • Canada: 1981, 1991, 2001, 2011
  • Dominican Republic: 1981
  • Ecuador: 1990, 2001, 2010
  • El Salvador: 1992, 2007
  • Germany: 1970
  • Ghana: 2000
  • Greece: 1971, 1981, 1991, 2001, 2011
  • Honduras: 1988
  • Hungary: 2001
  • Indonesia: 1980, 1985, 1990, 1995
  • Israel: 1972, 1983, 1995, 2008
  • Italy: 2011Q1, 2012Q1, 2013Q1, 2014Q1, 2015Q1, 2016Q1, 2017Q1, 2018Q1, 2019Q1, 2020Q1
  • Jamaica: 1982, 1991, 2001
  • Jordan: 2004
  • Kenya: 2009
  • Malaysia: 1991
  • Mauritius: 1990, 2000, 2011
  • Mexico: 1990, 1995, 2000, 2005Q1, 2005Q2, 2005Q3, 2005Q4, 2006Q1, 2006Q2, 2006Q3, 2006Q4, 2007Q1, 2007Q2, 2007Q3, 2007Q4, 2008Q1, 2008Q2, 2008Q3, 2008Q4, 2009Q1, 2009Q2, 2009Q3, 2009Q4, 2010, 2010Q1, 2010Q2, 2010Q3, 2010Q4, 2011Q1, 2011Q2, 2011Q3, 2011Q4, 2012Q1, 2012Q2, 2012Q3, 2012Q4, 2013Q1, 2013Q2, 2013Q3, 2013Q4, 2014Q1, 2014Q2, 2014Q3, 2014Q4, 2015Q1, 2015Q2, 2015Q3, 2015Q4, 2016Q1, 2016Q2, 2016Q3, 2016Q4, 2017Q1, 2017Q2, 2017Q3, 2017Q4, 2018Q1, 2018Q2, 2018Q3, 2018Q4, 2019Q1, 2019Q2, 2019Q3, 2019Q4, 2020, 2020Q1, 2020Q3
  • Nicaragua: 1995, 2005
  • Nigeria: 2007, 2008
  • Pakistan: 1973
  • Palestine: 2017
  • Panama: 1970
  • Portugal: 1991, 2001, 2011
  • Puerto Rico: 1970, 1980, 1990, 2000, 2005, 2010, 2015, 2020
  • Saint Lucia: 1980, 1991
  • South Africa: 2001
  • Spain: 2001, 2005Q1, 2005Q2, 2005Q3, 2005Q4, 2006Q1, 2006Q2, 2006Q3, 2006Q4, 2007Q1, 2007Q2, 2007Q3, 2007Q4, 2008Q1, 2008Q2, 2008Q3, 2008Q4, 2009Q1, 2009Q2, 2009Q3, 2009Q4, 2010Q1, 2010Q2, 2010Q3, 2010Q4, 2011Q1, 2011Q2, 2011Q3, 2011Q4, 2012Q1, 2012Q2, 2012Q3, 2012Q4, 2013Q1, 2013Q2, 2013Q3, 2013Q4, 2014Q1, 2014Q2, 2014Q3, 2014Q4, 2015Q1, 2015Q2, 2015Q3, 2015Q4, 2016Q1, 2016Q2, 2016Q3, 2016Q4, 2017Q1, 2017Q2, 2017Q3, 2017Q4, 2018Q1, 2018Q2, 2018Q3, 2018Q4, 2019Q1, 2019Q2, 2019Q3, 2019Q4, 2020Q1, 2020Q2, 2020Q3, 2020Q4
  • Switzerland: 2000, 2011
  • Trinidad and Tobago: 1970, 1980, 1990, 2000
  • United States: 1960, 1970, 1980, 1990, 2000, 2005, 2010, 2015, 2020
  • Venezuela: 1971, 1981, 2001