What is the difference between COND=ONLY and COND=EVEN in JCL?
- COND=EVEN
- COND=EVEN is stricter
- COND=ONLY
- COND=ONLY is stricter
COND=EVEN checks for even return codes while COND=ONLY checks for only the specified return code
Loading...
Related Quiz
- In what scenarios would you choose not to use a PEND statement in your JCL?
- In a JOB statement, what is the significance of the MSGCLASS parameter?
- The _______ parameter in the DSN definition specifies the organization of the dataset.
- In JCL, how can you specify multiple conditions within a single IF statement?
- In JCL, you can specify input data for a program using the _______ statement.