When does the CONTINUE statement get executed in a COBOL program?

  • After encountering an error
  • At the end of the program execution
  • It is never executed
  • When a specific condition is met
The CONTINUE statement in COBOL is generally used at the end of a paragraph or section to indicate the end of processing for that specific section. It gets executed when the program reaches that point during its normal flow.
Add your answer
Loading...

Leave a comment

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