home *** CD-ROM | disk | FTP | other *** search
- # Edit a copy of this file to use with P_FIXED.EXE in order
- # to break out fixed length records. Each line consists of
- # three numbers and zero or more codes; each element is separated
- # by one or more blanks. The numbers are:
- # field number
- # start byte (followed by R if right half of byte only)
- # end byte (followed by L if left half of byte only)
- # A special line must be included with field number 0, begin byte
- # 0, and end byte = last byte of record (i.e., record length - 1 ).
- #
- # Comment lines may be included. Each must start with #
- #
- # The codes that follow the three numbers are:
- # B retain field if blank
- # Z retain field if zeros
- # N retain field if nulls
- # LB retain leading blanks in field
- # LZ retain leading zeros in field
- # TB retain trailing blanks in field
- #
- 0 0 53
- 1 0 27 LB TB
- 2 28 29
- 3 30 32L N
- 4 32R 34l
- 5 35 38
- 6 39 42
- 7 43 49
- 8 50 50
- 9 51 52
-