In the COBOL Procedure Division, which statement is used for making decisions and implementing conditional logic?

  • ACCEPT statement
  • EVALUATE statement
  • IF statement
  • PERFORM statement
The EVALUATE statement in COBOL is used for making decisions and implementing conditional logic. It allows for multiple conditions to be tested, and corresponding actions to be taken based on the true condition.
Add your answer
Loading...

Leave a comment

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