🎴 Flashcard Mode
IBM Mainframe/z/OS Technical Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
What is this and how can it be executed?
AnswerClick to flip back
A
It's a JCL procedure and must be invoked in a job with an EXEC statement.
💡 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.