TSO/E REXX Programming Workshop - Synopsis
- - TSO REXX Environment
The platforms on which REXX runs, what it is, where it's held, how it's invoked plus batch execution via IKJEFT01 or IRXJCL. - - REXX Structure & Syntax
What constitutes REXX and the coding rules with the terminology explained. - - Diagnostic Aids
This covers the CALL, SAY, SIGNAL and TRACE instructions plus the Immediate Commands available via the PA1 key. - - File Processing
This covers file allocation, Reading, Updating and Writing using either a STEM or the Data Stack. - - Control Instructions
This describes the DO, IF and SELECT instructions. - - Parsing
This discusses the PARSE instruction and several variants in detail. - - Sub-routines & Functions
The difference between them, their location, how to receive parameters and pass data back. - - Built-in Functions
This does not cover all IBM provided Built-in Functions but does included many common ones. - - Data Stack Management
This describes the Data Stack, and covers how to place data on the stack and retrieve it, plus general management instructions. - - Commands & Output Capture
This covers the TSO/E commands, CALL, DELETE and L:ISTDS plus the OUTTRAP function. - - LINK, LINKMVS and LINKPGM Environments.