In JCL, the priority value 1 is typically assigned to _______ priority jobs.
- Critical
- High
- Low
- Medium
Priority value 1 is typically assigned to low priority jobs
Loading...
Related Quiz
- What is the function of the NOTIFY parameter in the JOB statement?
- The _______ parameter can be used to specify a default value for a SET statement.
- Imagine a scenario where you have multiple job steps, and you want to abend the entire job if any one of the steps encounters a specific abend code. How would you accomplish this in JCL?
- When using the IF statement in JCL, you can reference the _______ of a previous step to determine its success or failure.
- You have a JCL job with multiple steps. The first step is to copy a dataset to another location, and the second step is to sort that dataset. What would you do if the first step fails, and you want to execute the second step only if the first step is successful?