Multiple choice technology mainframe

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

  1. Through RC

  2. Through CODE

  3. Through COND

  4. Through RETURNCD

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

Return codes can be tested before execution of a job step through the RC parameter. COND (C) is used for conditional execution based on return codes, but RC is specifically for testing return codes themselves. CODE (B) and RETURNCD (D) are not correct parameters.