Multiple choice technology mainframe

What statement marks the end of an in-stream or Catalogued procedure ?

  1. STREAM

  2. SET

  3. PROC

  4. PEND

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

In JCL, the PEND statement is used to mark the end of an in-stream procedure. A catalogued procedure does not strictly require PEND but it can have it. The PROC statement starts a procedure, while SET assigns values and STREAM is not a valid JCL statement for this purpose.