Multiple choice technology programming languages

What is the Normal DISP position for temporary files?

  1. OLD

  2. PASS

  3. MOD

  4. SHR

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

In JCL, temporary datasets are typically passed between job steps using DISP=(NEW,PASS) or simply defaulting to PASS as their normal termination disposition.