Multiple choice technology mainframe

I can set the return code of JCL from my program

  1. True

  2. False

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

Programs called from JCL can set return codes which become the JCL step completion code (condition code). In COBOL, this is done with RETURN-CODE special register. In other languages, exit codes serve the same purpose. The JCL can then test these codes with COND parameters.