| VMS Help COBOL, PROCEDURE_DIVISION, DIVIDE, 2format INTO GIVING *Conan The Librarian | 
  The DIVIDE statement divides one or more numeric data items by another.
  It stores the quotient.
  Format 2 -
   DIVIDE srcnum INTO srcnum GIVING { rsult [ ROUNDED ] } ...
      [ ON SIZE ERROR stment ] [ NOT ON SIZE ERROR stment ]
      [ END-DIVIDE ]
Additional Information (explode) :
|  |