Multiple choice technology mainframe

End of Procedure can be indicated by

  1. //PEND

  2. //

  3. //END

  4. //(Procedure name) END

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

In JCL, an in-stream procedure (cataloged procedure) is terminated by the //PEND statement. This marks the end of the procedure definition, distinguishing it from regular job statements that follow.