When defining job classes in JCL, the _______ parameter is used to set the maximum number of job steps that can run concurrently in a class.
- CONCURRENT
- LIMIT
- MAXJOBS
- MAXSTEPS
The LIMIT parameter sets the maximum number of job steps in a job class.
Loading...
Related Quiz
- You have a JCL job with three steps. How would you use the COND parameter to ensure that the second step is executed only if the first step abends?
- In JCL, the PROC statement is used to define _______.
- The COND parameter allows you to specify conditions based on the _______ status.
- Which JCL statement is used to specify the DSN for a dataset in a job step?
- How can you set up a job dependency in JCL to execute the current job only if a particular job finishes with a specific return code?