Multiple choice technology mainframe

The order of the WHEN clauses in EVALUATE statement is not significant.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In COBOL EVALUATE statements, WHEN clauses are evaluated in the order they appear. The first matching WHEN clause is executed, so the order is significant. This is similar to case/switch statements in other languages where clause order matters for matching logic.