Multiple choice technology mainframe

What is the maximum number of statements allowed in one PROC?

  1. 1024

  2. 512

  3. 255

  4. No Limit

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

A single PROC can contain a maximum of 255 statements. This limit applies to the number of lines within one PROC definition. 'No Limit' is incorrect, and 1024/512 are not the correct values.