What is the purpose of the COND=EVEN and COND=ODD syntax in JCL?

  • It is not a valid syntax in JCL
  • Specifies execution based on even or odd return code values
  • Specifies execution based on even return code values
  • Specifies execution based on odd return code values
COND=EVEN and COND=ODD are used to conditionally execute a step based on whether the return code is even or odd.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *