Multiple choice technology mainframe

When the command ends without error, RC (rexx special variable) will be set to TRUE. True or false?

  1. True

  2. False

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

In REXX, when a command executes successfully without errors, the special variable RC (Return Code) is set to 0, not TRUE (which is represented by 1 in REXX).