ERXXML
The ERXXML function is an XML parser (based on the XML System Service integrated in z/OS (as of z/OS 1.8) that can be invoked directly from REXX. The content of the parsed document is returned as REXX compound variables with the associated element name.
You will find a more detailed description of ERXXML here.
A trial version of ERXXML is available in the download section.
ERXJES
The REXX Extension ERXJES gives access to job information within running jobs.
Details…
ERXVSAM
The ERXVSAM function is an REXX extension which supports read- , write- and delete- operations for VSAM (ESDS,KSDS) records. Depending on the operation, the REXX stack or REXX stem variables serve as input or output records.
You will find a more detailed description of ERXVSAM here.
|