Multiple choice technology programming languages

Which statement marks the end of an in-stream or cataloged procedure?

  1. JOB

  2. EXEC

  3. PROC

  4. PEND

  5. None of the above

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

In JCL, the PEND statement marks the end of an in-stream procedure or a cataloged procedure being defined inline. JOB starts a job, EXEC executes a program or procedure, and PROC begins a procedure definition, while PEND closes it.