Multiple choice technology mainframe

Which statement marks the end of a proc?

  1. PENT

  2. PEND

  3. PROCEND

  4. /*

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

In JCL procedures, the PEND statement marks the end of an in-stream procedure definition. This delimiter tells the system where the procedure ends and regular JCL resumes.