Data Cart

Your data extract

0 variables
0 samples
View Cart
EMPSTAT
Activity status (employment status)

Codes and Frequencies




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

Explore how IPUMS created this variable

Download


      class Empstat:public Editor {

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

        long a = getRecoded();
        switch (dataSet) {
        case dataset_id::br2000a:
        {
            if (BR2000A_0484() == 1)
                a = 110;
            if (BR2000A_0484() == 0)
                a = 0;
            if (BR2000A_0486() == 1)
                a = 120;
            if (BR2000A_0488() == 1)
                a = 110;
            if (BR2000A_0490() == 1)
                a = 110;
            if (BR2000A_0492() == 1)
                a = 110;
            if (BR2000A_0531() == 1)
                a = 200;
            if (BR2000A_0531() == 2)
                a = 300;
        }
        break;
        case dataset_id::br1960a:
        {
            int d = BR1960A_0422();
            if (d == 7)
                a = 361;
            if (d == 8)
                a = 380;
            if (d == 1)
                a = 310;
            if (d == 2)
                a = 330;
            if (d == 3)
                a = 343;
            if (d == 4)
                a = 341;
            if (d == 5)
                a = 322;
            if (d == 6)
                a = 321;
        }
        break;
        case dataset_id::br1970a:
        {
            int d = BR1970A_0421();
            if (d == 0)
                a = 310;
            if (d == 1)
                a = 330;
            if (d == 2)
                a = 343;
            if (d == 4)
                a = 320;
            if (d == 5)
                a = 361;
            if (d == 6)
                a = 380;
        }
        break;
        case dataset_id::br1991a:
        {
            if (BR1991A_0448() == 1)
                a = 100;
            if (BR1991A_0448() == 2)
                a = 100;
        }
        break;
        case dataset_id::cn1982a:
        {
            if (CN1982A_0408() != 0)
                a = 100;
            if (CN1982A_0408() == 0 && CN1982A_0409() == 0)
                a = 0;
        }
        break;
        case dataset_id::co1964a:
        {
            if (CO1964A_0414() == 2 && CO1964A_0415() == 2)
                a = 390;
        }
        break;
        case dataset_id::fr1962a:
        {
            if (FR1962A_0406() < 14)
                a = 0;
        }
        break;
        case dataset_id::fr1968a:
        {
            if (FR1968A_0413() < 14)
                a = 0;
            if (FR1968A_0408() == 0)
                a = 220;
        }
        break;
        case dataset_id::fr1975a:
        {
            if (FR1975A_0417() < 16)
                a = 0;
            if (FR1975A_0412() == 0)
                a = 220;
        }
        break;
        case dataset_id::fr1982a:
        {
            if (FR1982A_0405() < 14)
                a = 0;
            if (FR1982A_0408() == 3 && FR1982A_0454() == 81)
                a = 220;
        }
        break;
        case dataset_id::fr1990a:
        {
            if (FR1990A_0409() < 14)
                a = 0;
            if (FR1990A_0436() == 2 && FR1990A_0453() == 81)
                a = 220;
        }
        break;
        case dataset_id::mx1970a:
        {
            if (MX1970A_0418() == 1 && MX1970A_0416() == 2)
                a = 210;
            if (MX1970A_0418() == 2 && MX1970A_0416() == 2)
                a = 220;
        }
        break;
        case dataset_id::by1999a:
        {
            if (BY1999A_0432() == 1)
                a = 200;
            if (BY1999A_0435() == 1 || BY1999A_0435() == 2)
                a = 120;
            if (BY1999A_0435() == 5)
                a = 310;
        }
        break;
        case dataset_id::ph1990a:
        {
            if (PH1990A_0421() == 2 && PH1990A_0430() == 1)
                a = 200;
            if (PH1990A_0421() == 2 && PH1990A_0430() == 2 && PH1990A_0431() == 7)
                a = 310;
            if (PH1990A_0421() == 2 && PH1990A_0430() == 2 && PH1990A_0431() == 8)
                a = 330;
            if (PH1990A_0431() == 1)
                a = 230;
        }
        break;
        case dataset_id::cn1990a:
        {
            if (CN1990A_0414() == 0 && CN1990A_0422() >= 15)
                a = 100;
        }
        break;
        case dataset_id::gh2000a:
        {
            if (GH2000A_0421() == 9 && GH2000A_0403() >= 7)
                a = 110;
        }
        break;
        case dataset_id::pa1980a:
        {
            if (PA1980A_0416() == 99 && PA1980A_0404() >= 10 && PA1980A_0414() == 1)
                a = 100;
            if (PA1980A_0416() == 99 && PA1980A_0404() >= 10 && PA1980A_0415() == 1)
                a = 200;
        }
        break;
        case dataset_id::am2001a:
        {
            if (AM2001A_0431() == 1 && AM2001A_0433() == 1 && AM2001A_0427() == 2)
                a = 220;
            if (AM2001A_0431() == 1 && AM2001A_0433() == 2 && AM2001A_0427() == 2)
                a = 210;
            if (AM2001A_0431() == 2)
                a = 300;
        }
        break;
        case dataset_id::fr1999a:
        {
            if (FR1999A_0437() == 81 && FR1999A_0426() == 12)
                a = 220;
            if (FR1999A_0409() >= 15 && FR1999A_0426() == 99)
                a = 390;
        }
        break;
        case dataset_id::in1983a:
        {
            if (IN1983A_0471() < 5)
                a = 0;
        }
        break;
        case dataset_id::jo2004a:
        {
            if (JO2004A_0452() == 1 && JO2004A_0462() == 1)
                a = 110;
            if (JO2004A_0452() == 2 && JO2004A_0462() == 1)
                a = 120;
        }
        break;
        case dataset_id::kg1999a:
        {
            if (KG1999A_0447() != 9999)
                a = 100;
            if (KG1999A_0447() == 9999)
                a = 300;
            if (KG1999A_0447() == 9999 && KG1999A_0448() == 1)
                a = 200;
            if (KG1999A_0409() < 16)
                a = 0;
        }
        break;
        case dataset_id::mn2000a:
        {
            if (MN2000A_0421() == 2 && MN2000A_0426() == 5)
                a = 230;
            if (MN2000A_0421() == 2 && MN2000A_0426() != 5 && MN2000A_0426() != 6)
                a = 300;
        }
        break;
        case dataset_id::za2001a:
        {
            if (ZA2001A_0449() == 9 && ZA2001A_0446() == 5)
                a = 390;
        }
        break;
        case dataset_id::za2007a:
        {
            if (ZA2007A_0568() == 3 && ZA2007A_0569() == 2)
                a = 230;
        }
        break;
        case dataset_id::pk1973a:
        {
            if (PK1973A_0420() == 1)
                a = 200;
            if (PK1973A_0420() == 2 || PK1973A_0420() == 3)
                a = 120;
        }
        break;
        case dataset_id::pe2007a:
        {
            if (PE2007A_0436() == 1)
                a = 110;
            if (PE2007A_0438() == 1)
                a = 210;
            else if (PE2007A_0438() == 2)
                a = 220;
            else if (PE2007A_0438() == 6)
                a = 310;
            else if (PE2007A_0438() == 3)
                a = 330;
            else if (PE2007A_0438() == 5)
                a = 341;
            else if (PE2007A_0438() == 4)
                a = 343;
            else if (PE2007A_0438() >= 7 && PE2007A_0438() <= 11)
                a = 390;
        }
        break;
        case dataset_id::fr2006a:
        {
            if (FR2006A_0456() == 12 && FR2006A_0414() == 81)
                a = 220;
        }
        break;
        case dataset_id::jm2001a:
        {
            if (JM2001A_0452() == 99 && (JM2001A_0449() == 1 || JM2001A_0450() == 1 || JM2001A_0451() == 1))
                a = 110;
            if (JM2001A_0452() == 99 && JM2001A_0404() < 14)
                a = 0;
        }
        break;
        case dataset_id::mw2008a:
        {
            if ((a == 200 || a == 310 || a == 390) && MW2008A_0444() == 1)
                a = 220;
            if ((a == 200 || a == 310 || a == 390) && MW2008A_0444() == 2)
                a = 210;
            if ((a == 200 || a == 310 || a == 390) && MW2008A_0444() == 0)
                a = 240;
        }
        break;
        case dataset_id::vn2009a:
        {
            if (VN2009A_0422() == 0 && VN2009A_0413() == 1)
                a = 110;
            if (VN2009A_0422() == 0 && (VN2009A_0414() == 1 || VN2009A_0415() == 1))
                a = 120;
            if (VN2009A_0422() == 0 && VN2009A_0420() == 1)
                a = 200;
            if (VN2009A_0422() == 0 && VN2009A_0403() < 15)
                a = 0;
        }
        break;
        case dataset_id::sv2007a:
        {
            if (SV2007A_0444() == 1)
                a = 120;
            if (SV2007A_0445() > 7)
                a = 140;
        }
        break;
        case dataset_id::id1976a:
        {
            if (ID1976A_0426() == 1)
                a = 110;
        }
        break;
        case dataset_id::id1980a:
        {
            if (ID1980A_0428() == 1)
                a = 110;
            if (ID1980A_0429() == 1)
                a = 120;
            if (ID1980A_0427() != 1 && ID1980A_0428() != 1 && ID1980A_0429() != 1 && ID1980A_0439() == 1 && ID1980A_0430() == 1)
                a = 210;
            if (ID1980A_0427() != 1 && ID1980A_0428() != 1 && ID1980A_0429() != 1 && ID1980A_0439() == 1 && ID1980A_0430() == 2)
                a = 220;
            if (ID1980A_0427() == 4 && ID1980A_0428() != 1 && ID1980A_0429() != 1 && ID1980A_0440() == 3)
                a = 240;
            if (ID1980A_0427() == 4 && ID1980A_0428() != 1 && ID1980A_0429() != 1 && ID1980A_0440() == 6)
                a = 320;
        }
        break;
        case dataset_id::id1985a:
        {
            if (ID1985A_0425() == 1)
                a = 110;
            if (ID1985A_0426() == 1)
                a = 120;
            if (ID1985A_0427() == 1 && (ID1985A_0428() == 1 || ID1985A_0428() == 2))
                a = 210;
            if (ID1985A_0427() == 2 && (ID1985A_0428() == 1 || ID1985A_0428() == 2))
                a = 220;
            if (ID1985A_0424() == 5 && ID1985A_0425() != 1 && ID1985A_0426() != 1 && ID1985A_0449() == 1)
                a = 240;
        }
        break;
        case dataset_id::id1990a:
        {
            if (ID1990A_0428() == 1)
                a = 110;
            if (ID1990A_0429() == 1)
                a = 120;
            if (ID1990A_0427() != 1 && ID1990A_0428() != 1 && ID1990A_0429() != 1 && ID1990A_0441() == 1 && ID1990A_0430() == 1)
                a = 210;
            if (ID1990A_0427() != 1 && ID1990A_0428() != 1 && ID1990A_0429() != 1 && ID1990A_0441() == 1 && ID1990A_0430() == 2)
                a = 220;
            if (ID1990A_0427() == 4 && ID1990A_0428() != 1 && ID1990A_0429() != 1 && ID1990A_0442() == 2)
                a = 240;
            if (ID1990A_0427() == 4 && ID1990A_0428() != 1 && ID1990A_0429() != 1 && ID1990A_0442() == 5)
                a = 320;
        }
        break;
        case dataset_id::id1995a:
        {
            if (ID1995A_0440() == 1)
                a = 110;
            if (ID1995A_0441() == 1)
                a = 120;
            if (ID1995A_0439() != 1 && ID1995A_0440() != 1 && ID1995A_0441() != 1 && ID1995A_0452() == 1)
                a = 200;
            if (ID1995A_0439() == 4 && ID1995A_0440() != 1 && ID1995A_0441() != 1 && (ID1995A_0453() == 2 || ID1995A_0454() == 1))
                a = 240;
            if (ID1995A_0439() == 4 && ID1995A_0440() != 1 && ID1995A_0441() != 1 && ID1995A_0453() == 5)
                a = 320;
        }
        break;
        case dataset_id::tr2000a:
        {
            if (TR2000A_0419() == 1)
                a = 110;
            if (TR2000A_0419() == 2)
                a = 120;
            if (TR2000A_0429() == 9 && TR2000A_0427() == 1)
                a = 200;
        }
        break;
        case dataset_id::uy1996a:
        {
            if (UY1996A_0453() == 1 && UY1996A_0433() == 1)
                a = 120;
        }
        break;
        case dataset_id::uy2006a:
        {
            if (UY2006A_0932() == 1 && UY2006A_0546() == 1)
                a = 120;
        }
        break;
        case dataset_id::ar2010a:
        {
            if (AR2010A_0417() == 2 && AR2010A_0418() == 1)
                a = 110;
            if (AR2010A_0417() == 2 && AR2010A_0418() == 2 && AR2010A_0419() == 1)
                a = 120;
            if (AR2010A_0417() == 2 && AR2010A_0418() == 2 && AR2010A_0419() == 2 && AR2010A_0420() == 1)
                a = 200;
        }
        break;
        case dataset_id::br2010a:
        {
            if (BR2010A_0452() == 1)
                a = 120;
            if (BR2010A_0453() == 1)
                a = 110;
            if (BR2010A_0477() == 1)
                a = 200;
            if (BR2010A_0477() == 2)
                a = 300;
        }
        break;
        case dataset_id::ec2010a:
        {
            if (EC2010A_0468() == 1)
                a = 220;
            if (EC2010A_0468() == 2)
                a = 341;
            if (EC2010A_0468() == 3)
                a = 343;
            if (EC2010A_0468() == 5)
                a = 310;
            if (EC2010A_0468() == 6)
                a = 320;
            if (EC2010A_0468() == 7)
                a = 390;
        }
        break;
        case dataset_id::fj1996a:
        {
            if (FJ1996A_0425() == 7 && FJ1996A_0422() == 2 && FJ1996A_0424() == 2)
                a = 200;
        }
        break;
        case dataset_id::fj2007a:
        {
            if (FJ2007A_0432() == 2 && FJ2007A_0443() == 1)
                a = 200;
            if (FJ2007A_0432() == 2 && FJ2007A_0444() == 2)
                a = 330;
            if (FJ2007A_0432() == 2 && FJ2007A_0444() == 3)
                a = 340;
            if (FJ2007A_0432() == 2 && FJ2007A_0444() == 4)
                a = 320;
            if (FJ2007A_0432() == 2 && FJ2007A_0444() >= 5 && FJ2007A_0444() <= 7)
                a = 390;
            if (FJ2007A_0432() == 2 && FJ2007A_0443() == 8 && FJ2007A_0444() == 8)
                a = 999;
        }
        break;
        case dataset_id::kg2009a:
        {
            if (KG2009A_0440() >= 1 && KG2009A_0440() <= 2 && KG2009A_0416() < 15)
                a = 0;
            if (KG2009A_0441() == 1)
                a = 200;
            if (KG2009A_0443() < 8)
                a = 300;
        }
        break;
        case dataset_id::pa2010a:
        {
            if (PA2010A_0431() == 1 || PA2010A_0433() == 1)
                a = 110;
            if (PA2010A_0432() == 1)
                a = 120;
            if (PA2010A_0431() == 8)
                a = 999;
            if (PA2010A_0434() == 1 || PA2010A_0435() == 1)
                a = 200;
        }
        break;
        case dataset_id::do1960a:
        {
            if (DO1960A_0408() == 11 && DO1960A_0409() == 4)
                a = 117;
        }
        break;
        case dataset_id::gh2010a:
        {
            if (GH2010A_0443() == 1 && GH2010A_0418() == 1)
                a = 120;
            if (GH2010A_0443() == 2 && GH2010A_0418() == 3)
                a = 220;
            if (GH2010A_0443() == 3 && GH2010A_0419() == 1)
                a = 310;
            if (GH2010A_0443() == 3 && GH2010A_0419() == 4)
                a = 320;
            if (GH2010A_0443() == 3 && GH2010A_0419() == 2)
                a = 330;
            if (GH2010A_0443() == 3 && GH2010A_0419() == 3)
                a = 343;
        }
        break;
        case dataset_id::ng2006a:
        {
            if (NG2006A_0414() == 8 && (NG2006A_0415() == 1 || NG2006A_0415() == 3 || NG2006A_0415() == 4 || NG2006A_0415() == 5))
                a = 200;
            if (NG2006A_0414() == 8 && NG2006A_0415() == 7)
                a = 320;
            if (NG2006A_0414() == 8 && NG2006A_0415() == 6)
                a = 344;
        }
        break;
        case dataset_id::ng2007a:
        {
            if (NG2007A_0412() == 8 && (NG2007A_0413() == 1 || NG2007A_0413() == 3 || NG2007A_0413() == 4 || NG2007A_0413() == 5))
                a = 200;
            if (NG2007A_0412() == 8 && NG2007A_0413() == 7)
                a = 320;
            if (NG2007A_0412() == 8 && NG2007A_0413() == 6)
                a = 344;
        }
        break;
        case dataset_id::ng2008a:
        {
            if (NG2008A_0412() == 8 && (NG2008A_0413() == 1 || NG2008A_0413() == 3 || NG2008A_0413() == 4 || NG2008A_0413() == 5))
                a = 200;
            if (NG2008A_0412() == 8 && NG2008A_0413() == 7)
                a = 320;
            if (NG2008A_0412() == 8 && NG2008A_0413() == 6)
                a = 344;
        }
        break;
        case dataset_id::ng2009a:
        {
            if (NG2009A_0411() == 8 && (NG2009A_0412() == 1 || NG2009A_0412() == 3 || NG2009A_0412() == 4 || NG2009A_0412() == 5))
                a = 200;
            if (NG2009A_0411() == 8 && NG2009A_0412() == 7)
                a = 320;
            if (NG2009A_0411() == 8 && NG2009A_0412() == 6)
                a = 344;
        }
        break;
        case dataset_id::ng2010a:
        {
            if (NG2010A_0478() == 99 && NG2010A_0404() < 5)
                a = 0;
            if (NG2010A_0478() == 99 && (NG2010A_0473() == 1 || NG2010A_0474() == 1 || NG2010A_0475() == 1 || NG2010A_0476() == 1))
                a = 110;
            if (NG2010A_0478() == 99 && NG2010A_0477() == 1)
                a = 200;
        }
        break;
        case dataset_id::cr2011a:
        {
            if (CR2011A_0435() == 4 && CR2011A_0437() == 1)
                a = 210;
            if (CR2011A_0435() == 4 && CR2011A_0437() == 2)
                a = 220;
            if (CR2011A_0435() == 4 && CR2011A_0437() == 3)
                a = 343;
            if (CR2011A_0435() == 4 && CR2011A_0437() == 4)
                a = 341;
            if (CR2011A_0435() == 4 && CR2011A_0437() == 5)
                a = 330;
            if (CR2011A_0435() == 4 && CR2011A_0437() == 6)
                a = 310;
            if (CR2011A_0435() == 4 && CR2011A_0437() == 7)
                a = 390;
        }
        break;
        case dataset_id::am2011a:
        {
            if ((AM2011A_0434() == 1 || AM2011A_0434() == 2) && AM2011A_0435() == 1 && AM2011A_0430() == 2)
                a = 220;
            if ((AM2011A_0434() == 1 || AM2011A_0434() == 2) && AM2011A_0435() == 2 && AM2011A_0430() == 2)
                a = 210;
            if (AM2011A_0434() == 3)
                a = 300;
        }
        break;
        case dataset_id::za2011a:
        {
            if ((ZA2011A_0480() == 3 || ZA2011A_0480() == 4) && ZA2011A_0481() == 2)
                a = 230;
        }
        break;
        case dataset_id::by2009a:
        {
            if (BY2009A_0424() == 3 && BY2009A_0431() == 2 && BY2009A_0402() >= 15 && BY2009A_0402() < 99 && (BY2009A_0433() == 1 || BY2009A_0433() == 2))
                a = 120;
            if (BY2009A_0424() == 3 && BY2009A_0431() == 2 && BY2009A_0402() >= 15 && BY2009A_0402() < 99 && BY2009A_0433() == 3)
                a = 371;
            if (BY2009A_0424() == 3 && BY2009A_0431() == 2 && BY2009A_0402() >= 15 && BY2009A_0402() < 99 && BY2009A_0433() == 4)
                a = 390;
            if (BY2009A_0424() == 3 && BY2009A_0431() == 2 && BY2009A_0402() >= 15 && BY2009A_0402() < 99 && BY2009A_0433() == 5)
                a = 344;
            if (BY2009A_0424() == 3 && BY2009A_0431() == 2 && BY2009A_0402() >= 15 && BY2009A_0402() < 99 && BY2009A_0433() == 6)
                a = 320;
            if (BY2009A_0424() == 3 && BY2009A_0431() == 2 && BY2009A_0402() >= 15 && BY2009A_0402() < 99 && BY2009A_0433() == 7)
                a = 330;
            if (BY2009A_0424() == 3 && BY2009A_0431() == 2 && BY2009A_0402() >= 15 && BY2009A_0402() < 99 && BY2009A_0433() == 8)
                a = 310;
            if (BY2009A_0424() == 3 && BY2009A_0431() == 2 && BY2009A_0402() >= 15 && BY2009A_0402() < 99 && (BY2009A_0433() == 9 || BY2009A_0433() == 10 || BY2009A_0433() == 98))
                a = 390;
            if (BY2009A_0424() == 3 && BY2009A_0431() == 8 && BY2009A_0402() >= 15 && BY2009A_0402() < 99)
                a = 999;
        }
        break;
        case dataset_id::bw2001a:
        {
            if (BW2001A_0403() >= 12 && BW2001A_0403() < 99 && BW2001A_0421() == 2 && BW2001A_0422() == 2)
                a = 310;
            if (BW2001A_0403() >= 12 && BW2001A_0403() < 99 && BW2001A_0421() == 2 && BW2001A_0422() == 3)
                a = 330;
            if (BW2001A_0403() >= 12 && BW2001A_0403() < 99 && BW2001A_0421() == 2 && BW2001A_0422() == 4)
                a = 340;
            if (BW2001A_0403() >= 12 && BW2001A_0403() < 99 && BW2001A_0421() == 2 && BW2001A_0422() == 5)
                a = 320;
            if (BW2001A_0403() >= 12 && BW2001A_0403() < 99 && BW2001A_0421() == 2 && BW2001A_0422() == 6)
                a = 390;
            if (BW2001A_0403() >= 12 && BW2001A_0403() < 99 && BW2001A_0421() == 2 && BW2001A_0422() == 8)
                a = 999;
        }
        break;
        case dataset_id::ir2011a:
        {
            if (IR2011A_0408() >= 10 && IR2011A_0408() < 998 && IR2011A_0435() == 4 && (IR2011A_0436() == 2 || IR2011A_0436() == 3))
                a = 120;
            if (IR2011A_0408() >= 10 && IR2011A_0408() < 998 && IR2011A_0435() == 4 && IR2011A_0436() == 4)
                a = 330;
            if (IR2011A_0408() >= 10 && IR2011A_0408() < 998 && IR2011A_0435() == 4 && IR2011A_0436() == 5)
                a = 310;
            if (IR2011A_0408() >= 10 && IR2011A_0408() < 998 && IR2011A_0435() == 4 && IR2011A_0436() == 6)
                a = 380;
            if (IR2011A_0408() >= 10 && IR2011A_0408() < 998 && IR2011A_0435() == 4 && IR2011A_0436() == 7)
                a = 390;
        }
        break;
        case dataset_id::tt2000a:
        {
            if (TT2000A_0403() >= 15 && TT2000A_0454() == 30 && TT2000A_0455() == 40)
                a = 330;
            if (TT2000A_0403() >= 15 && TT2000A_0454() == 30 && TT2000A_0455() == 41)
                a = 310;
            if (TT2000A_0403() >= 15 && TT2000A_0454() == 30 && TT2000A_0455() == 42)
                a = 344;
            if (TT2000A_0403() >= 15 && TT2000A_0454() == 30 && TT2000A_0455() == 43)
                a = 321;
            if (TT2000A_0403() >= 15 && TT2000A_0454() == 30 && TT2000A_0455() == 44)
                a = 345;
            if (TT2000A_0403() >= 15 && TT2000A_0454() == 30 && (TT2000A_0455() == 45 || TT2000A_0455() == 77))
                a = 390;
            if (TT2000A_0403() >= 15 && TT2000A_0454() == 30 && (TT2000A_0455() == 46 || TT2000A_0455() == 47))
                a = 240;
            if (TT2000A_0403() >= 15 && TT2000A_0454() == 30 && TT2000A_0455() == 48)
                a = 230;
            if (TT2000A_0403() >= 15 && TT2000A_0454() == 30 && TT2000A_0455() == 49)
                a = 322;
            if (TT2000A_0403() >= 15 && TT2000A_0454() == 30 && TT2000A_0455() == 98)
                a = 999;
        }
        break;
        case dataset_id::tt2011a:
        {
            if (TT2011A_0407() >= 15 && TT2011A_0407() < 999 && TT2011A_0470() == 30 && TT2011A_0471() == 40)
                a = 330;
            if (TT2011A_0407() >= 15 && TT2011A_0407() < 999 && TT2011A_0470() == 30 && TT2011A_0471() == 41)
                a = 310;
            if (TT2011A_0407() >= 15 && TT2011A_0407() < 999 && TT2011A_0470() == 30 && TT2011A_0471() == 42)
                a = 344;
            if (TT2011A_0407() >= 15 && TT2011A_0407() < 999 && TT2011A_0470() == 30 && TT2011A_0471() == 43)
                a = 321;
            if (TT2011A_0407() >= 15 && TT2011A_0407() < 999 && TT2011A_0470() == 30 && TT2011A_0471() == 44)
                a = 345;
            if (TT2011A_0407() >= 15 && TT2011A_0407() < 999 && TT2011A_0470() == 30 && (TT2011A_0471() == 45 || TT2011A_0471() == 77))
                a = 390;
            if (TT2011A_0407() >= 15 && TT2011A_0407() < 999 && TT2011A_0470() == 30 && (TT2011A_0471() == 46 || TT2011A_0471() == 47))
                a = 240;
            if (TT2011A_0407() >= 15 && TT2011A_0407() < 999 && TT2011A_0470() == 30 && TT2011A_0471() == 48)
                a = 230;
            if (TT2011A_0407() >= 15 && TT2011A_0407() < 999 && TT2011A_0470() == 30 && TT2011A_0471() == 49)
                a = 322;
            if (TT2011A_0407() >= 15 && TT2011A_0407() < 999 && TT2011A_0470() == 30 && TT2011A_0471() == 98)
                a = 999;
        }
        break;
        case dataset_id::uy1996x:
        {
            if (UY1996X_0453() == 1 && UY1996X_0433() == 1)
                a = 120;
        }
        break;
        case dataset_id::rw2012a:
        {
            if (RW2012A_0440() == 1)
                a = 220;
            if (RW2012A_0440() == 2)
                a = 210;
        }
        break;
		case dataset_id::np2011a:
        {
            if (NP2011A_0462() == 9 && NP2011A_0455() >= 6 && NP2011A_0455() <= 12)
                a = 200;
            if (NP2011A_0462() == 9 && NP2011A_0403() <  10)
                a = 0;
        }
        break;
		case dataset_id::fj2014a:
        {
            if (FJ2014A_0416() == 2 && FJ2014A_0427() == 1)
                a = 200;
            if (FJ2014A_0416() == 2 && FJ2014A_0428() == 1)
                a = 310;
            if (FJ2014A_0416() == 2 && FJ2014A_0428() == 2)
                a = 330;
            if (FJ2014A_0416() == 2 && FJ2014A_0428() == 3)
                a = 340;
            if (FJ2014A_0416() == 2 && FJ2014A_0428() == 4)
                a = 320;
        }
        break;
		case dataset_id::gt1964a:
        {
            if (GT1964A_0426() == 2 && GT1964A_0427() == 1)
                a = 200;
            if (GT1964A_0426() == 2 && GT1964A_0436() == 1)
                a = 310;
            if (GT1964A_0426() == 2 && GT1964A_0436() == 2)
                a = 330;
            if (GT1964A_0426() == 2 && GT1964A_0436() == 3)
                a = 340;
        }
        break;
		case dataset_id::gt2002a:
        {
            if (GT2002A_0422() == 2 && GT2002A_0423() == 1)
                a = 120;
            if (GT2002A_0422() == 2 && GT2002A_0423() == 6)
                a = 210;
            if (GT2002A_0422() == 2 && GT2002A_0423() == 7)
                a = 220;
            if (GT2002A_0422() == 2 && GT2002A_0423() == 8)
                a = 330;
            if (GT2002A_0422() == 2 && GT2002A_0423() == 9)
                a = 342;
            if (GT2002A_0422() == 2 && GT2002A_0423() == 10)
                a = 310;
        }
        break;
		case dataset_id::ru2002a:
        {
            if (RU2002A_0426() == 2 && RU2002A_0430() <= 12)
                a = 200;
            if (RU2002A_0426() == 2 && RU2002A_0430() == 26)
                a = 310;
        }
        break;
		case dataset_id::ru2010a:
        {
            if (RU2010A_0427() == 2 && RU2010A_0432() <= 3)
                a = 200;
            if (RU2010A_0427() == 2 && RU2010A_0432() == 7)
                a = 310;
            if (RU2010A_0427() == 9 && RU2010A_0401() > 72 && RU2010A_0401() < 99)
                a = 390;
        }
        break;
        case dataset_id::bo2001a:
        {
            if (BO2001A_0455() == 1)
                a = 120;
            if (BO2001A_0456() == 1)
                a = 210;
            if (BO2001A_0456() == 2)
                a = 220;
			if (BO2001A_0455() >= 2 && BO2001A_0455() <= 4)
                a = 110;
			if (BO2001A_0456() == 3)
                a = 330;
			if (BO2001A_0456() == 4)
                a = 310;
			if (BO2001A_0456() == 5)
                a = 340;
		}
        break;
        case dataset_id::bo2012a:
        {
            if (BO2012A_0453() == 1)
                a = 120;
			if (BO2012A_0454() == 1)
                a = 210;
			if (BO2012A_0454() == 2)
                a = 220;
			if (BO2012A_0453() >= 2 && BO2012A_0453() <= 4)
                a = 110;
			if (BO2012A_0454() == 3)
                a = 330;
			if (BO2012A_0454() == 4)
                a = 310;
			if (BO2012A_0454() == 5)
                a = 340;	
		}
        break;
        case dataset_id::mu1990a:
        {
			if (MU1990A_0434() == 999)
                a = 0;
			if (MU1990A_0435() == 1)
                a = 120;
			if (MU1990A_0436() == 1 && MU1990A_0437() == 1 && MU1990A_0438() < 99)
                a = 210;
			if (MU1990A_0436() == 1 && MU1990A_0437() == 1 && MU1990A_0438() == 99)
                a = 220;
			if (MU1990A_0434() == 998 || MU1990A_0435() == 8 || MU1990A_0436() == 8 || MU1990A_0437() == 8 || MU1990A_0438() == 998)
                a = 999;	
		}
        break;
        case dataset_id::mu2000a:
        {
			if (MU2000A_0442() == 999)
                a = 0;
			if (MU2000A_0443() == 1)
                a = 120;
			if (MU2000A_0444() == 1 && MU2000A_0445() == 1 && MU2000A_0446() < 97)
                a = 210;
			if (MU2000A_0444() == 1 && MU2000A_0445() == 1 && MU2000A_0446() == 97)
                a = 220;
			if (MU2000A_0442() == 998 || MU2000A_0443() == 8 || MU2000A_0444() == 8 || MU2000A_0445() == 8 || MU2000A_0446() == 98)
                a = 999;
		}
        break;
        case dataset_id::mu2011a:
        {
			if (MU2011A_0467() == 1 && MU2011A_0469() == 1)
                a = 120;
			if (MU2011A_0467() >= 4 && MU2011A_0467() <= 8 && MU2011A_0470() == 2 && MU2011A_0471() == 1)
                a = 240;
		}
        break;
        case dataset_id::sk1991a:
        {
            if (SK1991A_0402() <= 3)
                a = 0;
        }
        break;
		}


        setData(a);
    }
};

    

Description

EMPSTAT indicates whether or not the respondent was part of the labor force -- working or seeking work -- over a specified period of time. Depending on the sample, EMPSTAT can also convey further information.

The first digit of EMPSTAT is fully comparable, and classifies the population into three groups: employed, unemployed, and inactive. The combination of employed and unemployed yields the total labor force. The second and third digits of EMPSTAT preserve additional information available for some countries and census years but not for others.

Employment status is sometimes referred to in other sources as "activity status".

Comparability — Index

GENERAL
Argentina
Armenia
Austria
Bangladesh
Belarus
Benin
Bolivia
Botswana
Brazil
Burkina Faso
Cambodia
Cameroon
Canada
Chile
China
Colombia
Costa Rica
Cuba
Dominican Republic
Ecuador
Egypt
El Salvador
Ethiopia
Fiji
Finland
France
Germany
Ghana
Greece
Guatemala
Guinea
Haiti
Honduras
Hungary
Indonesia
Iran
Iraq
Ireland
Israel
Italy
Jamaica
Jordan
Kenya
Kyrgyz Republic
Laos
Lesotho
Liberia
Malawi
Malaysia
Mali
Mauritius
Mexico
Mongolia
Morocco
Myanmar
Nepal
Netherlands
Nicaragua
Pakistan
Palestine
Panama
Papua New Guinea
Paraguay
Peru
Philippines
Poland
Portugal
Puerto Rico
Romania
Russia
Rwanda
Saint Lucia
Senegal
Sierra Leone
Slovak Republic
Slovenia
South Africa
South Sudan
Spain
Sudan
Suriname
Switzerland
Tanzania
Togo
Trinidad and Tobago
Turkey
Uganda
Ukraine
United Kingdom
United States
Uruguay
Venezuela
Vietnam
Zambia
Zimbabwe

Comparability — General

In general, where EMPSTAT is concerned, users should pay particular attention to the enumerator instructions and forms.

The age of persons to whom the question applies varies across the samples. South Africa 2001 is particularly unusual in its exclusion of elderly persons. The number of categories distinguished among the inactive population also varies widely among samples.

Reference period

The reference period for the employment status question varies across censuses. For most samples, employment status was reported with respect to the day of the census or within a specified week prior to the census. In a few samples the period can be as month or as long as a year -- amounting to "usual employment status" over this period. Short reference periods can have an impact on seasonal labor measures, depending on when the census was taken. The variations among samples with respect to reference period are summarized below:

1) Current (at time of census):
Austria 1971-2011
Chile 1960
China 1982-1990
Colombia 1964
Ecuador 1962
Egypt 1986-1996
France 1962-2011
Germany 1970, 1987
Greece 1981
Hungary 2011
Ireland 1971, 1981-2016
Kyrgyz Republic 1999-2009
Morocco 1982-2004
Panama 1960
Paraguay 1962
Romania 1992
Slovak Republic 1991-2011
Slovenia 2002
South Africa 1996
Switzerland 1970-2000
Togo 1960
Ukraine 2001
Uruguay 1963
Venezuela 1990
2) Reference week (typically the week prior to the census):
Argentina 1970-2010
Armenia 2001-2011
Bangladesh 2001-2011
Belarus 1999-2009
Bolivia 1976-2012
Botswana 2001
Brazil 1960-1970, 2000-2010
Burkina Faso 1985-2006
Cameroon 1976-2005
Canada 1971-2011
Chile 1970-2017
Colombia 1973-2005
Costa Rica 1974-2010
Cuba 2002-2012
Dominican Republic 1970-2010
Ecuador 1974-2010
Egypt 2006
El Salvador 1992-2007
Fiji 1976-2014
Finland 2010
Ghana 1984-2010
Greece 1971, 1991-2011
Guatemala 1973-2002
Guinea 1983-2014
Honduras 1961-2001
Hungary 1970-2001
India 1983-2004
Indonesia 1971-1995, 2010
Iran 2006-2011
Iraq 1997
Israel 1972, 1995-2008
Italy 2001- 2011; all surveys
Jamaica 1982-2001
Jordan 2004
Kenya 1989-2009
Lesotho 1996-2006
Malawi 1987-2008
Malaysia 1970-2000
Mauritius 1990-2011
Mexico 1970-2000, 2010-2015; all surveys
Mongolia 2000
Morocco 2014
Mozambique 1997-2007
Netherlands 2001-2011
Nicaragua 1971-2005
Nigeria 2006-2010
Pakistan 1973
Palestine 1997-2017
Panama 1970-2010
Peru 1993-2007
Paraguay 1972-2002
Papua New Guinea 1980-2011
Philippines 1990
Poland 2002
Portugal 1981-2011
Puerto Rico 1990-2010
Romania 2002-2011
Russia 2002-2010
Rwanda 1991, 2012
Saint Lucia 1980-1991
Spain 1981-2011; all surveys
South Africa 2001-2011
Sudan 2008
Suriname 2004-2012
South Sudan 2008
Tanzania 2002-2012
Togo 2010
Trinidad and Tobago 1970-2011
Turkey 1985-2000
Uganda 1991-2014
United Kingdom 1991-2001
United States 1960-2015
Uruguay 1975-2011
Venezuela 1971-1981
Vietnam 2009
Zambia 1990-2010
3) Last month:
Bangladesh 1991
Benin 1979
Botswana 1991
Costa Rica 1963
Guatemala 1964
Haiti 2003
Mali 1987-2009
Rwanda 2002
Sierra Leone 2004
4) Last year:
Botswana 2011
Brazil 1980-1991
Cambodia 1998-2013
Haiti 1982
India 2009
Laos 2005
Liberia 2008
Myanmar 2014
Nepal 2001-2011
Senegal 1988-2013
Sierra Leone 2015
Vietnam 1989-1999
Zimbabwe 2012
5) Undefined or other:
Benin 1992-2013 (3 months)
Dominican Republic 1960
Ethiopia 2007 (2 months)
Haiti 1971 (6 months)
Tanzania 1988
Employed
The employed population generally consists of persons working for pay for an employer, self-employed persons, unpaid (usually family) workers engaged in the production of economic goods, and persons who have a job but were temporarily absent for some reason. The details for each sample can be examined in the enumeration text for the census.
Unemployed
The unemployed population is particularly difficult to define consistently across countries. We have attempted to apply UN and ILO standards in defining the unemployed as persons who were out of work and actively seeking a job.

Some countries have relatively small paid-labor sectors and irregular labor markets, making unemployment comparisons difficult. In particular, discouraged workers who were not seeking employment are not handled consistently across samples. Some developing countries identify persons not working or seeking work because no work was available. We code these cases as a category within unemployed, relaxing the standards that apply in more developed labor markets. The instructions for some other censuses also explicitly include such discouraged workers with the rest of the unemployed. We have tried to note such instances in the country comparability discussions.

Users should also be particularly careful when interpreting the data for Cambodia and Vietnam, which determine employment status relative to the reference year. The unemployed responses for these samples are given unique detailed codes to highlight their difference. Laos, Nepal and Senegal also have unclear or long time frames for unemployment status.

Among the unemployed, some samples distinguish between persons with past work experience (experienced unemployed) and persons seeking work for the first time (new workers).

Comparability — Argentina [top]

The 1970 census asks what the person did during "the greater part of the week", specifically during "four normal work days". This definition may under-report labor force participation in comparison to later years. The 1980 sample asks simply what the person did last week, and the work responses are listed first on the form. The 1991 and 2001 samples are more specific, since they consider any economic activity performed in the previous week as work.

The 2010 census asked whether each person had worked at least one hour in the week prior to the census. Persons who reported doing informal work in the last week were considered as "at work." Persons who did not report having work in the last week were asked whether they had looked for work in the past 4 weeks; if so, they were considered unemployed rather than inactive.

The 1970 and 1980 samples distinguish experienced workers from new workers, defined as persons seeking work for the first time.

The 2001 sample includes more detail in the unharmonized source variable, differentiating between persons who are both retired and in school and among different kinds of unemployed persons.

The age universe for the question rose from age 10 or older in the 1970 sample, to age 14 or older in subsequent years.

Comparability — Armenia [top]

Employed persons are those who worked one hour or more during the reference week. Unemployed persons are those who were actively seeking a job at the time of the census.

Comparability — Austria [top]

Austria follows non-standard and changing practices in the identification of employment status. In the 1971 sample, persons are considered inactive if they worked fewer than 14 hours in an average week. In the 1981 sample, persons are considered inactive if they worked fewer than 13 hours in an average week. In the 1991 sample, persons are considered inactive if they worked fewer than 12 hours in an average week.

In the 2001 and 2011 samples, one hour of work per week categorizes a person as "Employed". This is the modern international standard definition. Persons working fewer than 12 hours -- also known as the "Marginally employed" -- are identified as a subcategory of the "Employed" category in 2001, but not in 2011. This category can be used to make the Austrian samples fairly consistent from 1971 to 2001. The 2001 sample also separates children younger than 15 who are not in school, who are classified as "Too young to work". This group is combined into the "In school" group in previous years.

In the 1971 to 2001 samples, the "Dependent" category only includes persons age 15 or older.

Comparability — Bangladesh [top]

The reference period was the previous month in 1991 and the previous week in 2001 and 2011. In 1991, the person's status is based on what they did "most of the time" in the previous month. In 2001, it was the status in which they spent the most time. In 2011, employment was defined as working at least one hour in the past week. In all cases, unemployment is defined as looking for work.

In 1991 and 2011, the question was asked of persons age 7+, whereas in 2001 it was asked of persons age 5+.

Comparability — Belarus [top]

The 2009 sample listed more response categories than 1999.

Comparability — Benin [top]

The period of reference was one month in 1979 and 3 months in later years. The age universe differs between 1979-1992 and 2002-2013.

Comparability — Bolivia [top]

The definition of "at work" differs slightly across samples. The 1976 sample records what the person did for the "greatest part of their time" in the previous week. The 1991-2012 samples consider as work even one hour of paid or unpaid economic labor during the previous week. In addition, the 1976 sample did not define unemployment. The 1991-2012 samples state that the person must be seeking work in order to be considered unemployed.

The responses from the 2001 and 2012 samples are constructed using multiple source variables, but the categories are generally comparable to the 1976 and 1991 samples.

Comparability — Botswana [top]

The universe of the 1991 sample is all persons 12 years or older. The 2001 and 2011 sample universes include persons 12 years or more with the exception of institutionalized non-residents.

The reference period changes across samples: it is the previous month in 1991, the previous week in 2001, and the previous year in 2011.

Comparability — Brazil [top]

Employment status is expressed relative to a reference week for the 1960-1970 and 2000-2010 census samples, but refers to the last 12 months in 1980 and 1991.

The classification of employment status is fairly consistent. The 2000 and 2010 samples do not differentiate among different types of non-work activities. The 1970 and 1991 samples are the only ones to distinguish the experienced unemployed from new workers seeking their first job.

The categorization of unemployment is the principal comparability issue for Brazil. In the 1960 sample, there was no stated definition of unemployment in the census instructions. Therefore, it is not certain whether unemployed persons were actually seeking work. In the 1970 sample, persons with an "Unemployed" response were also seeking work, which was a separate question in that year. Starting with the 1980 sample, "Unemployment" status requires looking for work.

The reference period for unemployment also changed. Unemployment is determined relative to the reference week in the 1960-1980 samples. The 1991-2010 samples also used a reference week, but use a longer reference period for the unemployment category within the employment status question. In the 1991 sample, persons are considered unemployed if they do not work in the reference week and sought work within the previous two months. In the 2000 and 2010 samples, persons are considered unemployed if they sought work in the month prior to the census.

Comparability — Burkina Faso [top]

The universe varies across samples, both by age and whether it includes all persons or only residents of the household. There are some differences in response categories across samples.

For all samples, the reference period is the previous week. The 1985 and 1996 censuses simply asked whether the person had worked in the last 7 days, while in the 2006 questionnaire it is explicitly stated that the person has to have worked during 3 out of the last 7 days to be considered economically active. In all samples, unemployed persons are those actively looking for a job.

Comparability — Cambodia [top]

The categories across samples are comparable. "Unemployed" persons are those who were seeking work for six or more months in the previous year. "Employed" persons may be paid or unpaid, and include seasonal workers and those who were on leave during the year.

While the question was asked for all persons for the 1998, 2004 and 2008 censuses, for 2013 the universe is restricted to present persons.

Comparability — Cameroon [top]

The reference period for all samples is the previous week. The 1976 instructions indicated any work in the reference week constituted employment. The 1987 census stipulated that the person's status was based on what they did most of the time during the week. In 2005 any work in the last week qualifies as employed.

In all samples, unemployed persons are those actively looking for work.

The universe varies slightly across samples.

Comparability — Canada [top]

In all samples, any paid or unpaid work in the prior week work categorizes a person as "Employed". The 1971-1981 samples explicitly identify armed forces.

Comparability — Chile [top]

The 1960 sample has only one category for both disabled and imprisoned persons. Other censuses do not report the number of persons in prison.

The reference period in the 1960 sample is the census day. In all other samples it is the previous week.

In the 1982 sample, the definition of "unemployed" does not explicitly require that the person be seeking work. This is not the case in the 1960 sample.

All samples except 2017 distinguish between new and experienced unemployed.

The 1970 and 2017 samples do not report persons who could not work due to disability or health issues.

The universe statement changes between samples. The 1960 and 1970 samples include persons age 12 or older. Other samples apply higher age thresholds.

Comparability — China [top]

"Employed" persons are defined as those who derive an income for their labor. This includes persons with temporary jobs who worked at least 16 days in the previous month.

In both samples, "Unemployed" persons include those "awaiting government job". In the 1990 sample, the "Unemployed category" includes "urban unemployed" as well.

Persons working at home whose production is their major means of upkeep are recorded as having an occupation and industry, and not as "Doing housework".

Comparability — Colombia [top]

In the 1964 sample, the reference period for the employment status question is at the time of the census. In later years, the reference period applies to the previous week.

In the 1964 sample, experienced workers and new workers are not distinguished. Unemployed persons who are not looking for work are classified as "Inactive" and given a distinct code among discouraged workers.

The universe statement changes between samples. The 1964 sample includes persons age 12 or older. The 1973 sample includes persons age 10 or older. The 2005 sample includes persons age 5 or older.

In the 1993 sample, the employment status question refers to the principal activity performed. Therefore, this variable underreports the secondary economic activity carried out by students, housewives, family-workers, semi-retired persons, and others. The 2005 sample is not explicit on this point.

Comparability — Costa Rica [top]

The 1963 sample has two categories for "Institutionalized/hospitalized" persons and "Permanently disabled" persons.

The reference period for the 1963 sample is unusual. The "Employed" category includes persons who worked six days or more in the previous month. Instead, "Unemployed" includes persons capable of working who worked for fewer than six days in the previous month.

The 1973 sample explicitly includes in the "Unemployed" category those persons who did not look for work because they did not think they could find it.

The 2011 sample utilized two source variables to create the integrated EMPSTAT variable, one with basic work information, and another that distinguished between types of unemployment or inactivity.

Comparability — Cuba [top]

In both the 2002 and 2012 samples, the reference period is the week prior to the census. Persons are considered to be working if they worked at least 8 hours during the previous week, even if it was unpaid. Unemployed persons are those seeking work.

The 2012 sample distinguishes between retirement and other (non-retirement) pensioners, while the 2002 sample groups all persons receiving pensions in the same category. In 2012, persons who received other pensions include benefits related to disabilities, widows/widowers, orphans, and families of deceased workers.

Comparability — Dominican Republic [top]

For 1960, the reference period is January 1st to August 7th, 1960. For 1970, the reference period is January 1st to January 9th, 1970. For 1981, 2002, and 2010, the reference period is the seven days prior to the census.

In 1960, "Unemployed" is not a response category. Unemployed persons are likely included in the "Other" category for this sample.

The universe varies over time. In 1960, the question was asked of all persons. In 1970, 1981 and 2010, the question was asked of persons age 10 and older. In 2002, the question was asked of persons age 15 and older.

Comparability — Ecuador [top]

The reference period in the 1962 sample was at the time of the census. In the other samples, the reference period is the week prior to the census.

In the 1962 sample, there is no requirement that a person be seeking work to be considered unemployed. The other samples include "Seeking work" in the definition of unemployment.

The universe statement dropped: from age 12 or older in the 1962-1982 samples, to age 8 or older in the 1990 sample, to age 5 or older in the 2001 and 2010 samples.

Comparability — Egypt [top]

There was no specified time period for this question in the 1986 and 1996 samples, but it implies employment status at the time of the census. Instead, the 2006 sample explicitly asks for activities performed during the previous week. The samples are otherwise generally comparable, with slight differences in the wording of categories. Employed persons include unpaid workers. Unemployed persons are those actively seeking work.

In all samples, the category "retired" indicates persons younger than 65 who are retired. Instead, the category "elderly" indicates persons age 65 or older who are retired. In the 2006 sample, the "inactive, other reasons" category includes non-student, non-working males ages 6 to 15, and those who choose not to work. In the 1996 sample, the category only includes the latter classification.

Comparability — El Salvador [top]

Both samples include persons age 10 or older in the universe statement.

The categories differ between samples. In 1992, there is a unique category for those who did not seek work because they did not believe that work was available. They were coded into the active labor force, in the "No work available" subcategory. In 2007, there is a unique category for those who are "Marginally employed". This includes persons who indicate not working during the previous week, but who specify that they perform "Other" economic activities (detail available in the unharmonized source variables), such as selling items, washing clothes, making tortillas, assisting in agricultural work, etc.

Comparability — Ethiopia [top]

The reference period for employment activity for the 2007 sample is "most of the last two months." The "inactive, other reasons" category includes beggars.

Comparability — Fiji [top]

The reference period in all Fiji samples is the week prior to the census. The age universe differs across samples.

"At work" includes people who were active at all in the week preceding the census, whether the work was for pay or subsistence. People who had a job but did not attend work for some reason that week (e.g. sick or on leave) are included in this category.

Comparability — Finland [top]

The reference period for the 2010 census is the last week of the calendar year. Conscripts and persons performing community service are classified in the "armed forces" category. Persons on unemployment pension are classified as "unemployed, not specified".

Comparability — France [top]

The universe statement changes slightly across samples. It includes persons age 16 or older in the 1975 sample, persons age 15 or older in the 1999 sample, persons age 14 or older in the remaining sample.

In all samples, the reference period was employment status at the time of the census.

The question itself has not undergone changes, but the extent of detail in the responses varies across samples.

The 1962 sample does not identify retirees, but the later French samples do.

The 1999 and 2006 samples distinguish the unemployed who are new workers from the unemployed who are experienced workers.

The 2011 sample does not distinguish between unemployed persons with previous work experience and unemployed persons who were seeking their first job.

Comparability — Germany [top]

The 1987 instructions specify that "services performed on an honorary basis" (unpaid) should not be considered economic activities. Other yes/no variables in both samples offer more detail on specific activities (e.g. house work, student, etc.), but do not correspond with employment answers. See the unharmonized variables for more detail.

The unemployed population in 1970 seems implausibly low.

The reference period is undefined, but implicitly suggests it is set at the time of the census.

Comparability — Ghana [top]

For all samples, the reference period is the seven days prior to the census. Employment includes paid or unpaid work for at least one hour in the week prior to the census. Unemployed persons are those actively seeking work.

The age universe differs slightly between samples.

The 1984 sample distinguishes between disabled persons and persons unable to work due to prison, institution or industrial schools.

Comparability — Greece [top]

The reference period differs across samples. In the 1981 sample, it is at the time of the census. In 1971, 1991, 2001, and 2011, the reference period is the previous week.

The "Experienced unemployed" and "Persons seeking their first job" are separated in the 1971, 2001 and 2011 samples, but not in other years.

Starting in 1981, military conscripts were explicitly identified.

Pensioners are distinguished in 1991, 2001 and 2011, but not in the 1971 and 1981 samples.

The 1971-2001 samples had a universe of persons greater than 10 years old. The universe is all persons in 2011.

Comparability — Guatemala [top]

The reference period is the same across samples (the previous week of the census) except for 1964, where the question is asked for a four-week period reference.

The 1964, 1994 and 2002 censuses have a universe of age 7 and older; the universe in 1973 and 1981 is age 10 and older.

Comparability — Guinea [top]

In 1983-2014, the reference period is the week before the census. There are minor differences in the categories between the 1983 sample and the later samples. The 1996 and 2014 samples are almost fully comparable, with the exception of an additional "disabled or elderly" category in the 2014 sample.

In the 1983 sample, the "unemployed" category includes persons who want work. In the 1996 and 2014 samples, the "unemployed" category includes persons who were seeking work during the reference week.

The 1996 and 2014 samples distinguish between experienced unemployed workers and unemployed workers seeking their first job. In the 1983 sample, all unemployed persons are grouped in the same category.

The universe consists of persons age 10 or older in the 1983 sample, and persons age 6 or older in the 1996 and 2014 samples.

Comparability — Haiti [top]

The reference period differs notably across samples. In 1971, the reference period is the last 6 months; in 1982 the last year; and in 2003 the previous month.

Status in 1971 was based on what the person did for the majority of the time in the past 6 months. Unemployed persons were looking for work for the majority of the period.
Employed persons in 1982 are those who worked at any time in the previous 12 months. Unemployed are those currently looking for work. The specific amount of work over the past month required to qualify as employed in 2003 is not documented. Unemployed persons were actively seeking work.

The age universe differs across samples.

Comparability — Honduras [top]

The reference period was the past year in 1961 and the previous week in 1974-2001. The age universe differs between 1961-1988 and 2001. Category detail also differs across years, with some samples identifying persons with jobs and not at work and new workers.

Comparability — Hungary [top]

New and experienced unemployed persons are identified separately in the 1990 sample, but are combined in a single category in the 2001 and 2011.

For similar but not completely comparable information between the 1970 and 1980 samples, see the LABORHU variable. There are also more categories for all samples in that variable.

Persons who depend on either non-retirement/pensioned social aid (institutional) or other private persons are classified as "Dependents".

Comparability — Indonesia [top]

All samples refer to status during a reference week, but there are differences in the specific categories identified. The most important differences pertain to the treatment of the unemployed. The 1976 sample has a category for persons who "Thought no work was available" and who are considered here as unemployed. Later samples identify the conceptually similar "Inactive unemployed", which has varied wording across years.
For the 1980, 1990, and 1995 samples, the category indicates those who "Gave up trying" to seek work. In the 1985 sample, the wording was "Willing to work". In the 1995 sample, the wording was "Want to receive a new job". In the 2010 sample, the wording was "Available for work". In all samples, only those who did not specify a primary activity (e.g. "Working", "Student", "Housekeeping") were coded into this category.

The 2000 and 2005 samples only have data on whether the person was working or not working, without distinguishing between unemployment categories, and therefore are not integrated in this variable.

Comparability — Iran [top]

Although the reference period for working is the previous week, the reference period for job-seeking is extended to the previous month.

Comparability — Iraq [top]

Employment means working for 15 hours, paid or unpaid, in the week prior to the census. "unemployed" persons were those seeking work. There is an "at work" subcategory for housewives who hold part-time work.

Comparability — Ireland [top]

All samples report the person's present employment status at the time of the census.

The data for the 1971 sample are derived from a different census question, but should be comparable to later years. The 1971 sample does not distinguish between persons who are experienced unemployed and persons seeking their first regular job, while all samples from 1981 onward do make this distinction. The 1981-2016 samples are otherwise fully comparable with minor differences in universes.

Persons temporarily absent from work and apprentices who also attend school are classified as "employed". Full-time students who also work part-time are classified as "in school". Unpaid workers are still classified as "employed".

Comparability — Israel [top]

Persons who worked for at least one hour during the reference week are considered to be employed in all three samples.

The 1995 and 2008 samples are fully comparable. There are minor differences in universes and categories between the 1972 sample and the 1995-2008 samples.

The reference period in the 1972, 1995, and 2008 samples is the week before the census, but all three samples also contain information about annual labor force participation. The 1983 sample only contains data on the annual labor force participation. See the LABORIL variable for data related to annual labor force participation for all four samples.

Comparability — Italy [top]

Employment status refers to the week prior to the census. "Unemployment" means actively seeking a job. In the 2001 sample, those who are waiting to start a job, students, retired, unemployed, or doing housework can also report working. In the 2011 sample, none of these categories reported working.

Comparability — Jamaica [top]

The samples are mostly comparable, apart from slight differences in response categories and universes. See the unharmonized variables for detail. Those who answered that they would want to work but are not seeking employment are classified as "Inactive unemployed".

The 1982 sample considers those on temporary leave as "At work," whereas the subsequent samples separate these groups. The 2001 sample considers persons farming, buying, or selling, or doing and odd job/hustling as "At work". These responses can be isolated in the unharmonized variables.

Comparability — Jordan [top]

Employment status refers to the reference week prior to the census. "Unemployment" means actively seeking a job in the previous 4 weeks.

Comparability — Kenya [top]

The universe statement varies considerably across samples. In the 1989 sample, the question applied to persons age 10 or older. In the 1999 and 2009 samples, the question applies to persons age 5 or older.

Kenya distinguishes persons working on family holdings from other active workers. The 1999 and 2009 samples distinguish between agricultural and non-agricultural holdings.

Persons who report having "No work" are coded as a category of "Unemployed". In the 1989 sample, "No work" means that the person did not have a paid employment (excluding a person's family holdings). In the 1999 and 2009 samples, this means that a person is not looking for work "Because he/she is discouraged, but would usually take up a job when offered one". These persons are given a distinct code for "No work available" so that researchers can identify them.

The 2009 sample had additional codes for interns or apprentices and volunteers, both of which were coded as "At work," and which can be separately identified using the source variable. The 2009 sample also distinguished persons who "should be available to take up a job" but had taken no action in the reference period; these persons were coded as "Inactive unemployed."

Comparability — Kyrgyz Republic [top]

Employment status is inferred from the response to the occupation question and the question on unemployment. Both questions refer to the person's status at the moment of the census. Unemployed persons are those who did not claim an occupation and were actively seeking a job.

Comparability — Laos [top]

The reference period used for the 2005 census is the last twelve months.

Comparability — Lesotho [top]

The reference period was the previous week in both years.

Comparability — Liberia [top]

The reference period is the 12 months prior to the census.

The 1974 Liberia sample identifies employed but not unemployed persons, and thus is not included in this variable.

Comparability — Malawi [top]

The 1987 and 1998 samples are comparable. The underlying data for 2008 differ, but they are also largely comparable with the earlier years.

The "Inactive unemployed" category includes persons who are "Available" for work but are not seeking work.

The universe statement changes from age 10 or older in the 1987 and 1998 samples to age 6 or older in the 2008 sample. Response categories in 2008 also differ from earlier samples. Responses to other questions that indicate working in any capacity (farming/rearing, production/services/selling, or house worker at other's house included) are classified into the "At work" category. Unharmonized variables should also be examined, as some responses indicate both "Non workers" and activities such as "farming/rearing".

Comparability — Malaysia [top]

In the 1970 sample, "Employed" persons include anyone with a regular job in the previous week, who helped in a family farm or business for three hours or more, or who sold homemade goods.

In later samples, "Employed" means working for at least one hour in the previous week, paid or unpaid.

The 1980-2000 samples have a large subcategory of unemployed persons called "Inactive unemployed". This category is similar to the "No work available" category in other developing countries. In both cases, many of these persons might be considered discouraged workers or extremely passive job seekers. They include persons who were not seeking work last week because: they thought no suitable work was available; illness or bad weather; they were waiting for a job to start or to hear from an application; or they had no qualifications. The "Inactive unemployed" subgroup is included with other "Unemployed" in the 1970 sample.

Comparability — Mali [top]

The 1998 and 2009 samples differentiate between unemployed persons who are experienced workers and unemployed persons who are new workers. These samples also include details about the economic activities of economically inactive persons.

The reference period in all samples is the month prior to the census. For the 1987 and 1998 samples, the reference period for agricultural workers is the year prior to the census. Unemployed persons are those actively seeking work.

Comparability — Mauritius [top]

In 1990-2011, the reference period is the week before the census. The universes and categories are fully comparable across all Mauritius samples.

The job search period varies slightly across samples, as it consists of the past eight weeks in the 1990 sample and the past four weeks in the 2000-2011 samples. In all samples, persons who were available for work but did not actively seek work during the job search period are classified as "inactive unemployed". Persons who were available for work and who actively sought work during the job search period are classified as unemployed. The 1990-2011 samples distinguish between experienced unemployed persons and first-time job seekers.

Comparability — Mexico [top]

The universe and reference period are fully comparable across samples.

The 1970 sample does not provide detail on the inactive population except for "House workers," while the later samples have numerous subcategories.

In the 1990 sample, the employment status question refers to a person's principal activity. Therefore, this variable under-reports the secondary economic activity of students, housewives, family-workers, the semi-retired persons, and others.

The 1995 census asked about any economic activity performed in the week prior to the census.

The 2000, 2010, and 2015, samples seek to overcome deficiencies in reporting work status for people whose primary activity was not work (students, housewives, retirees, etc.), but who in fact were working according to international definitions. A second question, introduced for the first time in 2000, seeks to capture this secondary economic activity. For strict comparability with earlier Mexican samples, this recovered activity (coded as "At work") should be categorized as "Inactive". For the 2000-2015 samples, users can identify these cases using the corresponding unharmonized source variables.

The 2005 sample does not include a question on employment status.

Comparability — Mongolia [top]

The question refers to the person's employment status during the week prior to the census. Persons who worked for at least one day or were temporarily absent from work were to be recorded as "Employed". Unemployment includes persons actively seeking work, as well as discouraged workers who claimed no work was available. The latter category receives a detailed code within the larger unemployment grouping.

The 1989 sample does not report employment status.

Comparability — Morocco [top]

The data are generally comparable across samples, with only minor differences in categories. Only persons age 15 or older can be classified as "unemployed". Instead, persons younger than 15 who are not working and not in school are classified as "too young to work". There may be responses from persons age 7 or older in the "employed" category.

In 2014, the reference period is the week before the census. Persons who worked for at least one hour during the reference period are considered to be employed. In 1982-2004, the reference period is the day of the census.

Comparability — Myanmar [top]

The reference period for the 2014 sample is the 12 months prior to the census. Persons who worked for at least 1 hour daily during the reference period are considered to be employed. Those who did not seek work are considered "inactive unemployed" since the enumeration instructions indicate that they were available to work.

Comparability — Nepal [top]

Employment status refers to the person's usual activity during the previous 12 months in the 2001 and 2011 samples. It corresponds to the activity on which the respondent spends the most time. "Unemployed" persons are those seeking work at least six months during the year.

Comparability — Netherlands [top]

The question considers persons working or seeking work last week. The 1960 and 1971 samples are not included in EMPSTAT because they did not identify unemployed persons. Persons in the labor force can be derived from the variable CLASSWK.

Comparability — Nicaragua [top]

There are fewer categories in the 1971 sample, since some details are only available in the source variables of the 1995 and 2005 samples. Specifically, the 2005 sample includes a category for "Casual/informal" work, while the 1995 and 2005 samples have responses for persons waiting for an employer's answer or waiting for a job to start. In both samples, the unharmonized data distinguish persons waiting for agricultural employment, which are combined into the "Have job, not at work in reference period".

The universe statement is comparable across samples.

Comparability — Pakistan [top]

"Employed" persons include persons who worked last week for pay or wages, or worked 15 hours or more as an unpaid family helper. Persons whose work was suspended for fewer than 30 days or who have a job but have not yet started are coded in the "Employed, but not working in the reference period" category.

"Unemployed" persons include persons who were able to work and looking for work.

Comparability — Palestine [top]

The age universe differs between the 1997 sample and the 2007-2017 samples. There is an additional difference between the 2007 and 2017 samples, as the latter includes parts of Jerusalem that were annexed by Israel in 1967, while the former does not.

The 1997 and 2017 samples distinguish between experienced unemployed persons and unemployed persons who have never worked, while the 2007 sample does not make this distinction.

Comparability — Panama [top]

The 1960 sample asks about employment status on the day of the census. The 1970-2010 samples use the previous week as the reference period. For all samples, any amount of paid or unpaid work qualifies as employment.

Unemployed persons in 1960 are those seeking work. Persons who did not think they had a chance of getting a job were included with "Other unemployed" in 1970. The 1980-2010 samples have a specific category for "Impossible to find work", and this is coded as a subcategory of "Unemployed" for consistency with other developing countries that share this concept.

Comparability — Papua New Guinea [top]

The census question referred to the economic activity of persons during the week before the census. The universe is age 10 and older in all years. Category detail among inactive persons differs across years.

Comparability — Paraguay [top]

The 1962 sample does not distinguish between employed persons who were working during the reference period and employed persons who had a job but did not work during reference period. The 1972 sample does not distinguish retired persons from persons living off investments; these groups are identified separately in all other samples. The 1992 sample includes a category for military service and excludes a category for disabled.

The 2002 sample integrated variable was created by combining six source variables: worked last week, on leave from job, helped person with work, looked for work, experienced worker, and reason for not seeking work. See unharmonized source variables for more detail.

Comparability — Peru [top]

Both samples refer to work performed in the previous week. In the 1993 sample, persons were required to work at least 15 hours during the previous week to be considered "Employed". In the 2007 sample, the requirement was one hour of paid work or 15 hours of unpaid work in a family enterprise. "Unemployed" persons are those seeking work.

Comparability — Philippines [top]

The reference period is the previous week in 1990.

Comparability — Poland [top]

In 2002, persons who were classified as economically inactive yet farming on one's own farm or plot of land (with no agriculture production or in subsistence farming) were considered "inactive."

Comparability — Portugal [top]

All samples consider labor force participation as one hour of paid work or 15 hours of unpaid work.

The universe statement for the question increases from age 12 or older for the 1981-1991 samples, to age 15 or older in the 2001 sample.

The 2011 sample includes a category for persons at work on a family holding, working at least 15 hours per week. This sample also omits a category for military service.

Comparability — Puerto Rico [top]

The variable is available only for the 1990-2005 samples, and it is fully comparable across samples. The reference period is the "previous week". Unpaid family workers must work at least 15 hours for the family business or farm to qualify as "Employed". Persons with a job but temporarily not at work are considered "Employed". "Unemployed" persons are those actively seeking work.

The 2010 sample does not include a category for "Armed forces, not at work in reference period."

Comparability — Romania [top]

The reference period changes: from at the time of the census in 1992 to the previous week in 2002 and 2011.

The 1977 sample did not ask a compatible employment status question.

The universe is all persons for 1992 and 2002 and persons 15 years or older in 2011.

Comparability — Russia [top]

Data are comparable between samples. The reference period is the week preceding the census. Persons above age 72 were not asked their status in 2010; they have been coded to inactive in EMPSTAT for comparability.

Comparability — Rwanda [top]

The reference period is the previous week in 1991 and 2012 and the previous month in 2002. The universe of respondents also differs across samples.

The 2002 sample has a category for "No work", which we interpret as "No work available". This is a subcategory for "Unemployed". The treatment of this category has a large impact on comparability between the samples.

Comparability — Saint Lucia [top]

The reference period in both samples is the previous week. Unemployed persons are those seeking work. However, the 1991 sample has an additional category for persons who desire and are available for work. These persons are coded into the "Unemployed" category.

Comparability — Senegal [top]

The 1988-2013 samples record information about the respondent's usual activity in the previous 12 months. Persons who worked continuously for at least three months for pay were considered to be employed. Unemployed persons are those actively seeking work who did not work continuously for at least three months during the past year.

The samples are generally comparable, with only slight differences in categories. The 2013 sample distinguishes between experienced unemployed persons and first-time job seekers, while the 1988 and 2002 samples do not make this distinction.

The 1988 and 2002 samples include responses from persons age 6+, while the 2013 sample includes responses from residents age 6+ in ordinary households.

Comparability — Sierra Leone [top]

The reference period for economic activity status changes from the previous month in the 2004 sample to the past 12 months in the 2015 sample.

The 2015 sample does not provide details for inactive persons.

Comparability — Slovak Republic [top]

The Slovak data are consistent, though they have varying degrees of additional detail in the source variables. The 2001 sample does not identify working pensioners, which may slightly underestimate persons "at work". An age universe of 15 or more years is imposed on the 1991 data to make them comparable to the later years.

Comparability — Slovenia [top]

The question refers to the respondent's employment status at the moment of the census. "Unemployment" means having registered with the Employment Service. The category "In school" includes students and children not in school.

Comparability — South Africa [top]

All samples use the "expanded" employment status definition, which considers unemployed those people who would accept a job but were not actively seeking work. These extra unemployed are coded into the "No work available" category. Their inclusion in the labor market significantly increases the reported unemployment rates. If one wishes to use the official employment status definition, one must recode this category to "Inactive".

The reference period changed from "At the time of the census" in 1996 to a reference week in the 2001-2011 samples.

The 2001 sample identifies seasonal workers who did not work during the reference week. These are coded to a subcategory of "Inactive".

The variable's universe statement changes between samples. In the 1996 sample, only persons age 15 or older who live in private households were asked the question. In the 2001-2011 samples, persons age 15 or older were asked the question but, during data processing, the statistical office changed the universe to include only persons aged 15 to 65 in 2001 and 2007, and only persons aged 15 to 64 in 2011.

Comparability — South Sudan [top]

The reference period is the week preceding the census. Unemployed persons are actively seeking work.

Comparability — Spain [top]

Universes differ across census years and there are some category availability differences.
The data refer to a reference week in all years.

Comparability — Sudan [top]

The reference period is the week preceding the census. Unemployed persons are actively seeking work.

Comparability — Suriname [top]

The reference period for both the 2004 and 2012 samples is the week before the census. In both samples, persons who were not working during the reference period but had looked for work in the last four weeks are classified as unemployed.

The categories are comparable across samples. In both 2004 and 2012, inactive persons who were elderly, retired, or pensioners are grouped together in the "retirees/pensioners" category.

The age universe differs between the 2004 and 2012 samples. The 2004 sample records information for persons age 12+, while the 2012 sample records information for persons age 15 to 64.

Comparability — Switzerland [top]

All samples report employment status at the time of the census. "Employed" persons work for one or more hours per week, and apprenticeships are included. "Unemployed" persons are actively seeking work.

Comparability — Tanzania [top]

There is no specified time frame in the 1988 sample. It asks only about the kind of work "Usually done" by the respondent. The 2002 and 2012 samples specify the reference period as the week before the census. "Unpaid seasonal" work and "Non-seasonal" work qualify as employment.

The 2002 sample identifies persons who are available for work but not actively seeking work. They are coded into the "Inactive unemployed" subcategory.

The 1988 sample identifies separately persons who are unable to work from those retired and the elderly; in 2002 and 2012, these two categories are combined and classified simply as "unable to work."

The universe statement is age 10 or older in the 1988 sample and age 5 or older in 2002 and 2012.

Comparability — Togo [top]

The reference period for the census question differs between samples. The 1960 census recorded status at the time of the census, whereas the 2010 census specified a one-week reference period. The question was not asked in 1970.

The 1960 census includes all persons in universe, while 2010 constrains responses to persons age 6 and older.

Response categories also differ substantially between years.

Comparability — Trinidad and Tobago [top]

The reference period for all samples is the previous week.

The response categories are very similar across sample years. The 1970 sample only identifies (unemployed) persons looking for work, while the 1980-2011 samples distinguish between new and experienced unemployed workers. In 2000 and 2011, persons not looking for work because they were discouraged or awaiting results from a job application were classified as "inactive unemployed."

The 1970 to 2000 samples provide employment status for persons age 15 or older, while the 2011 sample restricts this universe to persons 15 years or older who are living in private households in Trinidad and Tobago.

Comparability — Turkey [top]

The data and response categories are generally consistent and comparable across samples. The only difference is the 2000 sample, which adds a category for persons who found a job but are waiting to start. They are identified in the source variable.

Comparability — Uganda [top]

In 1991-2014 samples, the source variable records information about the main activity performed during the previous week. The categories are comparable across samples, although more detailed groupings are provided for employed persons in the 2014 sample.

The universe for the 1991 and 2014 samples is persons age 10+, while the universe for the 2002 sample is persons age 5+.

Comparability — Ukraine [top]

Employment status is inferred from a question asking for the individual's main source of livelihood. Individuals who identified self-employment, work for an individual, or work for a private or family farm or enterprise as the main source of livelihood are coded as "Employed." Individuals who identified unemployment benefits as the main source of livelihood are coded as "Unemployed."

The reference period is implicitly at the time of the census.

Comparability — United Kingdom [top]

"Employed" persons worked any period of time paid or unpaid in the week prior to the census. "Unemployed" persons are those actively seeking a job or waiting to begin a new job.

The universe statement changes considerably between samples. Persons age 74 or older are not included in the 2001 sample, but report employment information in the 1991 sample.

Comparability — United States [top]

In the 1960 and 1970 samples, the universe consisted of persons age 14 or older. In the 1980-2015 samples, the universe includes persons age 16 or older.

All samples have the "previous week" as the reference period. This period would not have been the same for all respondents, since the census was taken over a period of time.

Unpaid family workers must have worked 15 hours or more for the family business or farm to qualify as "Employed". Persons with a job but temporarily not at work are considered "Employed".

"Unemployed" persons in all samples are those who do not currently have a job, are looking for a job, and have not yet found one. In the 1960 sample, instructions stipulate that the person must be looking for work within the past 60 days. Later censuses shorten this period to within the past 28 days (four weeks). They further stipulate that the person must be available to take a job during the reference week.

"Inactive persons" (not in labor force) comprise persons old enough to be included in the universe, but who do not fit in any of the definitions of "Employed" or "Unemployed". In other words, a person is not in the labor force if s/he does not operate any farm or business; does not have a job; does not work for pay; is not an unpaid family worker; and is not looking for or is available for work.

Comparability — Uruguay [top]

In the 1963 sample, the reference period is the day of the census. In all other samples, the reference period is extended to the week prior to the census.

The universe statement changes across samples: from persons age 8 or older in the 1963 sample, to persons age 12 or older in the 1975-1996 samples, to persons age 14 or older in the 2006 sample, and back to persons 12 or older in the 2011 sample.

The samples differ slightly in the availability of some response categories.

Comparability — Venezuela [top]

The 1971, 1981 and 2001 samples used a reference period of the prior week. The 1990 sample determined employment status at the time of the census.

Unemployed persons are those actively looking for work.

The age universe for this question decreases over time.

Comparability — Vietnam [top]

There are significant differences between the 2009 data and the earlier samples. The reference period for employment status is the previous year in 1989 and 1999 ("Usual activity"). The long reference period complicates the interpretation of the work status responses, particularly for unemployment. This makes comparisons with most other countries difficult.

In the 2009 sample, the reference period is the previous week pertaining to employment, but the previous month for job-seeking (unemployment). Those who are not working due to "bad weather" or "off-season" are classified as "Intermittent workers".

The available employment status information differs greatly between the 1989 and 1999 samples, and the year-long reference period complicates the interpretation. In the 1989 census, there are three categories for the employed population: "Persons who worked 6 months or more last year", "Persons who have been working at a permanent job fewer than 6 months", and "Persons who have been working at a temporary job fewer than 6 months". However, in the 1999 sample, only persons who had been working 6 months or more were considered employed. To make the categorization compatible, we coded persons working for fewer than 6 months in the 1989 sample as "Unemployed".

In 1989, the "Unemployed, not specified" category includes persons who seek work and worked fewer than one month last years. In 1999, "Unemployed" includes those with no job for most of the year but who said they have a "Demand for work".

Comparability — Zambia [top]

For all samples, persons who were available for work but not seeking work were coded as inactive. The reference period is the week prior to the census and is consistent across all samples. For main employment status during the year prior to the census, see unharmonized source variables.

The 1990 and 2000 enumeration instructions indicate that this question should have been asked only of present household members and visitors, but employment status is reported for almost all absent household members; they are included in the universe.

Comparability — Zimbabwe [top]

The reference period is the last year.

Universe

  • Argentina 1970: Persons age 10+
  • Argentina 1980: Persons age 14+
  • Argentina 1991: Persons age 14+
  • Argentina 2001: Persons age 14+
  • Argentina 2010: Persons age 14+
  • Armenia 2001: Persons age 15+
  • Armenia 2011: Persons age 15-75
  • Austria 1971: All persons
  • Austria 1981: All persons
  • Austria 1991: All persons
  • Austria 2001: All persons
  • Austria 2011: Persons age 15+
  • Bangladesh 1991: Persons age 7+
  • Bangladesh 2001: Persons age 5+
  • Bangladesh 2011: Persons age 7+
  • Belarus 1999: Persons age 15+
  • Belarus 2009: Persons age 15+
  • Benin 1979: Persons age 10+ from private households
  • Benin 1992: Persons age 10+ from private households
  • Benin 2002: Residents age 6+
  • Benin 2013: Residents age 6+
  • Bolivia 1976: Persons age 7+
  • Bolivia 1992: Persons age 7+
  • Bolivia 2001: Persons age 7+
  • Bolivia 2012: Persons age 7+
  • Botswana 1991: Persons age 12+
  • Botswana 2001: Persons age 12+ except institutionalized non-residents
  • Botswana 2011: Persons age 12+ except institutionalized non-residents
  • Brazil 1960: Persons age 10+
  • Brazil 1970: Persons age 10+
  • Brazil 1980: Persons age 10+
  • Brazil 1991: Persons age 10+
  • Brazil 2000: Persons age 10+
  • Brazil 2010: Persons age 10+
  • Burkina Faso 1985: Household residents age 10+
  • Burkina Faso 1996: Household residents age 6+
  • Burkina Faso 2006: Persons age 5+
  • Cambodia 1998: All persons
  • Cambodia 2004: All persons
  • Cambodia 2008: All persons
  • Cambodia 2013: Present persons
  • Cameroon 1976: Persons age 4+
  • Cameroon 1987: Persons age 6+ from private households
  • Cameroon 2005: Household residents age 6+
  • Canada 1971: Persons age 15+
  • Canada 1981: Persons age 15+
  • Canada 1991: Persons age 15+
  • Canada 2001: Persons age 15+
  • Canada 2011: Persons age 15+
  • Chile 1960: Persons age 12+
  • Chile 1970: Persons age 12+
  • Chile 1982: Persons age 15+
  • Chile 1992: Persons age 14+
  • Chile 2002: Persons age 15+
  • Chile 2017: Persons age 15+
  • China 1982: Persons age 15+
  • China 1990: Persons age 15+
  • Colombia 1964: Persons age 12+
  • Colombia 1973: Persons age 10+
  • Colombia 1985: Persons age 10+
  • Colombia 1993: Persons age 10+
  • Colombia 2005: Persons age 5+
  • Costa Rica 1963: Persons age 12+
  • Costa Rica 1973: Persons age 12+
  • Costa Rica 1984: Persons age 12+
  • Costa Rica 2000: Persons age 12+
  • Costa Rica 2011: Persons age 12+
  • Cuba 2002: Persons age 15+
  • Cuba 2012: Persons age 15+
  • Dominican Republic 1960: All persons
  • Dominican Republic 1970: Persons age 10+
  • Dominican Republic 1981: Persons age 10+
  • Dominican Republic 2002: Persons age 15+
  • Dominican Republic 2010: Persons age 10+
  • Ecuador 1962: Persons age 12+
  • Ecuador 1974: Persons age 12+
  • Ecuador 1982: Persons age 12+
  • Ecuador 1990: Persons age 8+
  • Ecuador 2001: Persons age 5+
  • Ecuador 2010: Persons age 5+
  • Egypt 1986: Persons age 6+
  • Egypt 1996: Persons age 6+
  • Egypt 2006: Persons age 6+
  • El Salvador 1992: Persons age 10+
  • El Salvador 2007: Persons age 10+
  • Ethiopia 2007: Long form respondents age 10+
  • Fiji 1976: Persons age 14+
  • Fiji 1986: Persons age 15+
  • Fiji 1996: Persons age 15+
  • Fiji 2007: Persons age 10+
  • Fiji 2014: Persons age 15+
  • Finland 2010: Persons age 15+
  • France 1962: Persons age 14+
  • France 1968: Persons age 14+
  • France 1975: Persons age 16+
  • France 1982: Persons age 14+
  • France 1990: Persons age 14+
  • France 1999: Persons age 15+
  • France 2006: Persons age 14+
  • France 2011: Persons age 14+
  • Germany 1970: All persons
  • Germany 1987: All persons
  • Ghana 1984: Persons age 10+
  • Ghana 2000: Persons age 7+
  • Ghana 2010: Persons age 5+
  • Greece 1971: Persons age 10+
  • Greece 1981: Persons age 10+
  • Greece 1991: Persons age 10+
  • Greece 2001: Persons age 10+
  • Greece 2011: All persons
  • Guatemala 1964: Persons age 7+
  • Guatemala 1973: Persons age 10+
  • Guatemala 1981: Persons age 10+
  • Guatemala 1994: Persons age 7+
  • Guatemala 2002: Persons age 7+
  • Guinea 1983: Persons age 10+
  • Guinea 1996: Residents age 6+
  • Guinea 2014: Residents age 6+
  • Haiti 1971: Persons age 5+
  • Haiti 1982: Persons age 10+
  • Haiti 2003: Persons age 10+
  • Honduras 1961: Persons age 10+
  • Honduras 1974: Persons age 10+
  • Honduras 1988: Persons age 10+
  • Honduras 2001: Persons age 7+
  • Hungary 1990: All persons
  • Hungary 2001: All persons
  • Hungary 2011: All persons
  • Indonesia 1971: Persons age 10+
  • Indonesia 1976: Persons age 10+
  • Indonesia 1980: Persons age 10+
  • Indonesia 1985: Persons age 10+
  • Indonesia 1990: Persons age 10+
  • Indonesia 1995: Persons age 10+
  • Indonesia 2010: Persons age 10+ in permanent households in regular and remote enumeration areas
  • Iran 2006: Persons age 10+
  • Iran 2011: Persons age 10+
  • Iraq 1997: Persons age 6+
  • Ireland 1971: Persons age 14+
  • Ireland 1981: Persons age 15+
  • Ireland 1986: Persons age 15+
  • Ireland 1991: Persons age 15+
  • Ireland 1996: Persons age 15+
  • Ireland 2002: Non-absent persons age 15+
  • Ireland 2006: Non-absent persons age 15+
  • Ireland 2011: Non-absent persons age 15+
  • Ireland 2016: Non-absent persons age 15+
  • Israel 1972: Persons age 14+
  • Israel 1995: Persons age 15+
  • Israel 2008: Persons age 15+
  • Italy 2001: Persons age 15+
  • Italy 2011: Persons age 15+
  • Jamaica 1982: Persons age 14+ in private households or select institutions
  • Jamaica 1991: Persons age 14+ in private households or select institutions
  • Jamaica 2001: Persons age 14+
  • Jordan 2004: Persons age 15+
  • Kenya 1989: Persons age 10+
  • Kenya 1999: Persons age 5+
  • Kenya 2009: Persons age 5+
  • Kyrgyz Republic 1999: Persons age 16+
  • Kyrgyz Republic 2009: Persons age 15+
  • Laos 2005: Persons age 10+
  • Lesotho 1996: Persons age 10+
  • Lesotho 2006: Persons age 10+
  • Liberia 2008: Persons age 6+
  • Malawi 1987: Persons age 10+
  • Malawi 1998: Persons age 10+
  • Malawi 2008: Persons age 6+
  • Malaysia 1970: Persons age 10+
  • Malaysia 1980: Persons age 10+
  • Malaysia 1991: Persons age 10+
  • Malaysia 2000: Persons age 10+
  • Mali 1987: Persons age 6+
  • Mali 1998: Persons age 6+
  • Mali 2009: Persons age 6+
  • Mauritius 1990: Persons age 12+
  • Mauritius 2000: Persons age 12+
  • Mauritius 2011: Persons age 12+
  • Mexico 1970: Persons age 12+
  • Mexico 1990: Persons age 12+
  • Mexico 1995: Persons age 12+
  • Mexico 2000: Persons age 12+
  • Mexico 2010: Persons age 12+
  • Mexico 2015: Persons age 12+
  • Mongolia 2000: Persons age 15+
  • Morocco 1982: All persons
  • Morocco 1994: All persons
  • Morocco 2004: All persons
  • Morocco 2014: All persons
  • Mozambique 1997: Household residents age 7+
  • Mozambique 2007: Household residents age 7+
  • Myanmar 2014: Persons age 10+
  • Nepal 2001: Persons age 10+
  • Nepal 2011: Persons age 10+
  • Netherlands 2001: All persons
  • Netherlands 2011: Persons age 15+
  • Nicaragua 1971: Persons age 10+
  • Nicaragua 1995: Persons age 10+
  • Nicaragua 2005: Persons age 10+
  • Pakistan 1973: Persons age 10+
  • Palestine 1997: Persons age 10+
  • Palestine 2007: Persons age 7+ except those in Jerusalem annexed by Israel in 1967
  • Palestine 2017: Persons age 7+
  • Panama 1960: Person age 10+ not in indigenous groups
  • Panama 1970: Person age 10+ not in indigenous groups
  • Panama 1980: Person age 10+ not in indigenous groups
  • Panama 1990: Persons age 10+ in private households
  • Panama 2000: Persons age 10+
  • Panama 2010: Persons age 10+
  • Papua New Guinea 1980: Persons age 10+
  • Papua New Guinea 1990: Persons age 10+
  • Papua New Guinea 2000: Persons age 10+
  • Paraguay 1962: Persons age 12+
  • Paraguay 1972: Persons age 12+
  • Paraguay 1982: Persons age 12+
  • Paraguay 1992: Persons age 10+
  • Paraguay 2002: Persons age 10+
  • Peru 1993: Persons age 6+
  • Peru 2007: Persons age 6+
  • Philippines 1990: Persons age 10+
  • Poland 2002: Persons age 15+
  • Portugal 1981: Persons age 12+
  • Portugal 1991: Persons age 12+
  • Portugal 2001: Persons age 15+
  • Portugal 2011: Persons age 15+
  • Puerto Rico 1990: Persons age 16+
  • Puerto Rico 2000: Persons age 16+
  • Puerto Rico 2005: Persons age 16+
  • Puerto Rico 2010: Persons age 16+
  • Romania 1992: All persons
  • Romania 2002: All persons
  • Romania 2011: Persons age 15+
  • Russia 2002: Persons age 15+
  • Russia 2010: Persons age 15+
  • Rwanda 1991: Non-visitors age 10+
  • Rwanda 2002: Non-visitors age 6+
  • Rwanda 2012: Persons age 5+
  • Saint Lucia 1980: Persons age 15+
  • Saint Lucia 1991: Persons age 15+
  • Senegal 1988: Persons age 6+
  • Senegal 2002: Persons age 6+
  • Senegal 2013: Residents age 6+ in ordinary households
  • Sierra Leone 2004: Persons age 10+
  • Sierra Leone 2015: Persons age 10+ in private households
  • Slovak Republic 1991: Persons age 15+
  • Slovak Republic 2001: Persons age 15+
  • Slovak Republic 2011: Persons age 15+
  • Slovenia 2002: All persons
  • South Africa 1996: Persons age 15+ in private households
  • South Africa 2001: Persons age 15 to 65
  • South Africa 2007: Persons age 15 to 65 in private households
  • South Africa 2011: Persons age 15 to 64 in private households
  • South Sudan 2008: Persons age 10+
  • Spain 1981: All persons
  • Spain 1991: All persons
  • Spain 2001: Persons who reside in the household
  • Spain 2011: Persons age 16+
  • Sudan 2008: Persons age 10+
  • Suriname 2004: Persons age 12+
  • Suriname 2012: Persons age 15 to 64
  • Switzerland 1970: Persons age 15+
  • Switzerland 1980: Persons age 15+
  • Switzerland 1990: Persons age 15+
  • Switzerland 2000: Persons age 15+
  • Tanzania 1988: Persons age 10+
  • Tanzania 2002: Persons age 5+
  • Tanzania 2012: Persons age 5+
  • Togo 1960: All persons
  • Togo 2010: Persons age 6+
  • Trinidad and Tobago 1970: Persons aged 10+
  • Trinidad and Tobago 1980: Persons aged 15+
  • Trinidad and Tobago 1990: Persons aged 15+
  • Trinidad and Tobago 2000: Persons aged 15+
  • Trinidad and Tobago 2011: Persons aged 15+ in private households living in Trinidad and Tobago
  • Turkey 1985: Persons age 12+
  • Turkey 1990: Persons age 12+
  • Turkey 2000: Persons age 12+
  • Uganda 1991: Persons age 10+
  • Uganda 2002: Persons age 5+
  • Uganda 2014: Persons age 10+
  • Ukraine 2001: All persons
  • United Kingdom 1991: Persons age 16+
  • United Kingdom 2001: Persons age 16-74 who are not non-resident students
  • United States 1960: Persons age 14+
  • United States 1970: Persons age 14+
  • United States 1980: Persons age 16+
  • United States 1990: Persons age 16+
  • United States 2000: Persons age 16+
  • United States 2005: Persons age 16+
  • United States 2010: Persons age 16+
  • United States 2015: Persons age 16+
  • Uruguay 1963: Persons age 8+
  • Uruguay 1975: Persons age 12+
  • Uruguay 1985: Persons age 12+
  • Uruguay 1996: Persons age 12+
  • Uruguay 2006: Persons age 14+
  • Uruguay 2011: Persons age 12+
  • Venezuela 1971: Persons age 15+
  • Venezuela 1981: Persons age 12+
  • Venezuela 1990: Persons age 12+
  • Venezuela 2001: Persons age 10+
  • Vietnam 1989: Persons age 13+
  • Vietnam 1999: Persons age 13+
  • Vietnam 2009: Persons age 15+
  • Zambia 1990: Persons age 12+
  • Zambia 2000: Persons age 12+
  • Zambia 2010: Present household members and visitors age 12+
  • Zimbabwe 2012: Persons age 10+

Availability

  • Argentina: 1970, 1980, 1991, 2001, 2010
  • Armenia: 2001, 2011
  • Austria: 1971, 1981, 1991, 2001, 2011
  • Bangladesh: 1991, 2001, 2011
  • Belarus: 1999, 2009
  • Benin: 1979, 1992, 2002, 2013
  • Bolivia: 1976, 1992, 2001, 2012
  • Botswana: 1991, 2001, 2011
  • Brazil: 1960, 1970, 1980, 1991, 2000, 2010
  • Burkina Faso: 1985, 1996, 2006
  • Cambodia: 1998, 2004, 2008, 2013
  • Cameroon: 1976, 1987, 2005
  • Canada: 1971, 1981, 1991, 2001, 2011
  • Chile: 1960, 1970, 1982, 1992, 2002, 2017
  • China: 1982, 1990
  • Colombia: 1964, 1973, 1985, 1993, 2005
  • Costa Rica: 1963, 1973, 1984, 2000, 2011
  • Cuba: 2002, 2012
  • Dominican Republic: 1960, 1970, 1981, 2002, 2010
  • Ecuador: 1962, 1974, 1982, 1990, 2001, 2010
  • Egypt: 1986, 1996, 2006
  • El Salvador: 1992, 2007
  • Ethiopia: 2007
  • Fiji: 1976, 1986, 1996, 2007, 2014
  • Finland: 2010
  • France: 1962, 1968, 1975, 1982, 1990, 1999, 2006, 2011
  • Germany: 1970, 1987
  • Ghana: 1984, 2000, 2010
  • Greece: 1971, 1981, 1991, 2001, 2011
  • Guatemala: 1964, 1973, 1981, 1994, 2002
  • Guinea: 1983, 1996, 2014
  • Haiti: 1971, 1982, 2003
  • Honduras: 1961, 1974, 1988, 2001
  • Hungary: 1990, 2001, 2011
  • India: 1983, 1987, 1993, 1999, 2004, 2009
  • Indonesia: 1971, 1976, 1980, 1985, 1990, 1995, 2010
  • Iran: 2006, 2011
  • Iraq: 1997
  • Ireland: 1971, 1981, 1986, 1991, 1996, 2002, 2006, 2011, 2016
  • Israel: 1972, 1995, 2008
  • Italy: 2001, 2011, 2011Q1, 2012Q1, 2013Q1, 2014Q1, 2015Q1, 2016Q1, 2017Q1, 2018Q1, 2019Q1, 2020Q1
  • Jamaica: 1982, 1991, 2001
  • Jordan: 2004
  • Kenya: 1989, 1999, 2009
  • Kyrgyz Republic: 1999, 2009
  • Laos: 2005
  • Lesotho: 1996, 2006
  • Liberia: 2008
  • Malawi: 1987, 1998, 2008
  • Malaysia: 1970, 1980, 1991, 2000
  • Mali: 1987, 1998, 2009
  • Mauritius: 1990, 2000, 2011
  • Mexico: 1970, 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, 2015, 2015Q1, 2015Q2, 2015Q3, 2015Q4, 2016Q1, 2016Q2, 2016Q3, 2016Q4, 2017Q1, 2017Q2, 2017Q3, 2017Q4, 2018Q1, 2018Q2, 2018Q3, 2018Q4, 2019Q1, 2019Q2, 2019Q3, 2019Q4, 2020Q1, 2020Q3
  • Mongolia: 2000
  • Morocco: 1982, 1994, 2004, 2014
  • Mozambique: 1997, 2007
  • Myanmar: 2014
  • Nepal: 2001, 2011
  • Netherlands: 2001, 2011
  • Nicaragua: 1971, 1995, 2005
  • Nigeria: 2006, 2007, 2008, 2009, 2010
  • Pakistan: 1973
  • Palestine: 1997, 2007, 2017
  • Panama: 1960, 1970, 1980, 1990, 2000, 2010
  • Papua New Guinea: 1980, 1990, 2000
  • Paraguay: 1962, 1972, 1982, 1992, 2002
  • Peru: 1993, 2007
  • Philippines: 1990
  • Poland: 2002
  • Portugal: 1981, 1991, 2001, 2011
  • Puerto Rico: 1990, 2000, 2005, 2010
  • Romania: 1992, 2002, 2011
  • Russia: 2002, 2010
  • Rwanda: 1991, 2002, 2012
  • Saint Lucia: 1980, 1991
  • Senegal: 1988, 2002, 2013
  • Sierra Leone: 2004, 2015
  • Slovak Republic: 1991, 2001, 2011
  • Slovenia: 2002
  • South Africa: 1996, 2001, 2007, 2011
  • South Sudan: 2008
  • Spain: 1981, 1991, 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, 2011, 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
  • Sudan: 2008
  • Suriname: 2004, 2012
  • Switzerland: 1970, 1980, 1990, 2000
  • Tanzania: 1988, 2002, 2012
  • Togo: 1960, 2010
  • Trinidad and Tobago: 1970, 1980, 1990, 2000, 2011
  • Turkey: 1985, 1990, 2000
  • Uganda: 1991, 2002, 2014
  • Ukraine: 2001
  • United Kingdom: 1991, 2001
  • United States: 1960, 1970, 1980, 1990, 2000, 2005, 2010, 2015
  • Uruguay: 1963, 1975, 1985, 1996, 2006, 2011
  • Venezuela: 1971, 1981, 1990, 2001
  • Vietnam: 1989, 1999, 2009
  • Zambia: 1990, 2000, 2010
  • Zimbabwe: 2012