REXX program could be compiled using REXX compiler.
A
Correct answer
Explanation
REXX programs can indeed be compiled using a REXX compiler for improved performance and code protection. While REXX is traditionally an interpreted language, compilers exist that translate REXX source to executable form. The statement is accurate - REXX supports both interpreted and compiled execution models.