Multiple choice technology mainframe

9.--------- Statement is used to mark the end of an in-stream procedure?

  1. EXEC statement

  2. CNTL statement

  3. PROC statement

  4. PEND statement

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

The PEND statement in JCL signals the end of an in-stream procedure definition. It's required to properly delimit the procedure code within the job stream, marking where the procedure ends and normal JCL resumes.