HELPLIB.HLB  —  COBOL  PROCEDURE_DIVISION, STRING
  The STRING statement concatenates the partial or complete contents of one
  or more data items into a single data item.

  Format -

   STRING { { src-string } ... DELIMITED BY { delim } } ...
          {                                 { SIZE  } }

       INTO dest-string [ WITH POINTER pointr ]

       [ ON OVERFLOW stment ] [ NOT ON OVERFLOW stment ]

       [ END-STRING ]
Additional Information: explode extract

src-string
delim dest-string
pointr
stment
Close Help