Multiple choice technology mainframe

BYE is the REXX instruction used to return the variables to their initialised/uninitialised state.

  1. True

  2. False

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

The REXX instruction used to reset variables to their uninitialized state is DROP, not BYE. BYE is not a valid REXX instruction for this purpose.