When scheduling a job in JCL, what is the significance of the TIME parameter value 'MAXIMUM'?
- Allows the job to run indefinitely
- Defines the maximum I/O wait time for the job
- Sets the maximum CPU time for the job
- Specifies the maximum execution time for the job
The TIME parameter with 'MAXIMUM' allows the job to run indefinitely.
Loading...
Related Quiz
- In JCL, what does the PROC statement stand for?
- What are job priorities in JCL, and how are they defined?
- In a JCL job, what is the role of the SYSIN DD statement?
- How does the disposition of a data set affect its de-allocation in JCL?
- When using the DISP parameter in JCL, the _______ disposition indicates that the data set should be deleted after use.