Multiple choice technology mainframe

Maximum number of in-stream procedures in a JCL can be

  1. As usual, Unlimited.

  2. 1

  3. 15

  4. 255

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

JCL allows a maximum of 15 in-stream procedures (coded within the job itself). This is a documented JCL limitation. It is not unlimited (A), not 1 (B), and not 255 (D - that's for job steps, not procedures).