Multiple choice technology mainframe

What is this and how can it be executed?

  1. It's a JCL procedure and cannot be executed

  2. It's a job and may be submitted with a SUBMIT command.

  3. It's a JCL procedure and can be executed with a submit command.

  4. It's a JCL procedure and must be invoked in a job with an EXEC statement.

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

Like the previous JCL procedure question, a PROC is not a standalone executable job and cannot be run with a submit command. It must be invoked using an EXEC statement inside a JCL job stream. Therefore, option 556575 is correct.