What is the purpose of job dependency in JCL?
- To allocate resources
- To define the execution order
- To set the job name
- To specify the job's priority
Job dependency in JCL is used to define the execution order
Loading...
Related Quiz
- Explain the difference between "AFTER" and "WHEN COND" job dependencies in JCL.
- If you want a job step to execute only when the return code is less than or equal to 8, you would use the COND=_______ syntax.
- Explain the difference between COND=ONLY and COND=ONLY,ONLY in JCL.
- When defining an EXEC statement, what is the significance of the PGM parameter?
- When using the IF statement in JCL, you can reference the _______ of a previous step to determine its success or failure.