What happens if the condition specified in the IF statement is not met, and there is no ELSE statement in the JCL?
- Job abends with a return code
- Job continues without any effect
- Job step is skipped
- The job goes into a loop
If the condition is not met and there is no ELSE, the job step is skipped.
Loading...
Related Quiz
- Which part of a JCL job does the PEND statement mark the end of?
- In JCL, the ELSE statement is used for _______ conditional processing.
- When specifying multiple abend code conditions, you can use logical operators such as _______ to create complex conditions.
- You have a JCL job with multiple steps, and you want to reuse a set of job steps from a previous job. How would you accomplish this using JCL components?
- How does IDCAMS handle logical record positioning within a VSAM dataset during processing?