REXX program examples
These topics provide both sample programs and examples for REXX SPOC environments.
Sample REXX SPOC program
The following sample REXX program issues the IMS operator command
/DIS TRAN PART
and displays the command response.
REXX SPOC batch job example
These examples provide a sample batch job, a sample REXX SPOC program, and job output from the REXX SPOC example.
/DISPLAY command examples and format identifiers
This example illustrates how format identifiers (FID) can be returned when the REXX program issues the operator commands,
/DISPLAY ACT
and
/DISPLAY STATUS
.
Autonomic computing examples
These examples illustrate autonomic computing capabilities associated with the REXX SPOC API. Autonomic indicates that the code is responsive and can take certain actions to correct what it determines to be incorrect.
Parent topic:
REXX SPOC API and the CSL