OSI/MHS SCF Reference Manual
OSI/MHS SCF Commands
OSI /MHS SCF Reference Manual—424828-001
2-210
TRACE PROCESS Command
which is 8 bytes, is not included in integer. If RECSIZE is omitted or equals 0,
the default value of 128 is assumed. The recommended value for RECSIZE is 4050.
SELECT select-spec
traces function calls, function parameters, and other information to record the
execution path of the OSI/MHS processes. Each select-spec records data
about different parts of the OSI/MHS subsystem.
The syntax for the keywords and numbers is as follows:
select-spec is one or more of the following keywords or numbers:
{ keyword }
{ ( keyword [ , keyword ] ... ) }
{ number }
{ ( number [ , number ] ... ) }
Keyword Number Function
ENTRYPOINT 0 Records every function entry
MHSIDU 16 Records the entry of each functional unit in a process
MHSENCODE 17 Records each function entry when encoding a message
MHSDECODE 18 Records each function entry when decoding a message
MHSDPDUMAN 19 Records each function entry when manipulating a
decoded message. NOTE: This trace has a significant
performance impact on the processes being traced.
MHSEPDUMAN 20 Records each function entry when manipulating an
encoded message
SPIMSG 21 Records the receipt of SPI messages from the MHS
manager
MHSIUC 22 Records the flow of messages between functional units
within a process
MHSILC 23 Records the flow of messages among OSI/MHS
processes
MHSRTS 24 Records details of the RTS-user primitives and Session
Layer primitives
MHSRETRY 25 Records details of the failed attempts to use links and
routes to adjacent MTAs
GWYMSG 26 Records receipt of messages from $RECEIVE in the GIP
GWYTROUT 27 Records function entry points invoked when translating
an outbound message in the GIP
GWYTRIN 28 Records function entry points invoked when translating
an inbound message in the GIP
GWYERR 29 Records error or warning occurrences in the GIP
ALL -1 Specifies that all types of tracing should be recorded