Introductory explanation
The SHARE presentation alluded to on the previous page is only a guide to what is possible. The PDF irself does not contain complete code examples, unlike within these pages.
Main topics discussed
- A discussion on the methods of invoking external routines from within REXX
- CALL (both REXX and TSO/E), LINK, LINKPGM and LINKMVS
- REXX to LE via pre-initialisation
Topics not yet discussed in detail
- LE to REXX by initialising a REXX environment
- Options in Compiled REXX
The requisite IBM documentation is:
- z/OS TSO/E REXX Reference Manual - for the syntax of the language
- z/OS TSO/E REXX User's Guide Manual - for information on how to perform various tasks
- z/OS TSO/E Command Reference - for information on TSO/E CALL
- z/OS Language Environment Programming Guide - for CEEPIPI examples