COBOL reports
The PERFORMANCE REPORTER’s CMRFREDN facility allows COBOL programs to access transaction records stored on the CMRDETL data set.
CMRFREDN read CMRDETL transaction records and reformat the fields into a COBOL-compatible format. The reformatted records are then passed back to the COBOL program that originally requested the data. You can produce either standard or custom COBOL reports from the reformatted transaction data.
CMRFREDN decompresses, processes and creates all records at the F7 level formatted for COBOL by BBSAMP member CMRCOBCN. For more information, see Transaction-detail-data-CMRDETL.
In addition to the CMRFREDN facility, the MainView for CICS BBSAMP data set contains sample COBOL interface programs. These programs create a variety of predefined MainView for CICS reports after they have been edited to meet your site’s conditions.
These programs must be compiled and linked before they can be run. You should be able to modify these sample programs if you have some COBOL programming experience.
This section provides information about the following reports:
- describes how CMRDETL transaction records are accessed and reformatted
- provides JCL examples that explain how to compile, link, and run sample COBOL programs
- explains how to modify sample programs to create customized COBOL reports
- describes the controls statements used to create COBOL reports
- provides an example of each predefined report and a description of its fields
This section contains the following topics: