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 Disemp:public Editor {

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

        long a = getRecoded();
        switch (dataSet) {
        case dataset_id::br1991a:
        {
            if (BR1991A_0467() == 99 && (BR1991A_0448() == 1 || BR1991A_0448() == 2))
                a = 2;
        }
        break;
        case dataset_id::cn1990a:
        {
            if (CN1990A_0422() < 15)
                a = 9;
        }
        break;
        case dataset_id::gh2000a:
        {
            if (GH2000A_0403() < 7)
                a = 9;
        }
        break;
        case dataset_id::my1991a:
        {
            if (MY1991A_0428() == 0 && MY1991A_0406() <= 9)
                a = 9;
        }
        break;
        case dataset_id::my2000a:
        {
            if (MY2000A_0403() < 10)
                a = 9;
        }
        break;
        case dataset_id::pa1980a:
        {
            if (PA1980A_0404() < 10)
                a = 9;
        }
        break;
        case dataset_id::mn2000a:
        {
            if (MN2000A_0426() == 9 && MN2000A_0421() == 1)
                a = 2;
        }
        break;
        case dataset_id::za2007a:
        {
            if (ZA2007A_0405() < 15 || ZA2007A_0405() > 74)
                a = 9;
        }
        break;
        case dataset_id::np2001a:
        {
            if (NP2001A_0449() == 9 && NP2001A_0402() >= 10)
                a = 2;
        }
        break;
        case dataset_id::pe2007a:
        {
            if (PE2007A_0438() == 99 && PE2007A_0403() >= 6)
                a = 2;
        }
        break;
        case dataset_id::th1970a:
        {
            if (TH1970A_0437() == 99 && TH1970A_0442() >= 11 && TH1970A_0442() <= 99)
                a = 2;
        }
        break;
        case dataset_id::th1980a:
        {
            if (TH1980A_0430() == 99 && TH1980A_0431() >= 11)
                a = 2;
        }
        break;
        case dataset_id::th1990a:
        {
            if (TH1990A_0429() == 99 && TH1990A_0432() >= 13)
                a = 2;
        }
        break;
        case dataset_id::th2000a:
        {
            if (TH2000A_0420() == 99 && TH2000A_0430() >= 13)
                a = 2;
        }
        break;
        case dataset_id::vn2009a:
        {
            if (VN2009A_0422() == 0 && VN2009A_0413() == 9)
                a = 9;
        }
        break;
        case dataset_id::sd2008a:
        {
            if (SD2008A_0435() == 9 && SD2008A_0434() == 9)
                a = 9;
        }
        break;
        case dataset_id::sv2007a:
        {
            if (SV2007A_0448() == 9 && SV2007A_0403() < 10)
                a = 9;
        }
        break;
        case dataset_id::id1971a:
        {
            if (ID1971A_0420() == 9 && ID1971A_0402() < 10)
                a = 9;
        }
        break;
        case dataset_id::id1980a:
        {
            if (ID1980A_0440() == 9 && ID1980A_0404() < 10)
                a = 9;
        }
        break;
        case dataset_id::id1990a:
        {
            if (ID1990A_0442() == 0 && ID1990A_0406() < 10)
                a = 9;
        }
        break;
        case dataset_id::id1995a:
        {
            if (ID1995A_0453() == 9 && ID1995A_0403() < 10)
                a = 9;
        }
        break;
        case dataset_id::ni2005a:
        {
            if (NI2005A_0431() == 9 && NI2005A_0403() < 10)
                a = 9;
        }
        break;
        case dataset_id::fj2007a:
        {
            if (FJ2007A_0444() == 9 && FJ2007A_0432() == 9)
                a = 9;
        }
        break;
        case dataset_id::kg2009a:
        {
            if (KG2009A_0443() == 9 && KG2009A_0416() <= 14)
                a = 9;
        }
        break;
        case dataset_id::pa2010a:
        {
            if (PA2010A_0436() == 9 && PA2010A_0431() == 9)
                a = 9;
        }
        break;
        case dataset_id::ss2008a:
        {
            if (SS2008A_0435() == 9 && SS2008A_0434() == 9)
                a = 9;
        }
        break;
        case dataset_id::do2002a:
        {
            if (DO2002A_0407() < 10 && DO2002A_0455() == 99)
                a = 9;
        }
        break;
        case dataset_id::gh2010a:
        {
            if (GH2010A_0419() == 9 && GH2010A_0417() == 9)
                a = 9;
        }
        break;
        case dataset_id::ng2006a:
        {
            if (NG2006A_0415() == 99 && NG2006A_0404() < 10)
                a = 9;
        }
        break;
        case dataset_id::ng2007a:
        {
            if (NG2007A_0413() == 99 && NG2007A_0403() < 10)
                a = 9;
        }
        break;
        case dataset_id::ng2008a:
        {
            if (NG2008A_0413() == 0 && NG2008A_0403() < 10)
                a = 9;
        }
        break;
        case dataset_id::ng2009a:
        {
            if (NG2009A_0412() == 0 && NG2009A_0403() < 10)
                a = 9;
        }
        break;
        case dataset_id::ng2010a:
        {
            if (NG2010A_0481() == 9 && NG2010A_0404() < 5)
                a = 9;
        }
        break;
        case dataset_id::et1984a:
        {
            if ((ET1984A_0417() >= 1 && ET1984A_0417() <= 7 || ET1984A_0430() == 1) && ET1984A_0418() == 99)
                a = 2;
        }
        break;
        case dataset_id::et2007a:
        {
            if (ET2007A_0032(0) == 1)
                a = 9;
        }
        break;
        case dataset_id::za2011a:
        {
            if (ZA2011A_0480() >= 1 && ZA2011A_0480() <= 3 && ZA2011A_0457() == 99)
                a = 2;
        }
        break;
        case dataset_id::pg2000a:
        {
            if (PG2000A_0429() == 99 && (PG2000A_0425() >= 1 && PG2000A_0425() <= 6))
                a = 2;
        }
        break;
        case dataset_id::pg2011a:
        {
            if (PG2011A_0435() == 99 && (PG2011A_0428() >= 1 && PG2011A_0428() <= 6))
                a = 2;
        }
        break;
        if ((AGE() < 15 || AGE() > 64) && AGE() < 999)
            a = 9;
        }


        setData(a);
    }
};

    

Description

DISEMP indicates if the respondent was economically inactive because of disabilities or, in some instances, other health-related reasons.

Comparability — Index

GENERAL
Botswana
Brazil
Cameroon
China
Colombia
Cuba
Dominican Republic
Ecuador
Egypt
El Salvador
Ethiopia
Fiji
Ghana
Guinea
Haiti
Honduras
Indonesia
Ireland
Italy
Jamaica
Jordan
Kenya
Kyrgyz Republic
Lesotho
Liberia
Malaysia
Mauritius
Mexico
Mongolia
Morocco
Mozambique
Myanmar
Nepal
Nicaragua
Palestine
Panama
Papua New Guinea
Paraguay
Peru
Portugal
South Africa
South Sudan
Spain
Sudan
Suriname
Tanzania
Thailand
Trinidad and Tobago
Uganda
United Kingdom
Venezuela
Vietnam

Comparability — General

This variable is distinct from the general disability variable DISABLED, because DISEMP includes only responses that were reported in the context of the employment status question. In essence, it is a subcategory of persons who were not in the labor force. It can implicitly be interpreted as the reason the person was not working, although the census questions may not have been posed in precisely that way. Some samples refer to a disability as the reason for not working while others include a long term or temporary illness that has rendered the person unable to work. See the enumeration text for the various samples for details. Also see the codes for EMPSTAT, which provides the other activity responses that are the context of the DISEMP disability information in each sample.

The variable DISABLED, in contrast to DISEMP, is a stand-alone variable in which persons who were working could theoretically also report some type of disability, depending on the specific census instructions.

The handling of children and the elderly is inconsistent in the source data. To enhance comparability, DISEMP imposes a consistent age universe of 15 to 64 on all possible samples: roughly, the population typically considered of working age. The original detail is retained in the source variables.

Comparability — Botswana [top]

The 2001 and 2011 samples ask about economic status since Independence Day (i.e. over the past year). A person is considered to be "disabled" if they report to be "sick" and could not work or had to leave work as a result of illness or due to poor health conditions. Enumeration instructions further specify that a medical doctor could have made a recommendation that the person should not work at all, which suggests inability to engage in economic activities due to long term health conditions or disabilities.

Comparability — Brazil [top]

All samples include sick as well as permanently disabled persons, but only if the illness was sufficient reason for why they did not work in the previous year.

Comparability — Cameroon [top]

The 1976 and 1987 samples identify disabled or handicapped as possible activity responses for the previous week. In 2005, disability is listed as one option in reasons a person was not looking for work in the previous week.

Comparability — China [top]

The data for China include persons unable to work because of age.

Comparability — Colombia [top]

Both samples refer to persons permanently incapacitated for work.

The 1964 sample is not included in DISEMP because it combined disabled with institutionalized persons.

Comparability — Cuba [top]

The instructions say that impairment refers to a permanent disability that prevents the person from working.

Comparability — Dominican Republic [top]

The data come from economic activity source variables. Disabled and institutionalized persons are grouped in one category in the 1970 source variable. Disabled and elderly persons are grouped in one category in the 2002 source variable. In 2010, disabled persons are categorized separately.

Comparability — Ecuador [top]

The question relates the labor force status and lists being "disabled" as one of such possible conditions.

Comparability — Egypt [top]

For all samples (1986-2006), disabled persons are those reporting "disability/handicapped, unable to work" as employment status. This excludes retired people. The data are comparable across years.

Comparability — El Salvador [top]

The 1992 and 2007 samples identify persons who are unable to work due to a physical or mental disability. The question refers to the week prior to the census.

Comparability — Ethiopia [top]

The question wording and universe differs across samples. The 1984 and 1994 samples include persons who were not currently working due to disabilities; the 2007 sample includes persons not available to work next month due to disabilities. Most significantly, the 2007 census question was asked only of long-form respondents.

Comparability — Fiji [top]

The 1976, 1986 and 1996 samples identify disabled as the activity during the previous week. The 2007 identifies disability as a reason for not looking for work during the previous week. In 2014 the question relates to reason for economic inactivity in the past 12 months.

Comparability — Ghana [top]

The 1984 and 2000 samples identify disabled persons among those who did not work the week prior to the censuses. The 2010 sample identifies "disabled or too sick to work" as a reason for not working or not looking for work during the week prior to the census.

Comparability — Guinea [top]

The sample identifies people who had a serious physical or mental illness that prevented them from working.

Comparability — Haiti [top]

The 1982 sample identifies persons who "do not work because of illness" as one of the economic activities during the past 12 months. The 2003 sample lists being "disabled" as one of the economic activities during the previous month.

Comparability — Honduras [top]

The universe of respondents differs between 2001 and earlier census years. The 1988 and 2001 censuses explicitly refer to permanent disability in the instructions.

Comparability — Indonesia [top]

The 1980-1995 samples identify persons not looking for work because of a physical or mental disability. The category labels define these populations as "incapable" or "unable" to work. In these samples, the question refers to the previous week.

The 1971 and 1976 samples classify this group as "Other", but it includes in the same category persons who perform other or no activities, or their only activity is a hobby. For this reason, these samples is not integrated for DISEMP variable.

Comparability — Ireland [top]

The samples are comparable. In the context of current employment status, the variable indicates if the person was "unable to work due to permanent sickness or disability".

Comparability — Italy [top]

The sample identifies anyone whose level of physical or mental invalidity makes it impossible for them to hold a job.

Comparability — Jamaica [top]

The samples are comparable, with a slight variation on the universe in 2001. The variable indicates if the person's main "activity" during the previous 12 months was being disabled.

Comparability — Jordan [top]

The sample identifies people who were not able to work because they are disabled.

Comparability — Kenya [top]

The 1989 and 1999 samples identify persons who could not work. The 2009 sample includes "incapacitated" as one of the economic activities in the last seven days.

Comparability — Kyrgyz Republic [top]

The 2009 sample includes "illness or disability" as one of the reasons for not looking to work.

Comparability — Lesotho [top]

There was no explicit language in the census question regarding disability beyond the category label.

Comparability — Liberia [top]

The 2008 sample identifies "incapacitated" as a main economic activity during the past 12 months.

Comparability — Malaysia [top]

Both samples ask for the main reason for not seeking work last week.

Comparability — Mauritius [top]

The samples are comparable and ask about the reason for not working last week, which includes illness or disability as one response.

Comparability — Mexico [top]

All samples identify persons permanently incapacitated for work and refer to the previous week.

Comparability — Mongolia [top]

The data includes people who were disabled and those not at work in the last seven days due to sickness. Pensioners and elderly are not included.

Comparability — Morocco [top]

The 1982-2004 samples refer to persons with a disability or illness preventing them from doing any job at the time of census.

Comparability — Mozambique [top]

Both samples asked for the economic activity last week.

Comparability — Myanmar [top]

The 2014 sample asks whether the person was not economically active because of illness or disability.

Comparability — Nepal [top]

The person was considered unable to work due to disability if the disability or illness prevented them from working for at least 6 of the past 12 months.

Comparability — Nicaragua [top]

The 1995-2005 samples identify persons who have a permanent physical or mental disability that prevents them from performing an economic activity. The question on activity status refers to last week.

Comparability — Palestine [top]

The 2017 sample asks for the activity status of the respondent, including aging, along with disability and illness as a reason in the response category.

Comparability — Panama [top]

The 2010 sample includes being "permanently unable to work" as one of the reasons for not looking to work during the previous week.

Comparability — Papua New Guinea [top]

The 2000 census specifies permanent disability, while 1990 lacked that qualifier.

Comparability — Paraguay [top]

Both samples asked for the economic activity during the previous week.

Comparability — Peru [top]

Disability was not a defined category in the question about reason for not working. It was coded by the Peruvian census agency from a set of write-in responses for people who gave an "other" response to the question.

Comparability — Portugal [top]

The data consistently identify persons permanently incapable of working. There are much higher disability rates in 1981, although the instructions for the censuses look similar.

Comparability — South Africa [top]

In 1996 the census asked about employment status, in 2007 and 2011 censuses asked specifically about the reasons for not working. The 1996 and 2011 questionnaires mentioned only disabled persons. The 2007 census form and instructions appear to include people whose reason for not working was due to either illness or disability.

Comparability — South Sudan [top]

The variable indicates whether the reason for a person not working and not seeking work during the previous week was due to being "disabled or too sick".

Comparability — Spain [top]

The 2001 census question differed from those in 1981, 1991 and 2011. The earlier samples and 2011 sample include persons permanently incapacitated for work. The 2001 sample includes persons who have a disability pension and those who were unable to perform basic activities for whatever reason.

The age universe differs slightly across samples, with the minimum age changing from 15 in 1981-2001 to age 16 in 2011.

Comparability — Sudan [top]

The variable indicates whether the reason for a person not working and not seeking work during the previous week was due to being "disabled or too sick". The considerable amount of unknown responses represents those who did not work and were not seeking work, yet did not offer a reason for this economic inactivity.

Comparability — Suriname [top]

The 2012 sample identifies whether the respondent was "incapacitated to work" when asking about their activity status.

Comparability — Tanzania [top]

The 1988 response was simply "unable to work" and may overestimate disability rates.

The 2002 response distribution suggested the category was not consistent with an interpretation meaning disability; thus the sample is excluded from DISEMP. The 2012 sample is also excluded since it combined disability with old age as a reason for not working.

Comparability — Thailand [top]

The variable differs slightly across years. In 1980, the variable combines disabled and sick persons. Due to the range of category options in 1990 and 2000, the "unable to work" category is primarily meant to imply disability or illness but could include other cases.

Comparability — Trinidad and Tobago [top]

The 1970 sample uses the person's employment status during the past week to identify an employment disability, while the 1980-2011 samples refer to the past year.

Comparability — Uganda [top]

The data report persons who were "disabled". There was a separate response for too old to work.

Comparability — United Kingdom [top]

Both census questions asked whether the respondent had a health problem or disability that limited their daily activities or work they could do, including problems due to old age. The responses were reported in the context of economic activity, so only respondents not in the workforce are identified in the data.

Both samples restricted the question to exclude persons under age 16.

Comparability — Venezuela [top]

Each sample reports persons permanently disabled for purposes of work.

Comparability — Vietnam [top]

The 1989 and 1999 censuses report persons unable to work due to health reasons and are comparable. They did not mention permanent incapacity. The 2009 census variable indicates whether the reason the person was not available or did not look for work, given their unemployed status, was due to being disabled.

Universe

  • Benin 1979: Persons age 15 to 64 in ordinary households
  • Botswana 2001: Persons age 15 to 64, except institutionalized non-residents
  • Botswana 2011: Persons age 15 to 64, except institutionalized non-residents
  • Brazil 1970: Persons age 15 to 64
  • Brazil 1980: Persons age 15 to 64
  • Brazil 1991: Persons age 15 to 64
  • Burkina Faso 1985: Residents age 15 to 64
  • Cameroon 1976: Persons age 15 to 64
  • Cameroon 1987: Persons age 15 to 64 in private households
  • Cameroon 2005: Persons age 15 to 64
  • Chile 1982: Persons age 15 to 64
  • Chile 1992: Persons age 15 to 64
  • Chile 2002: Persons age 15 to 64
  • China 1990: Persons age 15 to 64
  • Colombia 1993: Persons age 15 to 64
  • Colombia 2005: Persons age 15 to 64
  • Cuba 2002: Persons age 15 to 64
  • Dominican Republic 1970: Persons age 15 to 64
  • Dominican Republic 2002: Persons age 15 to 64
  • Dominican Republic 2010: Persons age 15 to 64
  • Ecuador 1990: Persons age 15 to 64
  • Ecuador 2001: Persons age 15 to 64
  • Ecuador 2010: Persons age 15 to 64
  • Egypt 1986: Persons age 15 to 64
  • Egypt 1996: Persons age 15 to 64
  • Egypt 2006: Persons age 15 to 64
  • El Salvador 1992: Persons age 15 to 64
  • El Salvador 2007: Persons age 15 to 64
  • Ethiopia 1984: Residents age 15 to 64
  • Ethiopia 1994: Persons age 15 to 64
  • Ethiopia 2007: Long form respondents age 15 to 64
  • Fiji 1976: Persons age 15 to 64
  • Fiji 1986: Persons age 15 to 64
  • Fiji 1996: Persons age 15 to 64
  • Fiji 2007: Persons age 15 to 64
  • Fiji 2014: Persons age 15 to 64
  • Ghana 1984: Persons age 15 to 64
  • Ghana 2000: Persons age 15 to 64
  • Ghana 2010: Persons age 15 to 64
  • Guinea 1983: Persons age 15 to 64
  • Haiti 1982: Persons age 15 to 64
  • Haiti 2003: Persons age 15 to 64
  • Honduras 1961: Persons age 15 to 64
  • Honduras 1974: Persons age 15 to 64
  • Honduras 1988: Persons age 15 to 64
  • Honduras 2001: Persons age 15 to 64 who did not work during last week
  • Indonesia 1980: Persons age 15 to 64
  • Indonesia 1985: Persons age 15 to 64
  • Indonesia 1990: Persons age 15 to 64
  • Indonesia 1995: Persons age 15 to 64
  • Ireland 1981: Persons age 15 to 64
  • Ireland 1986: Persons age 15 to 64
  • Ireland 1991: Persons age 15 to 64
  • Ireland 1996: Persons age 15 to 64
  • Ireland 2002: Present persons age 15 to 64
  • Ireland 2006: Present persons age 15 to 64
  • Ireland 2011: Present persons age 15 to 64
  • Ireland 2016: Present persons age 15 to 64
  • Italy 2001: Persons age 15 to 64
  • Jamaica 1982: Persons age 15 to 64 in private households and selected institutions
  • Jamaica 1991: Persons age 15 to 64 in private households and selected institutions
  • Jamaica 2001: Persons age 15 to 64 who have ever worked or are looking for the first job
  • Jordan 2004: Persons age 15 to 64
  • Kenya 1989: Persons age 15 to 64, except travellers and those receiving short questionnaires
  • Kenya 1999: Persons age 15 to 64
  • Kenya 2009: Persons age 15 to 64
  • Kyrgyz Republic 2009: Persons age 15 to 64
  • Lesotho 1996: Persons age 15 to 64
  • Lesotho 2006: Persons age 15 to 64
  • Liberia 2008: Persons age 15 to 64
  • Malaysia 1991: Persons age 15 to 64
  • Malaysia 2000: Persons age 15 to 64
  • Mauritius 1990: Persons age 15 to 64
  • Mauritius 2000: Persons age 15 to 64
  • Mauritius 2011: Persons age 15 to 64
  • Mexico 1990: Persons age 15 to 64
  • Mexico 1995: Persons age 15 to 64
  • Mexico 2000: Persons age 15 to 64
  • Mexico 2010: Persons age 15 to 64
  • Mexico 2015: Persons age 15 to 64
  • Mongolia 2000: Persons age 15 to 64
  • Morocco 1982: Persons age 15 to 64
  • Morocco 1994: Persons age 15 to 64
  • Morocco 2004: Persons age 15 to 64
  • Mozambique 1997: Residents age 15 to 64
  • Mozambique 2007: Residents age 15 to 64
  • Myanmar 2014: Persons age 15 to 64
  • Nepal 2001: Persons age 15 to 64
  • Nepal 2011: Persons age 15 to 64
  • Nicaragua 1995: Persons age 15 to 64
  • Nicaragua 2005: Persons age 15 to 64
  • Palestine 2017: Persons age 15 to 64
  • Panama 1980: Persons age 15 to 64
  • Panama 2010: Persons age 15 to 64
  • Papua New Guinea 1990: Persons age 15 to 64
  • Papua New Guinea 2000: Persons age 15 to 64
  • Paraguay 1972: Persons age 15 to 64
  • Paraguay 1982: Persons age 15 to 64
  • Peru 2007: Persons age 15 to 64
  • Portugal 1981: Persons age 15 to 64
  • Portugal 1991: Persons age 15 to 64
  • Portugal 2001: Persons age 15 to 64
  • Portugal 2011: Persons age 15 to 64
  • Saint Lucia 1980: Persons age 15 to 64
  • Saint Lucia 1991: Persons age 15 to 64
  • South Africa 1996: Persons age 15 to 64 in private households
  • South Africa 2007: Persons age 15 to 64
  • South Africa 2011: Persons 15+ in private households who would have liked to work
  • South Sudan 2008: Persons age 15 to 64
  • Spain 1981: Persons age 15 to 64
  • Spain 1991: Persons age 15 to 64
  • Spain 2001: Persons age 15 to 64 who reside in the household
  • Spain 2011: Persons age 16 to 64
  • Sudan 2008: Persons age 15 to 64
  • Suriname 2012: Persons age 15 to 64
  • Tanzania 1988: Persons age 15 to 64
  • Thailand 1970: Persons age 15 to 64
  • Thailand 1980: Persons age 15 to 64
  • Thailand 1990: Persons age 15 to 64
  • Thailand 2000: Persons age 15 to 64
  • Trinidad and Tobago 1970: Persons age 15 to 64
  • Trinidad and Tobago 1980: Persons age 15 to 64
  • Trinidad and Tobago 1990: Persons age 15 to 64
  • Trinidad and Tobago 2000: Persons age 15 to 64
  • Trinidad and Tobago 2011: Persons age 15 to 64 in private households living in Trinidad and Tobago
  • Uganda 1991: Persons age 15 to 64 and students
  • United Kingdom 1991: Persons age 16 to 64
  • United Kingdom 2001: Persons age 16 to 64, excluding non-resident students
  • Venezuela 1971: Persons age 15 to 64
  • Venezuela 1981: Persons age 15 to 64
  • Venezuela 1990: Persons age 15 to 64
  • Venezuela 2001: Persons age 15 to 64
  • Vietnam 1989: Persons age 15 to 64
  • Vietnam 1999: Persons age 15 to 64
  • Vietnam 2009: Persons age 15 to 64

Availability

  • Benin: 1979
  • Botswana: 2001, 2011
  • Brazil: 1970, 1980, 1991
  • Burkina Faso: 1985
  • Cameroon: 1976, 1987, 2005
  • Chile: 1982, 1992, 2002
  • China: 1990
  • Colombia: 1993, 2005
  • Cuba: 2002
  • Dominican Republic: 1970, 2002, 2010
  • Ecuador: 1990, 2001, 2010
  • Egypt: 1986, 1996, 2006
  • El Salvador: 1992, 2007
  • Ethiopia: 1984, 1994, 2007
  • Fiji: 1976, 1986, 1996, 2007, 2014
  • Ghana: 1984, 2000, 2010
  • Guinea: 1983
  • Haiti: 1982, 2003
  • Honduras: 1961, 1974, 1988, 2001
  • India: 1987, 1993, 1999, 2004, 2009
  • Indonesia: 1980, 1985, 1990, 1995
  • Ireland: 1981, 1986, 1991, 1996, 2002, 2006, 2011, 2016
  • Italy: 2001
  • Jamaica: 1982, 1991, 2001
  • Jordan: 2004
  • Kenya: 1989, 1999, 2009
  • Kyrgyz Republic: 2009
  • Lesotho: 1996, 2006
  • Liberia: 2008
  • Malaysia: 1991, 2000
  • Mauritius: 1990, 2000, 2011
  • Mexico: 1990, 1995, 2000, 2005Q1, 2005Q2, 2005Q3, 2005Q4, 2006Q1, 2006Q2, 2006Q3, 2006Q4, 2007Q1, 2007Q2, 2007Q3, 2007Q4, 2008Q1, 2008Q2, 2008Q3, 2008Q4, 2009Q1, 2009Q2, 2009Q3, 2009Q4, 2010, 2010Q1, 2010Q2, 2010Q3, 2010Q4, 2011Q1, 2011Q2, 2011Q3, 2011Q4, 2012Q1, 2012Q2, 2012Q3, 2012Q4, 2013Q1, 2013Q2, 2013Q3, 2013Q4, 2014Q1, 2014Q2, 2014Q3, 2014Q4, 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
  • Mozambique: 1997, 2007
  • Myanmar: 2014
  • Nepal: 2001, 2011
  • Nicaragua: 1995, 2005
  • Nigeria: 2006, 2007, 2008, 2009
  • Palestine: 2017
  • Panama: 1980, 2010
  • Papua New Guinea: 1990, 2000
  • Paraguay: 1972, 1982
  • Peru: 2007
  • Portugal: 1981, 1991, 2001, 2011
  • Saint Lucia: 1980, 1991
  • South Africa: 1996, 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: 2012
  • Tanzania: 1988
  • Thailand: 1970, 1980, 1990, 2000
  • Trinidad and Tobago: 1970, 1980, 1990, 2000, 2011
  • Uganda: 1991
  • United Kingdom: 1991, 2001
  • Venezuela: 1971, 1981, 1990, 2001
  • Vietnam: 1989, 1999, 2009