Output from a SYSDSOM trace

The output shown in Figure 1 is an example of DSOM component trace records formatted with a CTRACE COMP(SYSDSOM) FULL OPTIONS((SKIPID,SHORTFORM)) subcommand. It shows formatted exception records from the trace buffers.

Figure 1. Example: DSOM component trace records formatted with CTRACE COMP(SYSDSOM) FULL OPTIONS((SKIPID,SHORTFORM))
                    DSOM COMPONENT TRACE FULL FORMAT

     KESYS522  METRETRN  00000004  21:31:34.864277  Return from method
          Entry to method:        ImplRepository::somInit 

Figure 2 is an example of DSOM component trace records formatted with a CTRACE COMP(SYSDSOM) FULL subcommand. It shows formatted exception records from the trace buffers.

Figure 2. Example: DSOM component trace records formatted with CTRACE COMP(SYSDSOM) FULL
  COMPONENT TRACE FULL FORMAT
  SYSNAME(KESYS522)
  COMP(SYSDSOM)
  **** 09/29/1995
  SYSNAME   MNEMONIC  ENTRY ID    TIME STAMP     DESCRIPTION
  -------   --------  --------  ---------------  -------------
  KESYS522  GETBUFF   00000001  21:31:30.198289  Get new trace buffer
       JOBNAME. KREPROC  ASID.... 0029     THREADID 04233100 00000000
       Buffer address:         7F672508
  KESYS522  METDEBUG  00000004  21:31:39.410681  Method debug
       JOBNAME. KREPROC  ASID.... 0029     THREADID 04233100 00000000
       Entry to method:        SOMOA::somInit
  KESYS522  METRETRN  00000005  21:31:40.000019  Return from method
       JOBNAME. KREPROC  ASID.... 0029     THREADID 04233100 00000000
       Exiting method:         SOMOA::somInit, RC(hex)=00000000, RSN=00000000 

The output shown in Figure 3 is an example of DSOM component trace records formatted with a CTRACE COMP(SYSDSOM) FULL OPTIONS((SKIPID)) DSN('dsom.trace.dsn') subcommand. It shows formatted exception records from the trace buffers.

Figure 3. Example: DSOM component trace records formatted with CTRACE COMP(SYSDSOM) FULL OPTIONS((SKIPID)) DSN('dsom.trace.dsn')
  COMPONENT TRACE FULL FORMAT
  SYSNAME(KESYS522)
  COMP(SYSDSOM)
  OPTIONS((SKIPID))
  **** 09/29/1995
  SYSNAME   MNEMONIC  ENTRY ID    TIME STAMP     DESCRIPTION
  -------   --------  --------  ---------------  -------------
  KESYS522  GETBUFF   00000001  21:31:30.198289  Get new trace buffer
       Buffer address:         7F672508
  KESYS522  METDEBUG  00000004  21:31:39.410681  Method debug
       Entry to method:        SOMOA::somInit
  KESYS522  METRETRN  00000005  21:31:40.000019  Return from method
       Exiting method:         SOMOA::somInit, RC(hex)=00000000, RSN=00000000 
The fields in the report are:
KESYS522
The name of the system.
METDEBUG
The name of the trace event.
00000004
The decimal identifier of the trace event.
21:31:39.410681
The time stamp indicating when the record was placed in the trace table.
ASID
The ASID of the job listed in the JOBNAME field.
JOBNAME. KREPROC
The job name.
THREADID 04233100 00000000
The POSIX thread identifier.
Entry to method
The entry to the somInit method in class SOMOA.
Exiting Method
The exit from the somInit method in class SOMOA.