Considerations for adding file entries
File entries are used for Abend-AID for CICS transaction abend source support and the transaction abend demonstration program. In addition, you can use a File entry to specify the Abend-AID for CICS customization file definition.
Customization File Definition
Abend-AID for CICS requires the customization file to determine what processing options apply to CICS transaction dumps. You can define the file in the CSD using RDO or by adding a DD statement in the CICS JCL.
To define the file in the CSD, use the appropriate RDO member for your CICS release, as described in Using-resource-definition-online-or-the-CSD-utility-DFHCSDUP. With this method, you must modify the DSNAME operand to point to the customization file for this Abend-AID for CICS release.
See Modifying-the-CICS-startup-JCL for information about adding a DD statement for the customization file to the CICS JCL.
Source Listing Files
To use Abend-AID for CICS source support, you must define your source listing files to either the viewing server or to your CICS regions.
- Defining them in the viewing server JCL makes them available to all reports in the viewing server. See BMC source listing DSNs for more information.
- Defining them to the CICS region makes them available to the reports for that region. For more information about defining them to the CICS region, see Modifying-the-CICS-startup-JCL.
The configuration and customization dialog prompts you for a source listing shared directory or source listing database for the viewing server JCL that it generates.
If you want to define source listing files to the CICS region, either:
- Create file entries. Installation sample library (CTL) member FXRDOFIL contains the RDO definition for the file entries.
- Add DD statements to the CICS JCL. Modifying-the-CICS-startup-JCL describes adding a source listing file DD statement to the CICS region JCL.
Demonstration Transactions
If you want to use the Abend-AID for CICS COBOL (CCAADEMO), PL/I (CCAADEMP), or Assembler (CCAADEMA) transaction abend demonstration program, a file entry is required for the demonstration file. The CCAADEMO, CCAADEMP, CCAADEMA demonstration file is a VSAM KSDS. Installation sample library hlq.CTL member FXRDOxxx contains the RDO entry. Refer to the Abend-AID Installation and Configuration Guide for more information about installing and using the demonstration transactions.