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

For temporary datasets used within a job, PASS is the appropriate normal disposition. PASS allows the dataset to be passed to subsequent job steps without being cataloged or permanently retained. OLD is for existing datasets, MOD modifies existing datasets, and SHR allows shared access for existing datasets.