How can you override the default execution time for a specific job step in JCL?
- EXECUTION-TIME
- OVERRIDE-TIME
- STEP-TIME
- TIME
The TIME parameter is used to override the default execution time for a specific job step in JCL
Loading...
Related Quiz
- Which JCL statement is used to specify the DSN for a dataset in a job step?
- Explain the concept of catalog management in JCL and its importance.
- How can you define a job as a triggered job in JCL?
- In a JCL job, you are required to create a backup copy of a dataset before performing any updates. Which utility and JCL statements would you use to achieve this?
- In a complex JCL job with multiple steps, you need to execute a specific step if both Step A and Step B complete successfully. How can you achieve this using conditional logic?