In JCL, which parameter is commonly used to define job dependencies?
- COND
- DEPEND
- EXEC
- JOB
The COND parameter is commonly used to define job dependencies in JCL
Loading...
Related Quiz
- You have a JCL job with two steps: Step 1 and Step 2. You want Step 2 to execute only if Step 1 fails. How would you accomplish this using the IF statement?
- To keep a data set available for read-only access but prevent further updates, you can use DISP=_______.
- In JCL, "_______" dependencies are defined at the job level and apply to all steps within that job.
- The ____ statement defines the layout of the output records in a SORT step of the JCL SORT utility.
- When using job dependencies, what does it mean if a job is set to execute "WHEN COND"?