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