Multiple choice technology programming languages

What is the maximum number of DD stmt a step can have?

  1. 100

  2. 15

  3. 300

  4. 255

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

A single job step can have a maximum of 255 DD (Data Definition) statements. This limit is imposed by the JES to prevent excessive resource consumption and ensure job manageability. Complex jobs requiring more datasets must be split into multiple steps.