When using IF-THEN-ELSE conditional processing in JCL, what happens if the IF condition evaluates to true?

  • The job step following the ELSE is executed
  • The job step following the ENDIF is executed
  • The job step following the IF is executed
  • The job step following the THEN is executed
If the IF condition evaluates to true, the job step following the IF is executed
Add your answer
Loading...

Leave a comment

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