When using job dependencies, what does it mean if a job is set to execute "WHEN COND"?
- The job executes based on a time condition
- The job executes only when a predecessor job fails
- The job executes when a specific condition is met
- The job executes whenever it is scheduled
"WHEN COND" allows the job to execute when a specific condition is met
Loading...
Related Quiz
- To set a condition for the execution of a step, the _______ parameter can be used in the EXEC statement.
- To execute a step only when a specific condition is met, you can use the _______ statement.
- In JCL, what is the primary purpose of defining a Data Set Name (DSN)?
- Can the LRECL attribute be larger than the actual record length of a dataset in JCL? Why or why not?
- In the JCL SORT utility, the ____ statement specifies the conditions for selecting records for sorting.