When using the ADD statement in COBOL, the result is stored in the ________.

  • LINKAGE SECTION
  • WORKING-STORAGE
  • accumulator
  • identifier
When using the ADD statement in COBOL, the result is stored in the specified identifier. This identifier can be a data item, a literal, or a combination of both. It is essential for capturing the outcome of the addition operation.
Add your answer
Loading...

Leave a comment

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