Multiple choice technology mainframe

How can return codes be tested before execution of a job step?

  1. Through the RC keyword

  2. Through the CODE keyword

  3. Through the COND keyword

  4. Through the RETURNCD keyword

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In IBM mainframe JCL (Job Control Language), the COND (Condition) parameter is used to test the return codes of previously executed job steps before deciding whether to execute the current job step.