Report command

The OMEGAMON® reports can be requested from a Report Set in the CICS PA dialog. Select the OMEGAMON report in the Subsystem Reports category.

In batch, the OMEGAMON command is used to request the OMEGAMON reports.

The command to produce the default reports is:

CICSPA OMEGAMON

or, equivalently:

CICSPA OMEGAMON(OUTPUT(OMEG0001),DBMS(ADABAS,DATACOM,IDMS,SUPRA),
                SUMMARY(TRAN,DATABASE,AVG,MAX),PRINT(TOTALS,DB))

The default reports consist of a Transaction Summary report and a Database Summary report for each of the four types of DBMS.

If there are no input records for a type of DBMS, then no reports are produced for it (not even report headings), even when that type of DBMS is specified by the command.

To tailor the report, you can specify report options as follows:

CICSPA OMEGAMON[( 
             [OUTPUT(ddname|OMEG0001),]
             [LINECNT(nnn),]
             [DBMS(ADABAS,DATACOM,IDMS,SUPRA),]
             [LIST,]
             [SUMMARY(TRAN,DATABASE,AVG,MAX,MIN,TOT,DEV,PEAK(percentile)),]
             [PRINT(TOTALS,DB),]
             [TITLE1('...sub-heading left ...'),]
             [TITLE2('...sub-heading right...')]
             [SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),
                                 ...))])]

You can request a report from all available records, or you can specify selection criteria to request a report from only the records that meet specific requirements.