To perform integer division in COBOL, you can use the DIVIDE statement with the ________ phrase.

  • BY
  • GIVING
  • INTO
  • REMAINDER
The DIVIDE statement in COBOL is used for performing division operations. The GIVING phrase specifies the receiving field where the result of the division is stored. It is particularly useful for integer division.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *