pdGender – File Layout & Data Definitions
Field: name of the field. Type: field type; Chr = character or alphanumeric, Num = numeric. Width: field width. Dec: number of decimal points. From: field starting point. To: field ending point. Description: data definition of the field contents. Users can match the NAME field against their lists to append the gender of individuals.
| Field | Type | Width | Dec | From | To | Description |
|---|---|---|---|---|---|---|
| PEACOCK_ID | Chr | 10 | 1 | 10 | Unique ID number assigned to each record | |
| NAME | Chr | 25 | 11 | 35 | First name | |
| GENDER | Chr | 1 | 36 | 36 |
Gender (key):
M = Male
F = Female U = Unisex |
