home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / doc / mir / p_fixed.ctl < prev    next >
Text File  |  1992-05-11  |  1KB  |  31 lines

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