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

Temporary datasets (often named with &&) are typically created and used within a single job. The DISP=PASS parameter allows the dataset to be passed from one job step to a subsequent step, which is the standard 'normal' disposition for temporary files during execution.