Multiple choice technology programming languages

If the Status field of the DISP Parameter is left out, it is defaulted to which of the following?

  1. NEW

  2. SHR

  3. OLD

  4. KEEP

  5. None of the above

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

When the DISP parameter's status field is not specified, JCL defaults to NEW, assuming a new dataset is being created. Other statuses like SHR (shared), OLD (existing), or KEEP must be explicitly specified.