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 Bpljm : public Editor {
public:
Bpljm(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::jm1982a: {
if (JM1982A_0407() == 99 && JM1982A_0408() < 99)
a = 97;
} break;
}
setData(a);
}
};
Description
BPLJM indicates the person's parish of birth within Jamaica.
Universe
- Jamaica 1982: Persons in private households or selected collective dwellings
- Jamaica 1991: Persons in private households or selected collective dwellings
- Jamaica 2001: All persons
Availability
- Jamaica: 1982, 1991, 2001

Loading...