Codes and Frequencies
Loading Frequency Data...
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 Bpliq : public Editor {
public:
Bpliq(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::iq1997a: {
if (IQ1997A_0427() == 1)
a = IQ1997A_0032(0);
} break;
}
setData(a);
}
};
Description
BPLIQ indicates the person's governorate of birth within Iraq.
Universe
- All persons
Availability
- Iraq: 1997

Loading...