Multiple choice technology mainframe

If we specify COND=ONLY in a step. This means that particular step is executed only of any of the previous steps, terminated abnormally.

  1. True

  2. False

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

COND=ONLY in a JCL step means that step executes ONLY if any previous step terminated abnormally (with a non-zero return code). This is a conditional execution mechanism that runs cleanup or recovery steps only when failures occur in the job stream.