Multiple choice technology web technology What does COND=EVEN mean on a STEP? Excute the step after the previous step SUCCESS Excute the step only with successful previous step excute the step even with previous step failure 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.