The SAY instruction in REXX is used to display output at the terminal. It prints one or more expressions to the standard output (usually the console), followed by a newline. This is equivalent to print or write statements in other languages. Options like PUT, DISPLAY, and PRINTLN are not standard REXX instructions - PUT works with the stack, not terminal output.