Multiple choice technology mainframe

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

  1. STREAM

  2. SET

  3. END-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 or catalogued procedure. The distractors (such as STREAM, SET, or END-PROC) are either syntax from other scripting systems or invalid JCL termination statements.