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 Mig2_p_sv : public Editor {
public:
Mig2_p_sv(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::sv1992a: {
if (SV1992A_0443() == 9999)
a = GEO2_SV(0);
} break;
case dataset_id::sv2007a: {
if (SV2007A_0476() == 9999 && SV2007A_0475() == 3)
a = 222097097;
if (SV2007A_0476() == 9999 && SV2007A_0475() == 1)
a = GEO2_SV(0);
} break;
}
setData(a);
}
};
Description
MIG2_P_SV indicates the person's municipality of previous residence within El Salvador. Migration municipality codes from MIG2_P_SV are compatible with codes from GEO2_SV.The migration could have occurred at any time in the past.
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
Where boundaries changed over time, units were harmonized to create units with boundaries that remain stable over time. Where officially-defined municipalities have populations less than 20,000, they have been regionalized (combined) with neighboring municipalities.
Boundary changes for MIG2_P_SV are too numerous to list here, but users should be aware that there were changes over time.
Universe
- El Salvador 1992: All persons
- El Salvador 2007: All persons
Availability
- El Salvador: 1992, 2007

Loading...