Multiple choice technology mainframe What is this and how can it be executed? It's a JCL procedure and cannot be executed It's a job and may be submitted with a SUBMIT command. It's a JCL procedure and can be executed with a submit command. 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.