OSI/FTAM and OSI/APLMGR SCF Reference Manual

SCF Commands for Tandem FTAM
OSI/FTAM and OSI/APLMGR SCF Reference Manual421943-001
3-122
TRACE PROCESS Examples
TRACE PROCESS Examples
You can use the following command to trace all aspects of an APLMGR process on the
\MARS system named $AMGR and store information in the file TRACE01:
TRACE PROCESS \MARS.$AMGR, RECSIZE 4050 &
, TO \MARS.$DATA.SYS00.TRACE01
Because no SELECT option was specified in this example, the command defaults to
SELECT ALL.
To trace only the DSM activity and system messages issued for the same APLMGR
process, sending this trace data to the new trace file TRACE02, first issue the following
command to stop any previous trace of the $AMGR process:
TRACE PROCESS \MARS.$AMGR, STOP
Then start a trace of just the DSM and system messages using the command:
TRACE PROCESS \MARS.$AMGR, RECSIZE 4050 &
, SELECT (DSM, SYSMSG) &
, TO $DATA.SYS00.TRACE02
To trace all possible information for the initiator process $FTI1, sending the trace
records to the file TRACE03, issue the following command:
TRACE PROCESS \MARS.$FTI1, RECSIZE 4050 &
, TO $DATA.TRACE.TRACE03
To trace information relating to user-interface requests for the initiator $FTI2 on the
\MARS system, sending this data to a file named MYTRACE on the same system, issue
the following command (after stopping any previous trace):
TRACE PROCESS \MARS.$FTI2, RECSIZE 4050 &
, SELECT USER &
, TO MYTRACE
To trace provider and ASN.1 encoding and decoding record types for the responder
process $FTR1 on the \MARS system, sending the data to the file TRACE04, issue the
following command (after stopping any previous trace):
TRACE PROCESS \MARS.$FTR1, RECSIZE 4050 &
, SELECT (PROV, ASN1) &
, TO $DATA.TRACE.TRACE04
To change the SELECT options for the above trace so that system requests and
responses are traced, issue the following command:
TRACE PROCESS \MARS.$FTR1, SELECT MSG
.i).PROCESS objects:TRACE command;
To stop the trace of the responder $FTR1, issue the following command:
TRACE PROCESS \MARS.$FTR1, STOP