Multiple choice technology mainframe

What is COND=EVEN ?

  1. Execute next step even if the current step terminates abnormally.

  2. Execute this step even if any of the previous steps, terminated abnormally.

  3. Execute next step even if the current step terminates normally.

  4. Execute this step even if any of the previous steps, terminated normally.

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

COND=EVEN instructs the workflow engine to run the current step even if any preceding step terminated abnormally. This matches the second option; the other selections describe opposite conditions (normal termination or next‑step execution), which are not what EVEN signifies.