Multiple choice technology mainframe

Is the following Evaluate clause with no WHEN phrase coded syntactically valid?? (True-YES/False-No) EVALUATE A ALSO B END-EVALUATE.

  1. True

  2. False

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

In COBOL, the EVALUATE statement requires at least one WHEN phrase to be syntactically valid. The code shown 'EVALUATE A ALSO B END-EVALUATE.' lacks any WHEN clauses, making it invalid syntax.