Rexx could be executed in batch.
A
Correct answer
Explanation
REXX can be executed in batch mode on mainframe systems using JCL (Job Control Language) or similar batch job schedulers. Batch execution allows REXX programs to run unattended as scheduled jobs, processing data without user interaction. This is a standard execution mode for REXX in enterprise environments alongside interactive TSO/ISPF execution.