Implementing the REXX API
The Abend-AID REXX application program interface (API) lets you process REXX EXECs against batch, CICS transaction, and region dumps. You load EXECs from the SYSEXEC DD specified in the Abend-AID viewing server JCL.
The following steps provide the detailed information:
Step1: Modify the viewing server JCL
If you want to be able to execute REXX EXECs from within Abend-AID, include in your viewing server JCL the following DD statement:
This data set contains the Abend-AID for CICS-supplied REXX sample, SAMPREXX, and the REXX EXECs you write, as described in the Abend-AID for CICS User's guide. The SKAZREXX data set is a fixed block data set with a logical record length of 80. You can concatenate multiple data sets on this DD, but they all must have the same record format and logical record length.
Step 2: Stop and restart the viewing server
After you complete the previous step, you must stop and then restart the viewing server.