Previous Topic: FLASHBACK LIST Command

Next Topic: Create a Default FLASHBACK IMS Report

Default CICS FLASHBACK LIST Report

To create a default CICS flashback report, specify the following command without any ID options or variables:

FLASHBACK LIST

Use either the COUNT command or the FROM and TO commands to limit report output.

The following commands produce the default FLASHBACK LIST or FLASHBACK CICS report. The FROM and TO commands limit the report to a short time period.

FLASHBACK LIST
FROM 12/06/08 21:22:00
  TO 12/06/08 21:24:00
END
RUN

A report like the following is generated:

CICS END TERM OPER TRAN TRAN TRAN TRAN TERM TERM TRAN FILE FILE PROG ABEND ID TIME ID ID ID NUMBER LIFE CPU RESP IO I/O COUNT USE COUNT CODE ---- -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- B1 21.22.41 N/A N/A TCP 0 911.9 2.110 0.000 0 0.381 1 241 11 B1 21.22.42 N/A N/A KCP 0 912.3 1.878 0.000 0 0.000 0 0 0 B1 21.23.07 N/A N/A JJJ 0 937.1 1.942 0.000 0 0.000 0 0 0 B1 21.23.07 N/A N/A CATD 51 6.529 0.326 0.000 0 0.000 0 0 5 B1 21.23.08 N/A N/A CSNE 52 0.081 0.068 0.000 0 0.000 0 0 3 B1 21.23.09 ZA00 N/A CSGM 53 0.264 0.010 0.013 2 0.000 0 0 1 B1 21.23.15 N/A N/A VGBR 55 0.332 0.023 0.000 0 0.000 0 0 2 B1 21.23.21 N/A N/A CSNE 56 0.013 0.002 0.000 0 0.000 0 0 3 B1 21.23.41 X250 N/A VGBQ 57 19.33 0.151 0.389 5 0.000 0 0 7 AKCT ---- -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- 21.23.41 324 309.7 0.723 0.201 7 0.042 0 241 4 ---- -------- -------- -------- -------- -------- -------- -------- -------- -------- ----- ----------- -------- -------- --------

The sample report contains the following information:

CICS ID

Specifies the region ID in which the data was collected.

END TIME

Specifies the time the transaction completed.

TERM ID

Specifies the ID of the terminal from which the transaction was executed,

TRAN ID

Specifies the transaction ID.

TRAN NUMBER

Specifies the transaction number.

TRAN LIFE

Specifies the transaction lifetime (seconds).

TRAN CPU

Specifies the transaction CPU time (seconds).

TERM RESP

Specifies the terminal average response time (seconds).

TERM IO

Specifies the number of terminal I/Os by the transaction.

TRAN I/O

Specifies the total I/O time for the transaction.

FILE COUNT

Specifies the number of files accessed by the transaction.

FILE USE

Specifies the number of file I/Os by the transaction.

PROG COUNT

Specifies the number of programs used by the transaction.

ABEND CODE

Specifies the abend code for the transaction, if any.