The following pages show some examples of using ID options with commands.
The following TAB command includes the ID option CICSID together with the identifiers C1, C2, and C3 to generate a report. The report shows the number and percentage of transactions used by each of three CICS systems:
TAB CICSID(C1, C2, C3) TRAN USE AND,
TRAN USE PCT
END
RUN
A report with the following format is generated:
CICS TRAN TRAN ID USE %USE ____ _____ ______ C1 297 51.4 C2 188 32.5 C3 93 16.1 ____ _____ ______ SUM 578 100.0 ____ ____ ______
The following example uses the ID option TERMID with the TAB command and the ID option TRANID with the TAB2 command. This example creates a report on terminals and the transactions associated with them:
TAB TERMID TRAN USE AND TRAN LIFE TAB2 TRANID TRAN USE AND TRAN LIFE END RUN
A report with the following format is generated:
TERM TRAN TRAN TRAN TRAN TRAN ID USE LIFE ID USE LIFE -------- -------- -------- -------- -------- -------- F014 2483 0.361 FXFR 2482 0.361 CSGM 1 0.012 -------- ------- -------- SUMMARY 2483 0.361 -------- -------- -------- . . . -------- -------- -------- -------- -------- ---------------- -------- -------- SUM 5044 140.0 8684 87.43 -------- -------- -------- -------- -------- --------
By default, the GRAF command produces a report on the identifiers associated with the specified variable. If you specify an ID option with the GRAF command, the identifiers for that ID option are used in place of the default.
For example, graph reports on TRANSACTION variables are, by default, organized by transaction ID. The following commands use the ID option JOBID with the variable TRAN USE:
GRAF JOBID TRAN USE END RUN
These commands produce a report on transaction usage by CICS job rather than by transaction ID:
SHIFT NONE EACH DAY TRANSACTION USE PERIOD NONE 0 191.9 383.8 575.7 767.6 959.5 1151 1343 1535 1727 1919 X +.........+.........+.........+.........+.........+.........+.........+.........+ ........+.........+ CICSA .XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 1919 CICSB .XXXXXXXXXXXX . . . . . . . . . 236 CICSTEST .XXXXXXXXXXX . . . . . . . . . 219 CICSX1 .XXXXXX . . . . . . . . . . 108 CICSX2 . . . . . . . . . . . 6 +.........+.........+.........+.........+.........+.........+.........+.........+.........+.........+ 0 191.9 383.8 575.7 767.6 959.5 1151 1343 1535 1727 1919 X SYMBOLS: “X” = TRANSACTION USE
The following GRAF command is specified with the ID option TRANID and the identifiers CMAS, CCOM, and CSSF:
GRAF TRANID(CMAS,CCOM,CSSF) TRAN LIFETIME SCALE(1.0) FROM 06/06/10 00.00.00 TO 06/07/10 00.00.00 END RUN
This command limits the resulting report to data about only those transactions:
0 0.100 0.200 0.300 0.400 0.500 0.600 0.700 0.800 0.900 1.000 X +.........+.........+.........+.........+.........+.........+.........+.........+.........+.........+ CMAS .XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX . . . . 0.668 CCOM .XXXXXXXXXXXXXXXXXXXXXXXXXXXXX. . . . . . . . 0.286 CSSF .XXXXXX . . . . . . . . . . 0.063 +.........+.........+.........+.........+.........+.........+.........+.........+.........+.........+ 0 0.100 0.200 0.300 0.400 0.500 0.600 0.700 0.800 0.900 1.000 X SYMBOLS: “X” = TRANSACTION LIFETIME IN SECONDS.
The following commands produce a FLASHBACK LIST report showing the transactions of operator SWS only:
FLASHBACK LIST END RUN
A report with the following format is generated:
CICS END TERM TRAN TRAN TRAN TRAN TERM TERM TRAN FILE FILE PROG ABEND ID TIME ID ID NUMBER LIFE CPU RESP IO I/O COUNT USE COUNT CODE ---- -------- ------ ------ -------- -------- -------- -------- -------- -------- -------- -------- ---------------------- B1 00.45.29 0A02 SWS 67 1.011 0.274 1.011 2 0.000 0 0 3 B1 00.45.35 0A02 SWS 69 2.387 0.051 1.187 3 0.199 1 2 6 . . .
B1 05.34.14 0A02 SWS 606 0.129 0.032 0.129 2 0.000 0 0 3 ---- -------- ------ ------ ---------------- -------- -------- -------- -------- -------- -------- -------- -------------- 05.34.14 8003 28.47 0.168 0.132 231 0.021 0 10 3 ---- -------- ------ ------ ------- -------- -------- -------- -------- -------- ----- ----------- -------- -------------
|
Copyright © 2013 CA.
All rights reserved.
|
|