Codes and Frequencies
An 'X' indicates the category is available for that sample
Code | Label |
iraq
1997
|
---|---|---|
368001 | In residential place of birth | X |
368002 | In current governate | X |
368011 | Dahuk | X |
368012 | Nineveh | X |
368013 | Sulaymaniyah | X |
368014 | Al-Tameem | X |
368015 | Erbil | X |
368021 | Diala | X |
368022 | Al-Anbar | X |
368023 | Baghdad | X |
368024 | Babylon | X |
368025 | Kerbela | X |
368026 | Wasit | X |
368027 | Salah Al-Deen | X |
368028 | Al-Najaf | X |
368031 | Al-Qadisiya | X |
368032 | Al-Muthanna | X |
368033 | Thi-Qar | X |
368034 | Maysan | X |
368035 | Al-Basrah | X |
368097 | Other countries | X |
368098 | Unknown | X |
368099 | NIU (not in universe) | X |
Can't find the category you are looking for? Try the Detailed codes
Explore how IPUMS created this variable
Most IPUMS data transformations are performed using variable harmonization tables that specify how each value in the source data is recoded. Some variables also require programming logic in addition to the harmonization table. The harmonization documents for this variable are:
- Harmonization table
- Supplemental programming
- Instructions for interpreting harmonization documents
class Mig1_10_iq : public Editor {
public:
Mig1_10_iq(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::iq1997a: {
if (IQ1997A_0434() == 0 && IQ1997A_0448() > 9 && IQ1997A_0448() != 999)
a = 368001;
if (IQ1997A_0434() == 0 && IQ1997A_0448() == 999)
a = 368098;
} break;
}
setData(a);
}
};
Description
MIG1_10_IQ indicates the person's governorate of residence ten years ago in Iraq.
Click on the Source Variables tab for information on place of residence for each sample year. Source variables may contain more geographic unit detail but are not suitable for cross-temporal comparison.
Comparability — General
For previous governorate of residence for persons who ever moved, see MIG1_P_IQ.
For the country of residence of international migrants, see MIGCTRY0 (Country of residence 10 years ago).
Missing governorates: The 1997 sample is missing 3 governorates.Â
- Dhok
- Al-Sulaimaniya
- Arbil
Universe
- Iraq 1997: Persons age 10+
Availability
- Iraq: 1997

Loading...