To change the priority of a running job in JCL, you can use the _______ command.
- ADJUST
- ALTER
- CHANGE
- MODIFY
The ALTER command is used to change the priority of a running job
Loading...
Related Quiz
- What is the syntax of the IF statement in JCL?
- When using IF-THEN-ELSE conditional processing in JCL, what happens if the IF condition evaluates to true?
- The purpose of the TIME parameter in JCL is to specify the _______ that a job step is allowed to execute.
- Explain how you would use the COND parameter to execute a job step only when certain conditions are met.
- How can you determine the return code or status of an EXIT statement in JCL?