This image shows a sample record that illustrates the format of input data for the carpool application. The following table describes the items in the sample record.
| Position | Length | Explanation | Sample content |
|---|---|---|---|
| 1 | 1 | Transaction code | A |
| 2 | 1 | Shift | 1 |
| 3 | 2 | Home code | 01 |
| 5 | 2 | Work code | 11 |
| 7 | 9 | Commuter name | ROBERTS |
| 16 | 2 | Commuter initials | AB |
| 18 | 18 | Home address | 1021 Crystal Court |
| 36 | 13 | City | San Francisco |
| 49 | 2 | State | CA |
| 51 | 5 | Zip code | 99901 |
| 56 | 10 | Home phone | 4155550190 |
| 66 | 10 | Work phone | 4155551387 |
| 76 | 2 | Home location code | H1 |
| 78 | 2 | Work location code | W1 |
| 80 | 1 | Driving status code | D |
Return to Input data for IGYTCARA.
End of image description.