Data Cart

Your data extract

0 variables
0 samples
View Cart

Codes and Frequencies



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

Explore how IPUMS created this variable

Download


      class Chborn : public Editor {

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

    long a = getRecoded();
    switch (dataSet) {
    case dataset_id::br1960a: {
      if (BR1960A_0402() == 1 || BR1960A_0402() == 3 || BR1960A_0402() == 5)
        a = 99;
    } break;
    case dataset_id::br1980a: {
      if (BR1980A_0451() < 98 && BR1980A_0452() < 98)
        a = BR1980A_0451() + BR1980A_0452();
      else
        a = 98;
      if (BR1980A_0451() == 99 && BR1980A_0452() == 99)
        a = 99;
      if (a > 30 && a < 98)
        a = 30;
    } break;
    case dataset_id::co1993a: {
      if (CO1993A_0429() <= 26 && CO1993A_0430() <= 26)
        a = CO1993A_0429() + CO1993A_0430();
      else
        a = 98;
      if (CO1993A_0429() == 99 && CO1993A_0430() == 99)
        a = 99;
    } break;
    case dataset_id::kh1998a: {
      a = KH1998A_0420() + KH1998A_0421();
      if (KH1998A_0420() == 99 || KH1998A_0421() == 99)
        a = 99;
    } break;
    case dataset_id::ro2002a: {
      if (RO2002A_0422() == 0 && RO2002A_0450() < 12)
        a = 99;
    } break;
    case dataset_id::hu1990a: {
      if (SEX() == 1)
        a = 99;
    } break;
    case dataset_id::hu2001a: {
      if (SEX() == 1)
        a = 99;
    } break;
    case dataset_id::rw1991a: {
      a = 99;
      if (RW1991A_0428() < 98 && RW1991A_0429() < 98)
        a = RW1991A_0428() + RW1991A_0429();
      if (RW1991A_0428() == 98 || RW1991A_0429() == 98)
        a = 98;
    } break;
    case dataset_id::rw2002a: {
      a = 99;
      if (RW2002A_0429() < 98 && RW2002A_0430() < 98)
        a = RW2002A_0429() + RW2002A_0430();
      if (RW2002A_0429() == 98 || RW2002A_0430() == 98)
        a = 98;
    } break;
    case dataset_id::cn1990a: {
      a = CN1990A_0416() + CN1990A_0417();
      if (CN1990A_0416() == 9 || CN1990A_0417() == 9 || a > 9)
        a = 9;
      if (CN1990A_0416() == 99 || CN1990A_0417() == 99)
        a = 99;
    } break;
    case dataset_id::iq1997a: {
      a = IQ1997A_0412() + IQ1997A_0413();
      if (IQ1997A_0412() == 12 || IQ1997A_0413() == 12 || a > 12)
        a = 12;
      if (IQ1997A_0412() == 98 || IQ1997A_0413() == 98)
        a = 98;
      if (IQ1997A_0412() == 99 || IQ1997A_0413() == 99)
        a = 99;
    } break;
    case dataset_id::gn1996a: {
      a = GN1996A_0423() + GN1996A_0424();
      if (a > 13)
        a = 13;
      if (GN1996A_0423() == 98 || GN1996A_0424() == 98)
        a = 98;
      if (GN1996A_0423() == 99 || GN1996A_0424() == 99)
        a = 99;
    } break;
    case dataset_id::np2001a: {
      a = NP2001A_0432() + NP2001A_0433();
      if (a > 30)
        a = 30;
      if (NP2001A_0432() == 98 || NP2001A_0433() == 98)
        a = 98;
      if (NP2001A_0432() == 99)
        a = 99;
    } break;
    case dataset_id::pk1973a: {
      a = 99;
      if (PK1973A_0423() < 99 && PK1973A_0425() < 99)
        a = PK1973A_0423() + PK1973A_0425();
      if (a > 30 && a < 99)
        a = 30;
    } break;
    case dataset_id::sn2002a: {
      a = 99;
      if (SN2002A_0449() < 98 && SN2002A_0450() < 98)
        a = SN2002A_0449() + SN2002A_0450();
      if (a > 12 && a < 98)
        a = 12;
      if (SN2002A_0449() == 98 || SN2002A_0450() == 98)
        a = 98;
    } break;
    case dataset_id::ch2000a: {
      if (CH2000A_0408() == 1)
        a = 99;
    } break;
    case dataset_id::tz1988a: {
      a = TZ1988A_0419() + TZ1988A_0420() + TZ1988A_0421() + TZ1988A_0422() +
          TZ1988A_0423() + TZ1988A_0430();
      if (a > 30)
        a = 30;
      if (TZ1988A_0419() == 98 || TZ1988A_0420() == 98 ||
          TZ1988A_0421() == 98 || TZ1988A_0422() == 98 ||
          TZ1988A_0423() == 98 || TZ1988A_0430() == 98)
        a = 98;
      if (TZ1988A_0419() == 99)
        a = 99;
    } break;
    case dataset_id::kh2008a: {
      a = KH2008A_0429() + KH2008A_0430();
      if (a > 20 && a < 98)
        a = 20;
      if (KH2008A_0429() == 98 || KH2008A_0430() == 98)
        a = 98;
      if (KH2008A_0429() == 99 && KH2008A_0430() == 99)
        a = 99;
    } break;
    case dataset_id::de1970a: {
      if (DE1970A_0476() == 0 && DE1970A_0405() == 1)
        a = 99;
    } break;
    case dataset_id::de1971a: {
      if (DE1971A_0437() == 0 && DE1971A_0405() != 2)
        a = 99;
    } break;
    case dataset_id::ir2006a: {
      a = IR2006A_0434() + IR2006A_0435();
      if (a > 15 && a < 98)
        a = 15;
      if (IR2006A_0434() == 98 || IR2006A_0435() == 98)
        a = 98;
      if (IR2006A_0434() == 99)
        a = 99;
    } break;
    case dataset_id::jm2001a: {
      if (JM2001A_0477() == 99 && JM2001A_0476() == 2)
        a = 0;
      if (JM2001A_0477() >= 1 && JM2001A_0477() <= 13 && JM2001A_0476() == 8)
        a = 98;
      if (JM2001A_0477() >= 1 && JM2001A_0477() <= 13 && JM2001A_0476() == 9)
        a = 99;
    } break;
    case dataset_id::vn2009a: {
      a = VN2009A_0428() + VN2009A_0429() + VN2009A_0430();
      if (a > 13 && a < 98)
        a = 13;
      if (VN2009A_0428() == 98 || VN2009A_0429() == 98 || VN2009A_0430() == 98)
        a = 98;
      if (VN2009A_0428() == 99 && VN2009A_0429() == 99 && VN2009A_0430() == 99)
        a = 99;
      if (VN2009A_0429() == 99 && VN2009A_0423() == 2)
        a = 0;
    } break;
    case dataset_id::sv1992a: {
      if (SV1992A_0417() == 99 && SV1992A_0416() == 2)
        a = 0;
    } break;
    case dataset_id::sv2007a: {
      a = SV2007A_0459() + SV2007A_0460();
      if (a > 12 && a < 98)
        a = 12;
      if (SV2007A_0459() == 98 || SV2007A_0460() == 98)
        a = 98;
      if (SV2007A_0459() == 99 || SV2007A_0460() == 99)
        a = 99;
      if (SEX() == 2 && AGE() >= 12 && a == 99)
        a = 0;
    } break;
    case dataset_id::id1980a: {
      a = ID1980A_0446() + ID1980A_0449();
      if (a > 30 && a < 98)
        a = 30;
      if (ID1980A_0449() == 98)
        a = 98;
      if (ID1980A_0446() == 99 || ID1980A_0449() == 99)
        a = 99;
    } break;
    case dataset_id::id1995a: {
      if (ID1995A_0469() == 99 && ID1995A_0462() == 2)
        a = 0;
    } break;
    case dataset_id::ma1982a: {
      a = MA1982A_0412() + MA1982A_0413() + MA1982A_0414();
      if (a > 10 && a < 99)
        a = 10;
      if (MA1982A_0412() == 99)
        a = 99;
    } break;
    case dataset_id::ma1994a: {
      a = MA1994A_0415() + MA1994A_0416() + MA1994A_0417() + MA1994A_0418();
      if (a > 10 && a < 98)
        a = 10;
      if (MA1994A_0415() == 98 || MA1994A_0416() == 98 ||
          MA1994A_0417() == 98 || MA1994A_0418() == 98)
        a = 98;
      if (MA1994A_0415() == 99)
        a = 99;
    } break;
    case dataset_id::ma2004a: {
      a = MA2004A_0412() + MA2004A_0413() + MA2004A_0414();
      if (a > 13 && a < 98)
        a = 13;
      if (MA2004A_0412() == 98 || MA2004A_0413() == 98 || MA2004A_0414() == 98)
        a = 98;
      if (MA2004A_0412() == 99)
        a = 99;
    } break;
    case dataset_id::ni1995a: {
      if (NI1995A_0436() == 99 && NI1995A_0435() == 2)
        a = 0;
    } break;
    case dataset_id::ni2005a: {
      if (NI2005A_0444() == 99 && NI2005A_0443() == 2)
        a = 0;
    } break;
    case dataset_id::tr1990a: {
      a = TR1990A_0409() + TR1990A_0410();
      if (a > 10 && a < 98)
        a = 10;
      if (TR1990A_0409() == 98 || TR1990A_0410() == 98)
        a = 98;
      if (TR1990A_0409() == 99)
        a = 99;
    } break;
    case dataset_id::tr2000a: {
      a = TR2000A_0412() + TR2000A_0413();
      if (a > 10 && a < 98)
        a = 10;
      if (TR2000A_0412() == 98 || TR2000A_0413() == 98)
        a = 98;
      if (TR2000A_0412() == 99)
        a = 99;
      if (TR2000A_0412() == 99 && TR2000A_0402() == 2 && TR2000A_0410() > 1 &&
          TR2000A_0410() < 8)
        a = 0;
    } break;
    case dataset_id::uy2006a: {
      if (UY2006A_0450() == 0 && UY2006A_0418() == 2)
        a = 0;
      if (UY2006A_0401() == 1)
        a = 99;
    } break;
    case dataset_id::bf1996a: {
      a = BF1996A_0427() + BF1996A_0426();
      if (a > 12 && a < 98)
        a = 12;
      if (BF1996A_0427() == 98 || BF1996A_0426() == 98)
        a = 98;
      if (BF1996A_0427() == 99 && BF1996A_0426() == 99)
        a = 99;
    } break;
    case dataset_id::bf2006a: {
      a = BF2006A_0430() + BF2006A_0431();
      if (a > 12 && a < 98)
        a = 12;
      if (BF2006A_0430() == 98 || BF2006A_0431() == 98)
        a = 98;
      if (BF2006A_0430() == 99 && BF2006A_0431() == 99)
        a = 99;
    } break;
    case dataset_id::fj2007a: {
      a = FJ2007A_0455() + FJ2007A_0456();
      if (a > 7 && a < 99)
        a = 7;
      if (FJ2007A_0455() == 99 || FJ2007A_0456() == 99)
        a = 99;
    } break;
    case dataset_id::ke2009a: {
      a = KE2009A_0415() + KE2009A_0416();
      if (a > 15 && a < 99)
        a = 15;
      if (KE2009A_0415() == 99 || KE2009A_0416() == 99)
        a = 99;
    } break;
    case dataset_id::ss2008a: {
      a = SS2008A_0441() + SS2008A_0442();
      if (a > 12 && a < 99)
        a = 12;
      if (SS2008A_0441() == 99 || SS2008A_0442() == 99)
        a = 99;
    } break;
    case dataset_id::ht1982a: {
      if (HT1982A_0427() == 99 && HT1982A_0423() == 2 && HT1982A_0402() >= 15 &&
          HT1982A_0402() <= 99)
        a = 0;
    } break;
    case dataset_id::do1981a: {
      if (DO1981A_0451() < 98 && DO1981A_0452() < 98)
        a = DO1981A_0451() + DO1981A_0452();
      else
        a = 98;
      if (DO1981A_0451() == 99 && DO1981A_0452() == 99)
        a = 99;
      if (a > 20 && a < 98)
        a = 20;
    } break;
    case dataset_id::ml2009a: {
      if (ML2009A_0436() < 98 && ML2009A_0437() < 98)
        a = ML2009A_0436() + ML2009A_0437();
      else
        a = 98;
      if (ML2009A_0436() == 99 && ML2009A_0437() == 99)
        a = 99;
      if (a > 12 && a < 98)
        a = 12;
    } break;
    case dataset_id::ng2006a: {
      if (NG2006A_0492() < 98 && NG2006A_0493() < 98 && NG2006A_0494() < 98 &&
          NG2006A_0495() < 98 && NG2006A_0496() < 98 && NG2006A_0497() < 98)
        a = NG2006A_0492() + NG2006A_0493() + NG2006A_0494() + NG2006A_0495() +
            NG2006A_0496() + NG2006A_0497();
      else
        a = 98;
      if (NG2006A_0492() == 99 && NG2006A_0493() == 99 &&
          NG2006A_0494() == 99 && NG2006A_0495() == 99 &&
          NG2006A_0496() == 99 && NG2006A_0497() == 99)
        a = 99;
      if (a > 10 && a < 98)
        a = 10;
    } break;
    case dataset_id::ng2007a: {
      if (NG2007A_0486() < 98 && NG2007A_0487() < 98 && NG2007A_0488() < 98 &&
          NG2007A_0489() < 98 && NG2007A_0490() < 98 && NG2007A_0491() < 98)
        a = NG2007A_0486() + NG2007A_0487() + NG2007A_0488() + NG2007A_0489() +
            NG2007A_0490() + NG2007A_0491();
      else
        a = 98;
      if (NG2007A_0486() == 99 && NG2007A_0487() == 99 &&
          NG2007A_0488() == 99 && NG2007A_0489() == 99 &&
          NG2007A_0490() == 99 && NG2007A_0491() == 99)
        a = 99;
      if (a > 10 && a < 98)
        a = 10;
    } break;
    case dataset_id::zm1990a: {
      if (ZM1990A_0434() < 99 && ZM1990A_0435() < 99)
        a = ZM1990A_0434() + ZM1990A_0435();
      else
        a = 98;
      if (ZM1990A_0434() == 99 && ZM1990A_0435() == 99)
        a = 99;
      if (a > 10 && a < 98)
        a = 10;
    } break;
    case dataset_id::zm2010a: {
      a = ZM2010A_0456() + ZM2010A_0457() + ZM2010A_0458() + ZM2010A_0459() +
          ZM2010A_0460() + ZM2010A_0461();
      if (ZM2010A_0456() == 99)
        a = 99;
      if (ZM2010A_0455() == 2)
        a = 0;
      if (a > 10 && a < 98)
        a = 10;
    } break;
    case dataset_id::mz1997a: {
      if (MZ1997A_0443() < 99 && MZ1997A_0444() < 98)
        a = MZ1997A_0443() + MZ1997A_0444();
      else
        a = 98;
      if (MZ1997A_0443() == 99 && MZ1997A_0444() == 99)
        a = 99;
      if (a > 13 && a < 98)
        a = 13;
    } break;
    case dataset_id::mz2007a: {
      if (MZ2007A_0456() < 99 && MZ2007A_0457() < 98)
        a = MZ2007A_0456() + MZ2007A_0457();
      else
        a = 98;
      if (MZ2007A_0456() == 99 && MZ2007A_0457() == 99)
        a = 99;
      if (a > 12 && a < 98)
        a = 12;
    } break;
    case dataset_id::et1984a: {
      if (ET1984A_0422() < 98 && ET1984A_0423() < 98 && ET1984A_0424() < 98 &&
          ET1984A_0425() < 98 && ET1984A_0426() < 98 && ET1984A_0427() < 98)
        a = ET1984A_0422() + ET1984A_0423() + ET1984A_0424() + ET1984A_0425() +
            ET1984A_0426() + ET1984A_0427();
      else
        a = 98;
      if (ET1984A_0422() == 99 && ET1984A_0423() == 99 &&
          ET1984A_0424() == 99 && ET1984A_0425() == 99 &&
          ET1984A_0426() == 99 && ET1984A_0427() == 99)
        a = 99;
      if (a > 9 && a < 98)
        a = 9;
    } break;
    case dataset_id::et2007a: {
      if (ET2007A_0424() < 98 && ET2007A_0425() < 98 && ET2007A_0426() < 98 &&
          ET2007A_0427() < 98 && ET2007A_0428() < 98 && ET2007A_0429() < 98)
        a = ET2007A_0424() + ET2007A_0425() + ET2007A_0426() + ET2007A_0427() +
            ET2007A_0428() + ET2007A_0429();
      else
        a = 98;
      if (ET2007A_0424() == 99 || ET2007A_0425() == 99 ||
          ET2007A_0426() == 99 || ET2007A_0427() == 99 ||
          ET2007A_0428() == 99 || ET2007A_0429() == 99)
        a = 99;
      if (a > 9 && a < 98)
        a = 9;
    } break;
    case dataset_id::py1992a: {
      if (PY1992A_0433() == 0 && PY1992A_0434() == 99)
        a = 0;
    } break;
    case dataset_id::py2002a: {
      if (PY2002A_0452() == 99 && PY2002A_0402() == 2 && PY2002A_0403() >= 12)
        a = 0;
    } break;
    case dataset_id::za2011a: {
      if (ZA2011A_0460() == 2 && ZA2011A_0464() == 99)
        a = 0;
    } break;
    case dataset_id::bw2001a: {
      if (BW2001A_0426() < 98 && BW2001A_0427() < 98)
        a = BW2001A_0426() + BW2001A_0427();
      else
        a = 98;
      if (BW2001A_0426() == 99 && BW2001A_0427() == 99)
        a = 99;
      if (a > 10 && a < 98)
        a = 10;
    } break;
    case dataset_id::ir2011a: {
      if (IR2011A_0446() < 98 && IR2011A_0445() < 98)
        a = IR2011A_0446() + IR2011A_0445();
      else
        a = 98;
      if (IR2011A_0446() == 99 || IR2011A_0445() == 99)
        a = 99;
      if (a > 13 && a < 98)
        a = 13;
    } break;
    case dataset_id::hu2011a: {
      if (HU2011A_0405() == 1)
        a = 99;
    } break;
    case dataset_id::is1901a: {
      if (IS1901A_0420() < 99 && IS1901A_0421() < 99)
        a = IS1901A_0420() + IS1901A_0421();
      if (IS1901A_0420() < 99 && IS1901A_0421() == 99)
        a = 98;
      if (IS1901A_0420() == 99 && IS1901A_0421() < 99)
        a = 98;
      if (IS1901A_0420() == 99 && IS1901A_0421() == 99)
        a = 98;
      if (IS1901A_0404() == 1 || IS1901A_0407() < 12 || IS1901A_0407() == 999)
        a = 99;
      if (a > 30 && a < 98)
        a = 30;
    } break;
    case dataset_id::is1910a: {
      if (IS1910A_0434() < 99 && IS1910A_0435() < 99)
        a = IS1910A_0434() + IS1910A_0435();
      if (IS1910A_0434() < 99 && IS1910A_0435() == 99)
        a = 98;
      if (IS1910A_0434() == 99 && IS1910A_0435() < 99)
        a = 98;
      if (IS1910A_0434() == 99 && IS1910A_0435() == 99)
        a = 98;
      if (IS1910A_0413() == 1 || IS1910A_0442() < 12 || IS1910A_0442() == 999)
        a = 99;
      if (a > 30 && a < 98)
        a = 30;
    } break;
    case dataset_id::uk1911a: {
      if (UK1911A_0401() != 1 || UK1911A_0404() < 12 || UK1911A_0404() == 999)
        a = 99;
    } break;
    case dataset_id::bj1992a: {
      if (BJ1992A_0427() < 98 && BJ1992A_0428() < 98)
        a = BJ1992A_0427() + BJ1992A_0428();
      if (BJ1992A_0427() == 12 || BJ1992A_0428() == 12 || a > 12)
        a = 12;
      if (BJ1992A_0427() == 98 || BJ1992A_0428() == 98)
        a = 98;
      if (BJ1992A_0427() == 99 && BJ1992A_0428() == 99)
        a = 99;
    } break;
    case dataset_id::hn1988a: {
      if (HN1988A_0441() == 99 && HN1988A_0436() == 2)
        a = 0;
    } break;
    case dataset_id::hn2001a: {
      if (HN2001A_0425() == 99 && HN2001A_0424() == 2)
        a = 0;
    } break;
    case dataset_id::pg1980a: {
      if (PG1980A_0438() < 98 && PG1980A_0439() < 98)
        a = PG1980A_0438() + PG1980A_0439();
      if (PG1980A_0438() == 8 || PG1980A_0439() == 8 || a > 8)
        a = 8;
      if (PG1980A_0438() == 98 || PG1980A_0439() == 98)
        a = 98;
      if (PG1980A_0438() == 99 && PG1980A_0439() == 99)
        a = 99;
    } break;
    case dataset_id::pg2000a: {
      if (PG2000A_0430() < 98 && PG2000A_0431() < 98)
        a = PG2000A_0430() + PG2000A_0431();
      if (PG2000A_0430() == 10 || PG2000A_0431() == 10 || a > 10)
        a = 10;
      if (PG2000A_0430() == 98 || PG2000A_0431() == 98)
        a = 98;
      if (PG2000A_0430() == 99 && PG2000A_0431() == 99)
        a = 99;
    } break;
    case dataset_id::rw2012a: {
      if (RW2012A_0451() < 98 && RW2012A_0452() < 98)
        a = RW2012A_0451() + RW2012A_0452();
      if (RW2012A_0451() == 12 || RW2012A_0452() == 12 || a > 12)
        a = 12;
      if (RW2012A_0451() == 98 || RW2012A_0452() == 98)
        a = 98;
      if (RW2012A_0451() == 99 && RW2012A_0452() == 99)
        a = 99;
    } break;
    case dataset_id::zw2012a: {
      a = 98;
      if (ZW2012A_0440() < 98 && ZW2012A_0441() < 98 && ZW2012A_0442() < 98 &&
          ZW2012A_0443() < 98 && ZW2012A_0444() < 98 && ZW2012A_0445() < 98)
        a = ZW2012A_0440() + ZW2012A_0441() + ZW2012A_0442() + ZW2012A_0443() +
            ZW2012A_0444() + ZW2012A_0445();
      if (ZW2012A_0440() == 5 || ZW2012A_0441() == 5 || ZW2012A_0442() == 5 ||
          ZW2012A_0443() == 5 || ZW2012A_0444() == 5 || ZW2012A_0445() == 5 ||
          a > 5)
        a = 5;
      if (ZW2012A_0440() == 98 || ZW2012A_0441() == 98 ||
          ZW2012A_0442() == 98 || ZW2012A_0443() == 98 ||
          ZW2012A_0444() == 98 || ZW2012A_0445() == 98)
        a = 98;
      if (ZW2012A_0440() == 99 && ZW2012A_0441() == 99 &&
          ZW2012A_0442() == 99 && ZW2012A_0443() == 99 &&
          ZW2012A_0444() == 99 && ZW2012A_0445() == 99)
        a = 99;
      if (ZW2012A_0439() == 2)
        a = 0;
    } break;
    case dataset_id::kh2004a: {
      a = KH2004A_0427() + KH2004A_0428();
      if (a > 10)
        a = 10;
      if (KH2004A_0427() == 99 || KH2004A_0428() == 99)
        a = 99;
    } break;
    case dataset_id::la2005a: {
      a = LA2005A_0424() + LA2005A_0425() + LA2005A_0426() + LA2005A_0427() +
          LA2005A_0428() + LA2005A_0429();
      if (a > 5)
        a = 5;
      if (LA2005A_0424() == 99 || LA2005A_0425() == 99 ||
          LA2005A_0426() == 99 || LA2005A_0427() == 99 ||
          LA2005A_0428() == 99 || LA2005A_0429() == 99)
        a = 99;
      if (LA2005A_0423() == 2 && a == 99)
        a = 0;
    } break;
    case dataset_id::gt1964a: {
      if (GT1964A_0438() == 99 && GT1964A_0407() >= 10 && GT1964A_0406() == 2)
        a = 0;
    } break;
    case dataset_id::gt1994a: {
      if (GT1994A_0429() == 2)
        a = 0;
    } break;
    case dataset_id::np2011a: {
      a = NP2011A_0436() + NP2011A_0437();
      if (a > 10)
        a = 10;
      if (NP2011A_0436() == 99 || NP2011A_0437() == 99)
        a = 99;
      if (a == 99 && NP2011A_0429() == 2)
        a = 0;
    } break;
    case dataset_id::tg1960a: {
      a = TG1960A_0418() + TG1960A_0419();
      if (TG1960A_0406() == 1 || TG1960A_0408() < 10)
        a = 99;
    } break;
    case dataset_id::ma2014a: {
      if (MA2014A_0407() < 98 && MA2014A_0408() < 98)
        a = MA2014A_0407() + MA2014A_0408();
      else
        a = 98;
      if (MA2014A_0407() == 99 && MA2014A_0408() == 99)
        a = 99;
      if (a > 10 && a < 98)
        a = 10;
    } break;
    case dataset_id::mm2014a: {
      if (MM2014A_0429() < 99 && MM2014A_0430() < 99)
        a = MM2014A_0429() + MM2014A_0430();
      if (MM2014A_0429() == 99 && MM2014A_0430() == 99)
        a = 99;
      if (a > 9 && a < 99)
        a = 9;
    } break;
    case dataset_id::sn2013a: {
      if (SN2013A_0485() < 99 && SN2013A_0486() < 99)
        a = SN2013A_0485() + SN2013A_0486();
      if (SN2013A_0485() == 99 && SN2013A_0486() == 99)
        a = 99;
      if (a > 11 && a < 99)
        a = 11;
    } break;
    case dataset_id::za2016a: {
      if (ZA2016A_0478() == 99 && ZA2016A_0471() == 2)
        a = 0;
      if (ZA2016A_0478() == 99 && ZA2016A_0471() == 8)
        a = 98;
    } break;
    case dataset_id::sr2004a: {
      if (SR2004A_0411() < 98 && SR2004A_0412() < 98)
        a = SR2004A_0411() + SR2004A_0412();
      else
        a = 98;
      if (SR2004A_0411() == 99 && SR2004A_0412() == 99)
        a = 99;
      if (a > 8 && a < 98)
        a = 8;
    } break;
    }
    if (a > 30 && a != 99)
      a = 98;

    setData(a);
  }
};

    

Description

CHBORN reports the number of children ever born to each woman of whom the question was asked. In most samples, women were to report all live births by all fathers, whether or not the child was still living.

Comparability — Index

GENERAL
Argentina
Armenia
Austria
Belarus
Benin
Bolivia
Botswana
Brazil
Burkina Faso
Cambodia
Cameroon
Canada
Chile
China
Colombia
Costa Rica
Côte d'Ivoire
Dominican Republic
Ecuador
El Salvador
Ethiopia
Fiji
Germany
Greece
Guatemala
Guinea
Haiti
Honduras
Hungary
Indonesia
Iran
Ireland
Israel
Jamaica
Kenya
Kyrgyzstan
Laos
Lesotho
Liberia
Malawi
Mali
Mauritius
Mexico
Morocco
Mozambique
Myanmar
Nepal
Nicaragua
Pakistan
Palestine
Panama
Papua New Guinea
Paraguay
Philippines
Puerto Rico
Romania
Rwanda
Saint Lucia
Senegal
Sierra Leone
South Africa
South Sudan
Spain
Sudan
Suriname
Switzerland
Tanzania
Thailand
Togo
Trinidad and Tobago
Turkey
Uganda
United States
Uruguay
Venezuela
Vietnam
Zambia
Zimbabwe

Comparability — General

CHBORN is comparable among all the samples, aside from universe differences. Most censuses asked all females above a certain age the question, but some capped the age as well. In addition, some censuses limited the question to women who had ever been married or who have ever been pregnant.

Census data on childbirths are often considered unreliable. Numerous samples have unlikely or impossible numbers of births, but we have not attempted to correct those cases.

The 1960 Brazil and 1970 Chile samples are the only ones to include still births in CHBORN.

The 1971 Ireland sample only records children born in the present marriage, and instructed enumerators to double check year of marriage against year of birth.

Users should be sensitive about the interpretation of the "unknown/not reported" category, which is large for some samples. In many cases, this may mean zero births. It is also possible that unmarried persons with children could tend to be over-represented here.

Some samples impose a top-code on the number of children. See the codes page frequencies for the samples in question, if this might affect your analysis.

Comparability — Argentina [top]

The universe changes from age 12 and older in 1970 to age 14 and older in later years. The 1980 sample top-codes the data at 8+, while 1991 and 2001 cap it at 16+.

Comparability — Armenia [top]

The data are top-coded at 7 or more births in the 2001 and 2011 samples.

Comparability — Austria [top]

The universe changes from age 15 and older in 1981-1991, to age 16 and older in 2001. The 1981 and 1991 samples are top-coded at ten or more births; 2001 is top-coded at 8 or more.

Comparability — Belarus [top]

The top code changes from 13+ in 1999 to 7+ in 2009.

Comparability — Benin [top]

The census questions asked separately about male and female children ever born. The 1992 sample is top-coded at 12+; 2002 and 2013 are top-coded at 18+.

Comparability — Bolivia [top]

In Bolivia, the universe changed from age 12 and older in 1976 and 1992 to age 15 and older in 2001 and in 2012. The data are top-coded at 18 or more births in the 2001 and 2012 samples.

Comparability — Botswana [top]

In 1981, the CHBORN is top-coded at 15. In 1991, the top code is 20. In 2001, CHBRON is constructed based on separate questions about male children ever born and female children ever born and has a top code of 10. The 2011 sample is top-coded at 18.

Comparability — Brazil [top]

In 1960, stillbirths are included in CHBORN. In other Brazilian samples, this information was recorded separately.

For the 1980 sample, the integrated variable was constructed from separate questions of male and female births.

The age universe changes from 10+ in 1960, to 15+ in 1970-1980, and back to 10+ in 1991-2010.

Comparability — Burkina Faso [top]

The universe changes over time: in the 1985 and 1996 samples, female respondents age 12 and older answered the question; in the 2006 sample, the questions were asked of females age 10 and older. The variable is top-coded at 12 in 1996 and 2006.

Comparability — Cambodia [top]

Responses were calculated from separate variables for male and female children in all samples, except the 2013 sample which directly provides a single variable for the total number of children born.

The samples have different top-codes: the 1998 sample at 12 births or more; the 2004 sample at 10 births or more; the 2008 sample at 20 births or more; the 2013 sample at 14 births or more; and the 2019 sample at 11 births or more.

Comparability — Cameroon [top]

The variable is top-coded at 18+ in 2005.

Comparability — Canada [top]

The 1971-1981 samples restrict the universe to ever-married females; the 1991 sample does not. The top code drops from 14 in 1971, to 9 in 1981, to 7 in 1991.
The top-code changes from 14 in 1971, to 9 in 1981, to 7 in 1991.

Comparability — Chile [top]

The 1970 sample includes stillbirths.

The age universe for women who were asked the question changes over time: age 12 and older in 1960; 15 and older in 1970, 1982, 2002, and 2017; and 14 and older in 1992.

The samples have different top codes.

Comparability — China [top]

The universe changes from females age 15 to 64 in 1982 and to females age 15 to 50 in 2000. The 1990 sample is top-coded at 9 or more births; the 2000 sample is top-coded at 12 or more births.

Comparability — Colombia [top]

The age universe changes from 15 and older in 1973 and 1985, to 12 and older in 1993 and 2005. For 1993, the variable was constructed with separate questions for male and female children.

Comparability — Costa Rica [top]

The age universe changes from 15 and older for 1973-1984 to 12 and older in 2000 and 2011.

Comparability — Côte d'Ivoire [top]

The 1998 sample is top-coded at 14+ children.

Comparability — Dominican Republic [top]

The universe for the 1970, 2002 and 2010 sample is women age 15 and older; in the 1981 sample it is women age 12 and older. The 1970 sample is top coded at 20 and the 1981 sample is top coded at 15.

Comparability — Ecuador [top]

The age universe changes from 15 and older for 1962-1990 to 12 and older in 2001-2010.

Comparability — El Salvador [top]

The 1992 variable is not top coded. For the 2007 variable, the number of children is calculated from two separate variables, the number of male and female children born. Each of those variables is top-coded at 12+ children, as is CHBORN for that sample. See the unharmonized source variables to identify the affected cases.

Comparability — Ethiopia [top]

The universe in 1984 and 1994 includes female residents age 10 and older. The 2007 sample includes only long-form female respondents age 10 and older.

Comparability — Fiji [top]

The 1966 sample is top-coded at 16 births or more and 2007 sample is at 7 or more. The universe of females age 15+ is consistent across samples.

Comparability — Germany [top]

Childbearing data are not available for the 1987 sample, and the universe differs across the earlier samples. In 1970, women are asked to report the total number of "legitimate" children born alive. In 1971, married women are asked to report the number of children born in their current marriage. The 1981 census question is asked of all women, regardless of marital status, and explicitly includes births occurring outside of the current marriage. The 1970 sample records up to 12 children, while the 1971 and 1981 samples record up to 20 children per woman.

Comparability — Greece [top]

In 1991 and 2001, the question was asked of females born before calendar year 1981 and 1991, respectively. Enumeration occurred in the middle of March, so the age universe is approximately age 10+ in those samples. The 2011 sample is top-coded at 11+.

Comparability — Guatemala [top]

All samples, except for the 1994 sample, are top-coded at 20+. The minimum age of respondents differs across samples. IPUMS imposed a minimum age of 10+ in 1964.

Comparability — Guinea [top]

The data are top-coded at 13 or more births in 1996 and at 17 or more births in 2014. The 1983 census contained fertility questions, but those data are not preserved in the microdata.

Comparability — Haiti [top]

The age universe has changed over time from females age 15 and older in 1982 to females age 13 and older in 2003. Top-coding changes from 20+ in 1982 to 18+ in 2003.

Comparability — Honduras [top]

The 1974 sample is top-coded at 19+; 1988 and 2001 are top-coded at 20+.

Comparability — Hungary [top]

The universe differs between samples. In 1990, the universe is females age 14 and older; in 1970, 1980 and 2001 the universe is females age 15 and older. In 2011, the question was asked of all females but births are recorded for females age 13 and older only.

The 1990, 2001, and 2011 censuses included responses for men. Men are excluded from CHBORN, but are available in the corresponding unharmonized variables for these samples.

Comparability — Indonesia [top]

The 1980, 1990, and 2000 variables are top-coded at 30+ children, 10+ children, and 20+ children respectively. The other samples are not top-coded. For the 1980 variable, the number of children is calculated from two separate variables, the total number of living children and the total number of dead children. Each of those variables is top-coded at 30+ children, as is CHBORN for that sample; see the unharmonized source variables to identify the affected cases.

The 1995 and 2010 universes differ significantly from other years. The 1995 sample limits the age universe of respondents, and the 2010 sample is the only one to include never-married women as well.

Comparability — Iran [top]

The 2011 sample is top-coded at 13+ children. Both samples provide data for ever-married females only, while the 2011 sample restricts further the universe to only those age 10 and older.

Comparability — Ireland [top]

In 1971, the variable records only the children born to married women from their current marriage, while all other births are not recorded. The 2011 and 2016 question was asked of present women.

The data are top-coded at 10 or more in 1971, and 9 or more children in 2011 and 2016.

Comparability — Israel [top]

The universe changes significantly from ever-married females in 1983 to all females age 15+ in 1995 and 2008.

The data for 1995 and 2008 provide some responses in intervals: 3 to 4, 5 to 7, and 8 or more. In each case the data are coded to the lowest value of the interval (3, 5, and 8). The 1995-2008 top code is 8 or more; 1983 has no top code.

Comparability — Jamaica [top]

The universe varies across samples. The 1982 sample includes women age 14 or older who are not full-time students. The 1991 sample includes only women ages 14 to 64. The 2001 sample includes only women ages 14 to 49 who ever had a live birth.

The samples have different top-codes.

Comparability — Kenya [top]

The 1979 sample is top-coded at 20 births or more, 1999 is top-coded at 18 or more, and 2009 is top-coded at 15 or more.

The universe is females age 12 and older for all samples except 1979. The 1979 enumeration form indicates that the universe was females age 12+, but it appears to actually be females age 15+. There are a large proportion of missing cases.

Comparability — Kyrgyzstan [top]

The data are top-coded at 15 or more births.

Comparability — Laos [top]

Responses were calculated from multiple source variables for male and female children.

The 1995 and 2005 samples are top-coded at 5 births or more, while the 2015 sample is top-coded at 6 births or more.

Comparability — Lesotho [top]

The 1996 sample is top-coded at 14+; 2006 is top-coded at 11+.

Comparability — Liberia [top]

The age universe goes from 10 or older in 1974 to women age 12 to 54 in the 2008 sample.

Comparability — Malawi [top]

The universe varies across samples: the 1987 sample includes women age 10 or older, while the 1998 and 2008 samples only include women age 12 or older. Additionally, the 2008 sample only includes non-visiting women. The variables are otherwise comparable.

The samples have different top-codes.

Comparability — Mali [top]

The age universe changes from women age 12+ in the 1987 and 1998 samples to women age 12 to 49 for the 2009 sample. The 2009 sample is top-coded at 12 or more children.

Comparability — Mauritius [top]

The data are top-coded at 15+ in 1990, 14+ in 2000, and 13+ children in 2011. In 1990-2011, the question is only asked of ever-married females, regardless of their age.

Comparability — Mexico [top]

The 2020 sample is top-coded at 24+.

Comparability — Morocco [top]

The data for all samples are calculated from multiple input variables. 1982 and 1994 are top-coded at 10+ children; the 2004 variable is top-coded at 13+ children; the 2014 variable is top-coded at 10+ children. Original details are preserved in the unharmonized source variables

The 1982 census asked the fertility questions only of women age 50 or less; the other years do not cap the age of respondents. In all samples, information is provided only for ever-married females.

Comparability — Mozambique [top]

The universe varies importantly across samples: the 1997 sample includes women between ages 12 and 50, while the 2007 sample includes woman residents age 12 or older.

The variable is constructed from two variables that are each top-coded; the data therefore underreport the actual number of children for a small number of cases. See the unharmonized source variables to identify the affected cases.

Comparability — Myanmar [top]

The number of children is calculated from separate variables on male and female children. In 2014, the variable has a top code at 9+ children.

Comparability — Nepal [top]

The number of children is calculated from two separate variables, the number of male and female children born. Each of those variables has a top code affecting a very small number of cases.

Comparability — Nicaragua [top]

The 1995 and 2005 variables are top-coded at 20+ children and the 1971 variable is not top-coded at all. The minimum age of respondents varies across samples.

Comparability — Pakistan [top]

Fertility data are available only in 1973. The number of children is calculated from separate variables on male and female children. Each of those variables has a top code affecting a small number of cases, and CHBORN underestimates the true value for those women. See the unharmonized source variables to identify the affected cases.

Comparability — Palestine [top]

Respondents were asked to report only children born to them while they were married.

In 2017, the variable is top-coded at 18+ children.

Comparability — Panama [top]

Only indigenous females age 12 and older were asked the question in 1960. The age universe changes from 15 and older in 1970-1990, to 12 and older in 2000-2010. The 2010 sample is top-coded at 16 or more births.

Comparability — Papua New Guinea [top]

The census questions asked separately about male and female children ever born. The 1980 sample is top-coded at 8+; 2000 is top-coded at 10+.

Comparability — Paraguay [top]

The universe varies across samples: the 1962 and 2002 samples include women residents age 12 or older, while the 1972 sample includes woman residents age 15 or older, and the 1982 and 1992 samples include women age 14 or older.

The samples have different top-codes.

Comparability — Philippines [top]

The universe for the 1990 sample includes only over married females age 15 to 49, while it includes females age 15 to 49 in 2010.

The 1990 sample is top-coded at 17+.

Comparability — Puerto Rico [top]

The age universe changes from 14 and older 1970 to 15 and older thereafter. All samples are top-coded at 12+ children.

Comparability — Romania [top]

In 1977 and 1992, the census asked the question of females born before calendar year 1962 and 1978, respectively. The censuses were taken in the first week of January, so the universe is effectively age 16+ and age 15+ in those samples. The age universe of age 12 or older in 2002 was imposed by IPUMS to make the sample comparable to others. All of the affected females had zero children. The 2011 sample has an age universe of 15+.

The 2002 sample has a top code of 17+ and the 2011 sample has a top code of 16+.

Comparability — Rwanda [top]

The data were calculated from separate responses for male and female children. The separate variables were top-coded at 13+ in 2002 and at 12+ in 2012, so values above the corresponding top-codes could be affected. See the unharmonized variables.

Comparability — Saint Lucia [top]

The universe is highly unusual. Both samples restrict the question to females who were not attending school. The 1980 sample asked the question of females age 14+, while 1991 limited it to females age 15 to 65.

Both samples are top-coded at 12+ children born.

Comparability — Senegal [top]

The number of children is calculated from separate variables on male and female children. Each of those variables has a top code affecting a small number of cases, and CHBORN underestimates the true value for those women. See the unharmonized source variables to identify the affected cases.

Comparability — Sierra Leone [top]

The 2004 sample is top-coded at 17+ children and the 2015 sample is top-coded at 18+ children.

Comparability — South Africa [top]

The universe for the question differs across samples. In 1996 the question was asked of females, age 12 and older living in private households. In 2011, the universe was females between the ages of 12 and 50 living in private households. In 2001, 2007 and 2016, it was asked of females between the ages of 12 and 50, without regard to dwelling type.

In 2016, the variable is top-coded at 14+ children.

Comparability — South Sudan [top]

The data are calculated from two separate variables and top-coded at 12 or more children.

Comparability — Spain [top]

The 1981 the sample limits the universe to females age 14 and older who were ever-married. In 1991, the universe changes to females age 12 and older, regardless of marital status. The 1991 data are also top-coded at 7 or more births.

Comparability — Sudan [top]

The universe is restricted to ever married females age 12 to 54.

Comparability — Suriname [top]

In 2004, the number of children is calculated from separate variables on male and female children. The age universe is restricted to females age 12 to 64 in 2004 and females age 15 to 64 in 2012.

The variable is top-coded at 8 or more children in 2004 and 12 or more children in 2012.

Comparability — Switzerland [top]

Number of children was asked of both men and women during the 2000 census. The male responses are removed from CHBORN but are available in the unharmonized source variable. The 2000 census is top-coded at 13.

Comparability — Tanzania [top]

In 1988, the number of children ever born is calculated from six separate variables. In 2002, CHBORN is top-coded at 20. In 2012, the variable is top-coded at 15+.

Comparability — Thailand [top]

All censuses limited the question to ever-married women. There are some minor differences in the minimum age universe as well.

Comparability — Togo [top]

The 2010 sample is top-coded at 17 or more births. The age universes differ across samples. A minimum age of 10 or more years was imposed on the 1960 sample by IPUMS.

Comparability — Trinidad and Tobago [top]

In the 1970 and 2000 samples, the universe is females age 14 and older. In 2011, the universe is females age 14 to 54. The top-codes change from 16+ in 1970 to 15+ in 2000 to 11+ in 2011.

Comparability — Turkey [top]

The 1990 and 2000 variables are calculated from two separate variables, and all samples are top-coded at 10+ children.

Comparability — Uganda [top]

The universe changes significantly: from age 12 and older in 1991 to age 12 to 54 in 2002 and 2014.

Comparability — United States [top]

The 1960-1990 data are top-coded at 12+ births. Only ever-married women were asked this question in 1960, while all women were asked in 1970, 1980, and 1990.

Comparability — Uruguay [top]

The census question in 1996 recorded up to 14+ children. In 2011, the data are top-coded at 15+ children.

The 2006 survey asked the fertility question of both men and women. Male responses are retained in the unharmonized source variable.

Comparability — Venezuela [top]

The data are top-coded at 8 or more births in 1971.

Comparability — Vietnam [top]

The samples differ in how they are constructed. The 1989 and 1999 samples report the number of children born directly in the questionnaire. The 2009 and 2019 samples are constructed from the number of children at home, elsewhere, and those who died.

Samples differ in their top-codes. The 1999 sample is top-coded at 14+ children, the 2009 sample at 13+ children, and the 2019 at 3+ children.

Comparability — Zambia [top]

The universe differs slightly across samples. All samples restrict the universe to women age 12 or older, but the 2010 sample only asked the question to present household members and visitors, excluding absent household members. The 1990 and 2000 enumeration instructions indicate that this question should have been asked only of present household members and visitors, but children ever born is reported for almost all absent household members; they are included in the universe for these samples. All samples are top-coded at 10 or more children.

Comparability — Zimbabwe [top]

The data were calculated from separate responses for male and female children in the household, elsewhere, and dead. The 2012 sample is top-coded at 5+.

Universe

  • Argentina 1970: Females age 12+
  • Argentina 1980: Females age 14+
  • Argentina 1991: Females age 14+
  • Argentina 2001: Females age 14+
  • Armenia 2001: Females age 15+
  • Armenia 2011: Females age 15+
  • Austria 1981: Females age 15+
  • Austria 1991: Females age 15+
  • Austria 2001: Females age 16+
  • Belarus 1999: Females age 15+
  • Belarus 2009: Females age 15+
  • Benin 1992: Female residents age 12+
  • Benin 2002: Female residents age 10+
  • Benin 2013: Female residents age 10+
  • Bolivia 1976: Females age 12+
  • Bolivia 1992: Females age 12+
  • Bolivia 2001: Females age 15+
  • Bolivia 2012: Females age 15+
  • Botswana 1981: Present resident females age 12+
  • Botswana 1991: Females age 12+
  • Botswana 2001: Female age 12+ except institutionalized non-residents
  • Botswana 2011: Female age 12+ except institutionalized non-residents
  • Brazil 1960: Females age 10+
  • Brazil 1970: Females age 15+
  • Brazil 1980: Females age 15+
  • Brazil 1991: Females age 10+
  • Brazil 2000: Females age 10+
  • Brazil 2010: Females age 10+
  • Burkina Faso 1985: Females age 12+
  • Burkina Faso 1996: Present resident females age 12+
  • Burkina Faso 2006: Females age 10+
  • Cambodia 1998: Females age 15+
  • Cambodia 2004: Females age 15+
  • Cambodia 2008: Females age 15+
  • Cambodia 2013: Females age 15+
  • Cambodia 2019: Females age 15+
  • Cameroon 2005: Females age 12+
  • Canada 1971: Ever-married females age 15+
  • Canada 1981: Ever-married females age 15+, not institutionalized
  • Canada 1991: Females age 15+
  • Chile 1960: Females age 12+
  • Chile 1970: Females age 15+
  • Chile 1982: Females age 15+
  • Chile 1992: Females age 14+
  • Chile 2002: Females age 15+
  • Chile 2017: Females age 15+
  • China 1982: Females age 15 to 64
  • China 1990: Females age 15 to 64
  • China 2000: Females age 15-50
  • Colombia 1973: Females age 15+
  • Colombia 1985: Females age 15+
  • Colombia 1993: Females age 12+
  • Colombia 2005: Females age 12+
  • Costa Rica 1973: Females age 15+
  • Costa Rica 1984: Females age 15+
  • Costa Rica 2000: Females age 12+
  • Costa Rica 2011: Females age 12+
  • Côte d'Ivoire 1988: Female residents age 12+
  • Côte d'Ivoire 1998: Female residents age 12+
  • Dominican Republic 1970: Females age 15+
  • Dominican Republic 1981: Females age 12+
  • Dominican Republic 2002: Females age 15+
  • Dominican Republic 2010: Females age 15+
  • Ecuador 1974: Females age 15+
  • Ecuador 1982: Females age 15+
  • Ecuador 1990: Females age 15+
  • Ecuador 2001: Females age 12+
  • Ecuador 2010: Females age 12+
  • El Salvador 1992: Females age 12+
  • El Salvador 2007: Females age 12+
  • Ethiopia 1984: Female residents age 10+
  • Ethiopia 1994: Female residents age 10+
  • Ethiopia 2007: Long form female respondents age 10+
  • Fiji 1966: Females age 15+
  • Fiji 1976: Females age 15+
  • Fiji 2007: Females age 15+
  • Germany 1970: Ever-married females
  • Germany 1971: Married females
  • Germany 1981: Females
  • Ghana 2000: Females age 12+
  • Ghana 2010: Females age 12+
  • Greece 1991: Females born before 1981
  • Greece 2001: Females born before 1991
  • Greece 2011: Females age 10+
  • Guatemala 1964: Females age 10+
  • Guatemala 1973: Females age 15+
  • Guatemala 1981: Females age 15+
  • Guatemala 1994: Females age 12+
  • Guatemala 2002: Females age 12+
  • Guinea 1996: Females age 12+
  • Guinea 2014: Females age 12+
  • Haiti 1982: Females age 15+
  • Haiti 2003: Females age 13+
  • Honduras 1974: Females age 15+
  • Honduras 1988: Females age 12+
  • Honduras 2001: Females age 12+
  • Hungary 1970: Females age 15+
  • Hungary 1980: Females age 15+
  • Hungary 1990: Females age 14+
  • Hungary 2001: Females age 15+
  • Hungary 2011: All females
  • Indonesia 1971: Ever-married females
  • Indonesia 1976: Ever-married females
  • Indonesia 1980: Ever-married females
  • Indonesia 1990: Ever-married females age 10+
  • Indonesia 1995: Ever-married females age 10 to 54
  • Indonesia 2000: Ever-married females age 10+
  • Indonesia 2010: Females age 10+ in regular enumeration areas
  • Iran 2006: Ever-married females age 10+
  • Iran 2011: Ever-married females age 10+
  • Iraq 1997: Ever-married females age 12+
  • Ireland 1971: Married females age 14+
  • Ireland 2011: Present women
  • Ireland 2016: Present women
  • Israel 1972: Ever-married females age 14+
  • Israel 1983: Ever-married females age 15+
  • Israel 1995: Females age 15+
  • Israel 2008: Females age 15+
  • Jamaica 1982: Females age 14+ in private households and some group quarters who are not full-time students
  • Jamaica 1991: Females age 14 to 64 in private households and some group quarters who are not full-time primary or secondary students
  • Jamaica 2001: Females age 14 to 49
  • Kenya 1979: Females age 15+
  • Kenya 1989: Females age 12+
  • Kenya 1999: Females age 12+
  • Kenya 2009: Females age 12+
  • Kyrgyzstan 1999: Females age 15+
  • Kyrgyzstan 2009: Females age 15+
  • Laos 1995: Females age 15 to 49
  • Laos 2005: Females age 15 to 49
  • Laos 2015: Females age 15 to 49
  • Lesotho 1996: Females age 12+
  • Lesotho 2006: Females age 12 to 49
  • Liberia 1974: Females age 10+
  • Liberia 2008: Females age 12 to 54
  • Malawi 1987: Females age 10+
  • Malawi 1998: Females age 12+
  • Malawi 2008: Non-visitor females age 12+
  • Malaysia 1970: Ever-married females age 10+
  • Malaysia 1980: Ever-married females age 10+
  • Mali 1987: Females age 12+
  • Mali 1998: Females age 12+
  • Mali 2009: Females age 12 to 49
  • Mauritius 1990: Ever-married females
  • Mauritius 2000: Ever-married females
  • Mauritius 2011: Ever-married females
  • Mexico 1960: Females age 12+
  • Mexico 1970: Females age 12+
  • Mexico 1990: Females age 12+
  • Mexico 2000: Females age 12+
  • Mexico 2005: Females age 12+
  • Mexico 2010: Females age 12+
  • Mexico 2015: Females age 12+
  • Mexico 2020: Females age 12+
  • Mongolia 1989: Females age 15+
  • Morocco 1982: Ever-married females age 50 or less
  • Morocco 1994: Ever-married females age 10+
  • Morocco 2004: Ever-married females
  • Morocco 2014: Ever-married females
  • Mozambique 1997: Female residents age 12 to 50
  • Mozambique 2007: Female residents age 12+
  • Myanmar 2014: Ever-married women age 15+ in conventional households
  • Nepal 2001: Ever-married females age 15 to 49
  • Nepal 2011: Ever-married females age 15 to 49
  • Nicaragua 1971: Females age 15+
  • Nicaragua 1995: Females age 14+
  • Nicaragua 2005: Females age 13+
  • Pakistan 1973: Ever-married females
  • Palestine 1997: Ever-married females age 12+
  • Palestine 2007: Ever-married females age 12+ except those in Jerusalem annexed by Israel in 1967
  • Palestine 2017: Ever-married females age 14+
  • Panama 1960: Indigenous females age 12+
  • Panama 1970: Females age 15+
  • Panama 1980: Females age 15+
  • Panama 1990: Females age 15+
  • Panama 2000: Females age 12+
  • Panama 2010: Females age 12+
  • Papua New Guinea 1980: Urban females age 15+
  • Papua New Guinea 2000: Citizen females age 15+
  • Paraguay 1962: Females age 12+
  • Paraguay 1972: Females age 15+
  • Paraguay 1982: Females age 14+
  • Paraguay 1992: Females age 14+
  • Paraguay 2002: Females age 12+
  • Peru 1993: Females age 12+
  • Peru 2007: Females age 12+
  • Peru 2017: Females age 12+
  • Philippines 1990: Ever-married females age 15 to 49
  • Philippines 2010: Females age 15 to 49
  • Puerto Rico 1970: Females age 14+
  • Puerto Rico 1980: Females age 15+
  • Puerto Rico 1990: Females age 15+
  • Romania 1977: Females born before 1962
  • Romania 1992: Females born before 1978
  • Romania 2002: Females age 12+
  • Romania 2011: Females age 15+
  • Russia 2002: Females age 15+
  • Russia 2010: Females age 15+
  • Rwanda 1991: Non-visitor females age 12+
  • Rwanda 2002: Non-visitor females age 12+
  • Rwanda 2012: Non-visitor females age 12+
  • Saint Lucia 1980: Females age 14+ not attending school full time
  • Saint Lucia 1991: Females age 15 to 65 not attending school full time
  • Senegal 2002: Females age 12+
  • Senegal 2013: Female residents age 10+ in ordinary households
  • Sierra Leone 2004: Females age 10+
  • Sierra Leone 2015: Females age 10+ in occupied private households
  • Slovenia 2002: Females age 15+
  • South Africa 1996: Females age 12+ in private households
  • South Africa 2001: Females age 12 to 50
  • South Africa 2007: Females age 12 to 50
  • South Africa 2011: Females age 12 to 50 in private households
  • South Africa 2016: Females age 12 to 50
  • South Sudan 2008: Females age 12 to 54
  • Spain 1981: Ever-married females age 14+
  • Spain 1991: Females age 12+
  • Sudan 2008: Ever-married females age 12 to 54
  • Suriname 2004: Females age 12 to 64
  • Suriname 2012: Females age 15 to 64
  • Switzerland 2000: Females age 12+
  • Tanzania 1988: Females age 12+
  • Tanzania 2002: Females age 12+
  • Tanzania 2012: Females age 12+
  • Thailand 1970: Ever-married females age 11+
  • Thailand 1980: Ever-married females age 11+
  • Thailand 1990: Ever-married females age 13+
  • Thailand 2000: Ever-married females age 13+
  • Togo 1960: Females age 10+
  • Togo 2010: Female residents age 12+
  • Trinidad and Tobago 1970: Females age 14+
  • Trinidad and Tobago 2000: Females age 14+
  • Trinidad and Tobago 2011: Females age 14 to 54 in private households
  • Turkey 1985: Ever-married females age 12+
  • Turkey 1990: Ever-married females age 12+
  • Turkey 2000: Ever-married females age 12+
  • Uganda 1991: Females age 12+
  • Uganda 2002: Females age 12 to 54
  • Uganda 2014: Females age 12 to 54
  • Ukraine 2001: Females age 15+
  • United States 1960: Ever-married females age 14+
  • United States 1970: Females age 14+
  • United States 1980: Females age 15+
  • United States 1990: Females age 15+
  • Uruguay 1975: Females age 15+
  • Uruguay 1985: Females age 15+
  • Uruguay 1996: Females age 15+
  • Uruguay 2006: Females age 14+
  • Uruguay 2011: Females age 12+
  • Venezuela 1971: Females age 15+
  • Venezuela 1990: Females age 12+
  • Venezuela 2001: Females age 12+
  • Vietnam 1989: Females age 15 to 49
  • Vietnam 1999: Females age 15 to 49
  • Vietnam 2009: Females age 15 to 49
  • Vietnam 2019: Females age 10-49
  • Zambia 1990: Females age 12+
  • Zambia 2000: Females age 12+
  • Zambia 2010: Present household member and visitor females age 12+
  • Zimbabwe 2012: Females age 15 to 49

Availability

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