Multiple choice technology mainframe

REXX program could be compiled using REXX compiler.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.