HELPLIB.HLB  —  COBOL  DATA_DIVISION, clauses  RECORD  1format CONTAINS
  The RECORD clause specifies: (1) the number of character positions in
  a fixed length record, (2) variable length record format, or (3) the
  minimum and maximum number of character positions in a variable
  length record.

  Format 1 -

   RECORD CONTAINS [shortest-rec TO] longest-rec CHARACTERS
Additional Information: explode extract

shortest-rec
longest-rec
Close Help