TRACE
The TRACE control statement invokes the trace facility of the CMF MONITOR Extractor.
[SAMPLE={60|nn}]
[,SRB={NO|YES}]
[,SYSEVENT=(n1,...,n6)]
[,ASID=asid]
[,ID=0|n]
[,NAME=jobname]
The trace facility uses the following sampling methods:
SRB—schedules a user-written SRB routine at specified intervals
A default SRB routine, CX10UMOD, is located in the CMF MONITOR BBSAMP data set.
SRM—allows you to trace specified SYSEVENTs
A trace for a SYSEVENT includes the name of the job for which the SYSEVENT was issued, along with the parameter registers, zero and one. TSEVENT (SYSEVENT zero) includes the TSO command name.
Monitoring modes | One TRACE statement can be specified for each monitoring mode, continuous (CPM) or intermittent (IPM). | |
Sampler and record types | The TRACE statement controls the TRCE sampler, which produces CMF type 240-18 user records. | |
Analyzer statements and reports | TRACE | Trace Report |
Other BMC Software products | The TRACE control statement is used by the CMF MONITOR Extractor only. |
Parameters
Parameters for the TRACE control statement are as follows:
SYSEVENT= | lists 1 to 6 SYSEVENTs that are to be traced If nothing is specified, the SYSEVENT trace is suppressed. Valid SYSEVENT IDs are 0 through 79. A specification of SRB=NO and no SYSEVENTs results in an error. |
---|---|
ID= | specifies the trace ID to be assigned to the SYSEVENT trace records The default is zero, which signifies that each SYSEVENT trace record is to be identified with the SYSEVENT ID. If ID is specified, all SYSEVENT trace records receive that ID. |
NAME= | specifies the name of the batch job, Started Task, or TSO logon ID for which SYSEVENT data is to be traced The NAME parameter is invalid if ASID is defined. |
ASID= | specifies the address space identifier for which SYSEVENT data is to be traced ASID is invalid if NAME is used. |
Examples