In the following example:
-
City, state, and ZIP Code information is in three separate fields
-
ZIP Code starts in position 156 on the input record
-
ZIP Code is in 5-byte character format
-
City name starts in position 132 on the input record and is 20 bytes
-
State abbreviation starts in position 153 in the input record and is 2 bytes
*........1.........2.........3.........4.........5.........6.........7.........8*
2345678901234567890123456789012345678901234567890123456789012345678901234567890
CS ZIP S 156 C 132 20 153 02