CTG Transaction detail data (CTGDETL)


BMC AMI Ops Monitor for CICS monitors and collects detail records in the CTGDETL data set for every transaction that occurs in a CICS Transaction Gateway (CTG) region. The detail record contains a history of the transaction’s life span.

There are three types of CTG transactions:

  • Synconreturn: these transactions consist of a single call to perform a unit of work on a CICS region
  • ExtendedMode: these transactions consist of multiple calls to perform related units of work on a CICS region
  • XA: these transactions consist of multiple calls to perform related units of work on one or more CICS regions

Each CTGDETL record contains an entire CTG transaction and consists of a single section. The record includes an overview of the entire transaction in addition to one or more sub-segments representing the individual calls to the CICS region to perform work.

Batch jobs that produce the reports select data from the CTGDETL data set by the record ID (the hexadecimal code 6F), which is located in the TYPE field of the record. For more information about every field of 6F transaction records, see Reference-for-PERFORMANCE-REPORTER.


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Ops Monitor for CICS 7.4