Codes and Frequencies
Explore how IPUMS created this variable
class Bplbo : public Editor {
public:
Bplbo(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::bo2001a: {
if (BO2001A_0430() == 9999 && BO2001A_0426() == 1)
a = BO2001A_0021(0);
if (BO2001A_0430() == 9999 && BO2001A_0426() == 3)
a = 998;
} break;
}
setData(a);
}
};
Description
BPLBO indicates the person's province of birth within Bolivia.
Universe
- All persons
Availability
- Bolivia: 1976, 1992, 2001, 2012