Previous Topic: ID Options Used with Commands or VariablesNext Topic: Sample Commands and Variables for Report 2


Sample Commands for Report 1

The following commands generate a report showing the number and percentage of transactions used by each of two CICS systems. Specify the ID option and identifiers CICSID(A1,B1) with the TAB command.

TAB DATE CICSID(A1,B1) TRAN USE AND TRAN USE PCT
  EACH DAY
  FROM 12/08/10
  TO   12/09/10
END
RUN

This command generates the following report:

CICS TRAN TRAN DATE ID USE % USE -------- ---- -------- -------- 12/08/10 B1 368 71.0 A1 150 29.0 -------- ---- -------- -------- SUM 518 100.0 -------- ---- -------- -------- 12/09/10 B1 5488 79.8 A1 1393 20.2 -------- ---- -------- -------- SUM 6881 100.0 -------- ---- -------- --------