Developing REXX applications

This section introduces REXX programs and their syntax, describes the steps involved in writing and running REXX programs, and explains concepts you need to understand to avoid common problems.

A REXX program consists of REXX language instructions that the REXX interpreter interprets directly. A program can also contain commands that the host environment executes, such as CICS commands (see Using commands from a program).