 | Comparison/Formatting
Calling a function in a REXX exec. Employing comparison functions: COMPARE and DATATYPE. Using formatting functions: CENTER
LEFT
RIGHT
COPIES and SPACE. |
 | String Manipulating
Using string manipulating functions: STRIP
SUBSTR
SUBWORD
OVERLAY
LENGTH
WORDS
WORDLENGTH
WORD
WORDINDEX
WORDPOS and POS.
Advanced Program Features
Describes advanced features in REXX programming. |
 | Compound Variables and Arrays
Using compound variables to set up arrays and lists of variables. Using the stem to change a collection of variables. |
 | The PARSE Instruction
Using PARSE PULL
PARSE VAR and PARSE VALUE in a REXX exec. |
 | Using the Stack
Adding and dropping buffers from the stack. How PUSH
PULL and QUEUE act on the buffers. Using QUEUE() to return the number of entries in the stack. |
 | Debugging
Using the TRACE instruction to debug a REXX exec. Names of TRACE options. |