Output from a SYSjes2 trace

The output from the SYSjes2 trace contains a maximum of 500 trace entries presented in a wrapping (or rolling) trace format. That is, once the trace table is filled with 500 entries, the next entries (501, 502, 503,...) overwrite entries 1, 2, 3... in a continuous wrapping manner.

Figure 1 is an example of merged output from both SYSjes2 sublevel traces with the FULL parameter specified.

Figure 1. Example: merged output from both SYSjes2 sublevel traces with FULL parameter
_______________________________________________________________________________
********** MERGED TRACES ***********
01. CTRACE comp(sysjes2) sub((jqe)) full
02. CTRACE comp(sysjes2) sub((joe)) full

Figure 2 is an example of merged output from both SYSjes2 sublevel traces with the SHORT parameter specified:

Figure 2. Example: merged output from both SYSjes2 sublevel traces with SHORT parameter
_______________________________________________________________________________
***********************short format screen ********************

 COMPONENT TRACE SHORT FORMAT
 COMP(SYSjes2) SUBNAME((JQE))
 **** 07/11/94

 SYSNAME   MNEMONIC  ENTRY ID    TIME STAMP     DESCRIPTION
 -------   --------  --------  ---------------  -------------

 MVS1      JQE       00000200  14:33:35.162400  $QADD

 MVS1      JQE       00000204  14:33:35.162404  $QJIX (ALLOC new number)

 MVS1      JQE       00000200  14:33:36.174242  $QADD

------------------------------------------------------------------------

The following is an example of merged output from both SYSjes2 sublevel traces with the FULL parameter specified. Use mapping macro, $ROTT (rolling trace table), to map the fields presented in this trace.

_______________________________________________________________________________
 ********************full format screen ******************************

 IPCS OUTPUT STREAM ------------------------------------------ Line 0 Co
  ****************************** TOP OF DATA ***************************


   COMPONENT TRACE FULL FORMAT
   COMP(SYSjes2) SUBNAME((JQE))
   **** 07/11/94

   SYSNAME   MNEMONIC  ENTRY ID    TIME STAMP     DESCRIPTION
   -------   --------  --------  ---------------  -------------

   MVS1      JQE       00000200  14:33:35.162400  $QADD

      03B06C20  00000000  00000064  FF200100  | ..%............. |
      00000000  0000                          | ......           |
   MVS1      JQE       00000204  14:33:35.162404  $QJIX (ALLOC new number

      03B06C20  00000001  00000064  20200100  | ..%............. |
      04000000  0000                          | ......           |
   MVS1      JQE       00000200  14:33:36.174242  $QADD

------------------------------------------------------------------------

The following is an example of merged output from both SYSjes2 sublevel traces with the TALLY parameter specified:

_______________________________________________________________________________
**************************tally format screen *************************
 COMPONENT TRACE TALLY REPORT
 COMP(SYSjes2) SUBNAME((JQE))
     TRACE ENTRY COUNTS AND AVERAGE INTERVALS (IN MICROSECONDS)

 FMTID     COUNT     INTERVAL      MNEMONIC  DESCRIBE
 --------  --------  ------------  --------  ---------------------------
 00000200        12    96,278,898  JQE       $QADD
 00000201         0                JQE       $QPUT
 00000202         0                JQE       $QREM
 00000203        30    36,473,953  JQE       $QMOD
 00000204        12    96,278,898  JQE       $QJIX (ALLOC new number)
 00000205         0                JQE       $QJIX (SWAP job numbers)
 00000206         5   273,117,249  JQE       $GETJLOK
 00000207         5   274,068,170  JQE       $FREJLOK
   .
   .
   .
  Total trace entries:       89
  ****************************** END OF DATA ***************************