Which JCL statement is commonly used to set job priority and class?
- JOB
- JOBCLASS
- JOBPARM
- SETPRIORITY
The JOBCLASS statement is commonly used to set job priority and class
Loading...
Related Quiz
- How can you allocate a dataset with DISP=(MOD,CATLG) in the DD statement?
- In JCL, what action is taken if an abend code condition is met?
- In JCL, _______ is a condition that must be met before a job is allowed to execute.
- In a JCL job, you have defined an abend code condition to execute a specific action when a file is not found during execution. How would you set up this condition, and what action would you take?
- In a JCL job, you want to use IEBGENER to merge two sorted datasets, but you need to apply a custom transformation to the records during the merge. How would you achieve this?