During debugging, the _____ statement in COBOL is often used to display variable values and messages.

  • ACCEPT
  • DISPLAY
  • MOVE
  • PERFORM
In COBOL, the DISPLAY statement is commonly used during debugging to show variable values and messages. It helps programmers understand the flow and values at different points in the program.
Add your answer
Loading...

Leave a comment

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