Components of REXX
The various components of REXX make it a powerful tool for programmers. REXX is made up of:
vClauses, which can be instructions, null clauses, or labels. Instructions can be:
Keyword instructions
– Assignments
Commands (REXX/CICS and CICS commands and SQL).
The language processor processes keyword instructions and assignments.
vBuilt-in functions — These functions are built into the language processor and provide convenient
processing options.
vExternal functions — REXX/CICS provides these functions that interact with the system to do specific
tasks for REXX.
vData stack functions — A data stack can store data for I/O and other types of processing.
Introduction
4CICS TS for VSE/ESA: REXX Guide