Report content
You can request up to twelve reports with a single command. For example:
- OMEGAMON(DBMS(dbms),LIST) requests up to four List reports, where dbms is any combination of: ADABAS, DATACOM, IDMS, or SUPRA).
- OMEGAMON(DBMS(dbms),SUMMARY(TRAN)) requests up to four Transaction Summary reports.
- OMEGAMON(DBMS(dbms),SUMMARY(DATABASE)) requests up to four Database Summary reports.
- OMEGAMON (with no operands) requests up to eight Summary reports.
List reports appear in the output first, followed by Transaction Summary reports, and then Database Summary reports. The List reports for each type of DBMS do not appear in a fixed order: if the first input record is for Adabas, then the Adabas List report will appear in the output first. The Summary reports appear in the order: Adabas, CA-Datacom, CA-IDMS, Supra.
The List, Transaction Summary, and Database Summary reports for a particular type of DBMS all contain the same information, with the same column headings. The difference between the List report and the Summary reports is that the List report contains information for each individual transaction, whereas the Summary reports summarize all transactions that started in the specified reporting period. The difference between the Transaction Summary and Database Summary reports is the grouping of information: the Transaction Summary report groups information by transaction ID, whereas the Database Summary report groups information by database. Also, the Transaction Summary report might include totals sections (containing information from totals segments of the input records); these sections do not appear in the Database Summary report.
If you request multiple reports with a single command, then CICS PA writes all the reports to the same DDname. To separate the reports into different output files (for example, List reports in one file, Summary reports in another), specify separate commands.