Multiple choice technology mainframe

How many EXEC statements can be present in a single Job

  1. 225

  2. 255

  3. 128

  4. 365

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

In JCL, a single job can contain up to 255 EXEC statements. Each EXEC statement corresponds to a job step. This is a documented JCL limit in IBM mainframe systems. Option A (225), C (128), and D (365) are incorrect. Option B (255) is the correct maximum.