Which conditional statement in COBOL allows you to test multiple conditions sequentially?

  • EVALUATE
  • IF-ELSE
  • NEXT SENTENCE
  • PERFORM UNTIL
The "EVALUATE" statement in COBOL allows you to test multiple conditions sequentially. It provides a concise and structured way to evaluate different conditions and execute corresponding blocks of code based on the true condition.
Add your answer
Loading...

Leave a comment

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