VMS Help  —  COBOL  PROCEDURE_DIVISION, SUBTRACT  1format FROM
  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 1 -

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

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

      [ END-SUBTRACT ]
Additional Information: explode extract

num
rsult
stment
Close Help