Codes and Frequencies
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_p_iq : public Editor {
public:
Mig1_p_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_P_IQ indicates the person's governorate of previous residence 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
Missing governorates: The 1997 sample is missing 3 governorates.
These governorates are:
- Dhok
- Al-Sulaimaniya
- Arbil
For governorate of residence ten years ago, see MIG1_10_IQ.
For the country of residence of international migrants, see MIGCTRYP (Country of previous residence).
Universe
- Iraq 1997: All persons
Availability
- Iraq: 1997

Loading...