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_5_il : public Editor {
public:
Mig1_5_il(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::il1972a: {
if (IL1972A_0408() == 1)
a = 376097;
} break;
case dataset_id::il1983a: {
if (IL1983A_0413() == 2)
a = 376097;
} break;
case dataset_id::il1995a: {
if (IL1995A_0425() == 2 || IL1995A_0425() == 3)
a = GEO1_IL(0);
} break;
}
setData(a);
}
};
Description
MIG1_5_IL indicates the person's district of residence in Israel 5 years ago.
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
The data are comparable across samples.
Israel has three regions that are in dispute with its neighboring states. The disputed areas are a result of the Third ArabâIsraeli War in 1967. A few disputed areas in MIG1_5_IL are different from disputed areas in GEO1_IL.
Disputed regions:
- No Man's Land along the Israel/Palestine border is coded as 376099.
- Judea, Samaria, and Gaza Areas (in dispute with Palestine) are coded as 376072.
- Golan Heights (in dispute with Syria) are coded with Nothern District as 376071.Â
- The 1972 and 1983 samples include the Sinai Peninsula, a territory occupied from Egypt which was returned in 1979, this areas is coded as NIU and is different from the geographical area in GEO1_IL.
The harmonized migration variables does not take into account the boundary changes in disputed regions.Â
Boundary changes:Â
- The 1972 and 1983 censuses lists Golan as a subdistrict of Northern districtÂ
- The 1983 census includes the East Jerusalem area of the West Bank in its Jerusalem district.Â
MIG1_5_IL does not include persons living in occupied territories outside the modern borders of Israel as well as persons living in military installations. These two groups have been coded as NIU.
Universe
- Israel 1972: Persons age 5+
- Israel 1983: Persons age 5+
- Israel 1995: Persons age 15+
Availability
- Israel: 1972, 1983, 1995

Loading...