Start of change

Trace Settings Report

Figure 127 shows the format of the Trace Settings Report. This report is produced using the EXEC CICS® INQUIRE TRACEDEST, EXEC CICS INQUIRE TRACEFLAG, EXEC CICS INQUIRE TRACETYPE, EXEC CICS INQUIRE JVMPOOL, EXEC CICS INQUIRE TRANSACTION, and EXEC CICS COLLECT STATISTICS TRANSACTION commands. The field headings and contents are described in Table 251.

Figure 127. The Trace Settings Report
Applid IYK2Z1V3  Sysid CJB3  Jobname CI07CJB3   Date 12/17/2004  Time 08:44:37     CICS 6.4.0    PAGE    30
 
 Trace Settings
 
  Internal Trace Status . . . . :  STARTED
  Internal Trace Table Size . . :    2,000K

  Auxiliary Trace Status. . . . :  STOPPED
  Auxiliary Trace Dataset . . . :  A
  Auxiliary Switch Status . . . :  NOSWITCH

  GTF Trace Status. . . . . . . :  STOPPED

  Master System Trace Flag. . . :  ON
  Master User Trace Flag. . . . :  ON

  VTAM Exit override. . . . . . :  NONE

____________________________________________________________________________________________________
JVM Trace Options

   Item                            Standard          Special                      

   JVM Level 0 Trace. . . . . . :  OFF               OFF
   Option String:
  LEVEL0


   JVM Level 1 Trace. . . . . . :  OFF               OFF
   Option String:
  LEVEL1


   JVM Level 2 Trace. . . . . . :  OFF               OFF
   Option String:
  LEVEL2


   JVM User Trace . . . . . . . :  OFF               OFF
   Option String:
  NONE
____________________________________________________________________________________________________
Component Trace Options

  Component  Description                   Standard                          Special

     AP      Application domain . . . . .  1                                 1-2
     BA      Business Application Manager  1                                 1-2
     BM      Basic Mapping Support. . . .  1                                 1
     BR      Bridge . . . . . . . . . . .  1                                 1-2
     CP      CPI-C interface. . . . . . .  1                                 1-2
     DC      Dump compatibility layer . .  1                                 1
     DD      Directory manager. . . . . .  1                                 1-2
     DH      Document Handler domain. . .  1                                 1-2
...
     WB      Web domain . . . . . . . . .  1                                 1-2
     XM      Transaction manager. . . . .  1                                 1-2
     XS      Security domain. . . . . . .  1                                 1-2
Transactions - Non-Standard Tracing

  Tran    Tran    Program                 Attach      Restart     Dynamic --- Counts      Remote
   id     Class     Name     Tracing      Count        Count       Local   -  Remote      Starts

  CEDF            DFHEDFP   Suppressed           0           0           0           0           0
  CEDX            DFHEDFP   Suppressed           0           0           0           0           0
  CSGM            DFHGMM    Suppressed           0           0           0           0           0

Table 251. Fields in the Trace Settings Report
Field Heading Description
Trace Settings
Internal Trace Status The status of CICS internal trace (started or stopped).

Source field: EXEC CICS INQUIRE TRACEDEST INTSTATUS

Internal Trace Table Size The size of the table that holds internal trace entries. The table wraps when it is full.

Source field: EXEC CICS INQUIRE TRACEDEST TABLESIZE

Auxiliary Trace Status The status of CICS auxiliary trace (started or stopped).

Source field: EXEC CICS INQUIRE TRACEDEST AUXSTATUS

Auxiliary Trace Dataset The current auxiliary trace data set.

Source field: EXEC CICS INQUIRE TRACEDEST CURAUXDS

Auxiliary Switch Status The status of the auxiliary switch, which determines what happens when the initial data set for auxiliary trace is full.

Source field: EXEC CICS INQUIRE TRACEDEST SWITCHSTATUS

GTF Trace Status The status of CICS GTF trace (started or stopped), that is, whether CICS is directing trace entries to the MVS™ Generalized Trace Facility (GTF).

Source field: EXEC CICS INQUIRE TRACEDEST GTFSTATUS

Master System Trace Flag The status of the system master trace flag, which governs whether CICS makes or suppresses standard trace entries.

Source field: EXEC CICS INQUIRE TRACEFLAG SYSTEMSTATUS

Master User Trace Flag The status of the user master trace flag, which governs whether non-exception user trace entries are recorded or suppressed.

Source field: EXEC CICS INQUIRE TRACEFLAG SYSTEMSTATUS

VTAM® Exit override Indicates which invocations of the CICS VTAM exits are being traced.

Source field: EXEC CICS INQUIRE TRACEFLAG TCEXITSTATUS

JVM Trace Options
Standard The setting for standard tracing for this trace flag.

Source field: EXEC CICS INQUIRE TRACETYPE COMPID(SJ) STANDARD

Special The setting for special tracing for this trace flag.

Source field: EXEC CICS INQUIRE TRACETYPE COMPID(SJ) SPECIAL

Option String The JVM trace options for this trace flag.

Source field: EXEC CICS INQUIRE JVMPOOL JVMLEVEL0TRACE, JVMLEVEL1TRACE, JVMLEVEL2TRACE, or JVMUSERTRACE

Component Trace Options
Component The name of the component for tracing.

Source field: EXEC CICS INQUIRE TRACETYPE COMPID

Description The description of the component.

Source field: EXEC CICS INQUIRE TRACETYPE COMPID

Standard The active level of tracing for standard tracing for this component.

Source field: EXEC CICS INQUIRE TRACETYPE COMPID() STANDARD

Special The active level of tracing for special tracing for this component.

Source field: EXEC CICS INQUIRE TRACETYPE COMPID() SPECIAL

Transactions - Non-Standard Tracing
Tran id The name of the transaction.

Source field: EXEC CICS INQUIRE TRANSACTION

Tran Class The transaction class in which the transaction is defined.

Source field: XMRTCL

Program Name The name of the program when the transaction was defined, or spaces if a program name was not supplied.

Source field: XMMRPN

Tracing The type of tracing to be done for tasks executing this transaction.

Source field: EXEC CICS INQUIRE TRANSACTION() TRACING

Attach Count The number of times that this transaction has been attached. If a transaction definition is used to start a transaction remotely, the transaction is included in the Attach Count for the region where the transaction actually runs.

Source field: XMRAC

Restart Count The number of times this transaction was restarted after an abend. This field is zero if the transaction was not defined as RESTART=YES.

Source field: XMRRC

Dynamic Counts - Local The total number of times the dynamic transaction routing exit has chosen to run this transaction on the local system. This field is zero if the transaction was not defined as DYNAMIC=YES.

Source field: XMRDLC

Dynamic Counts - Remote The total number of times the dynamic transaction routing exit has chosen to run this transaction on a remote system. This field is zero if the transaction was not defined as DYNAMIC=YES.

Source field: XMRDRC

Remote Starts The number of times that this transaction definition has been used to attempt to start the transaction on a remote system. (See additional information in Transactions Report.)

Source field: XMRRSC

Related reference
Back to full list of DFH0STAT reports
The DFH0STAT reports

End of change [[ Contents Previous Page | Next Page Index ]]