HELPLIB.HLB  —  COBOL  PROCEDURE_DIVISION, miscellaneous_topics, reference_modification
  Reference modification defines a subset of a data item by specifying
  its leftmost character and length.

  Format 1 -

   data-name ( leftmost-character-position : [ length ] )

  Format 2 -

   FUNCTION function-name [ ({argument}...) ]

      ( leftmost-character-position : [ length ] )
Close Help