Multiple choice technology programming languages

If the status field of the DISP parameter is specified as SHR, what are the default values that will be assigned to the dataset at the normal and abnormal termination of the job?

  1. CATLG, DELETE

  2. DELETE, DELETE

  3. CATLG, CATLG

  4. DELETE, CATLG

  5. KEEP, KEEP

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

For SHR (shared) datasets, the default disposition is KEEP for both normal and abnormal termination. This ensures shared datasets remain available to other jobs and aren't deleted or uncataloged.