HELPLIB.HLB  —  COBOL  PROCEDURE_DIVISION, SUBTRACT  2format GIVING
  The SUBTRACT statement subtracts one, or the sum of two or more,
  numeric items from one or more items.  It stores the result in one or
  more items.

  Format 2 -

   SUBTRACT { num } ... FROM num GIVING { rsult [ ROUNDED ] } ...

      [ ON SIZE ERROR stment ] [ NOT ON SIZE ERROR stment ]

      [ END-SUBTRACT ]
Additional Information: explode extract

num
rsult
stment
Close Help