Multiple choice technology mainframe

What is the function of DD DISP parameter?

  1. Tells the system what to do with the dataset following normal termination of the step

  2. Describes the status of the dataset

  3. Tells the system what to do with the dataset following abnormal termination of the step

  4. All of the above

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

The DD DISP parameter tells the system what to do with a dataset based on job step termination. It has three sub-parameters: status (describes dataset's current state like NEW, SHR, MOD), normal disposition (what to do on successful completion like KEEP, DELETE, CATLG), and abnormal disposition (what to do on failure like DELETE, KEEP, CATLG). Since it handles both normal and abnormal termination and describes status, 'All of the above' is correct.