TRANGROUP - Transaction Group report

The TRANGROUP operand requests the Transaction Group report.

The command format is:

CICSPA TRANGROUP(
               [OUTPUT(ddname),]
               [EXTERNAL(ddname),]
               [PRINTMULTIPLE,]
               [NOPRINTMULTIPLE,]
               [PRINTSINGLE,]
               [LINECount(nnn),]
               [TITLE1('...up to 64 characters...'),]
               [TITLE2('...up to 64 characters...'),]
               [SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),
                                  ...))])
The options are:
OUTPUT
Controls the report output DDname. If not specified, CICSĀ® PA assigns a DDname in the format TRGPnnnn where nnnn is the report sequence number 0001-9999. See OUTPUT for further information.
EXTERNAL
Specifies the DDname for the work data set used by the external SORT facility. If not specified, CICS PA assigns an External Work File from a pool of External Work Files with DDnames in the format CPAXWnnn where nnn is the sequence number 001-999. See EXTERNAL for further information.
PRINTMULTIPLE
Print only the transaction performance records consisting of units-of-work that include multiple CMF records. This is the default condition when creating the report.
NOPRINTMULTIPLE
Do not print the transaction performance records consisting of units-of-work that include multiple CMF records.
PRINTSINGLE
Print the transaction performance records consisting of units-of-work that include only a single CMF record. To get a listing containing these records only, you must suppress the default PRINTMULTIPLE option by specifying NOPRINTMULTIPLE as well.
LINECOUNT
Controls the number of lines per page. See LINECNT for further information.
TITLE1, TITLE2
Controls the report title (left and right half of subheading line). See TITLE1 and TITLE2 for further information.
SELECT(PERFORMANCE(INCLUDE|EXCLUDE
Specifies what data to include or exclude from the report based on data field values. See Using SELECT statements for a detailed explanation and examples.