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.