Multiple choice technology web technology

What does COND=EVEN mean on a STEP?

  1. Excute the step after the previous step SUCCESS

  2. Excute the step only with successful previous step

  3. excute the step even with previous step failure

  4. excute the step even with previous step success

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

COND=EVEN on a JOB or STEP statement means execute this step even if a previous step abnormally terminated (failed). By default, steps are bypassed after a previous step's failure. COND=ONLY is the opposite - execute only if previous step failed.