Codes and Frequencies
Explore how IPUMS created this variable
class Bpluy : public Editor {
public:
Bpluy(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::uy2006a: {
if (UY2006A_0733() == 4)
a = 98;
if (UY2006A_0736() == 0 && (UY2006A_0733() == 1 || UY2006A_0733() == 2))
a = UY2006A_0026(0);
} break;
case dataset_id::uy2011a: {
if (UY2011A_0420() == 4)
a = 98;
if (UY2011A_0422() == 0 && UY2011A_0420() >= 1 && UY2011A_0420() <= 2)
a = UY2011A_0022(0);
} break;
case dataset_id::uy2011x: {
if (UY2011X_0420() == 4)
a = 98;
if (UY2011X_0422() == 0 && UY2011X_0420() >= 1 && UY2011X_0420() <= 2)
a = UY2011X_0022(0);
} break;
}
setData(a);
}
};
Description
BPLUY indicates the person's department of birth within Uruguay.
Comparability — General
BPLUY is consistent over time. The universe for the 2006 sample differs notably from other samples: respondents to only one trimester survey were asked the question on birthplace.
For the country of birth of foreign-born persons, see BPLCOUNTRY.
Universe
- Uruguay 1963: All persons
- Uruguay 1975: All persons
- Uruguay 1985: Persons with a usual residence in Uruguay
- Uruguay 1996: All persons
- Uruguay 2006: Persons in the fourth sample trimester
- Uruguay 2011: All persons
Availability
- Uruguay: 1963, 1975, 1985, 1996, 2006, 2011