The job dependency parameter used to specify a job that must complete successfully before the current job starts is _______.
- AFTER_JOB
- DEPENDENCY_JOB
- PREDECESSOR_JOB
- PREVIOUS_JOB
The correct parameter is PREDECESSOR_JOB, indicating a job that must complete successfully before the current job starts.
Loading...
Related Quiz
- In JCL, how can you specify the character set to be used by the IEBDG utility for generating data?
- In a complex job, you need to pass data from Step 1 to Step 3 using the EXEC statement. Explain the necessary parameters and steps involved in accomplishing this.
- The _______ parameter in the EXEC statement defines the maximum CPU time allowed for a step.
- When defining a dataset in JCL, what is the significance of the VOL parameter?
- You have two jobs, A and B. Job B must start only if job A completes successfully. Describe how you would set up job dependencies for this scenario.