SPCTRxx

The SPCTRxx system initialization parameter specifies the level of special tracing for a particular CICS component used by a transaction, terminal, or both.

SPCTRxx={(1,2)|(1[,2][,3][,4])|ALL|OFF}
You identify the component by coding a value for xx in the keyword. You code one SPCTRxx keyword for each component that you want to define selectively. For a CICS component that is being specially traced and that does not have its trace level set by SPCTRxx, the trace level is that set by SPCTR (which, in turn, defaults to (1,2)). The CICS component codes that you can specify for xx on the SPCTRxx keyword are shown in the following table:
Code Component name
AP Application domain
BA Business application manager
BM* Basic mapping support
BR* 3270 bridge
CP* Common programming interface
DC* Dump compatibility layer
DD Directory manager domain
DH Document handling domain
DM Domain manager domain
DP Debugging profiles domain
DS Dispatcher domain
DU Dump domain
EC* Event capture and emission
EI* Exec interface
EJ Enterprise Java™ domain
EM Event manager domain
EP Event processing domain
FC* File control
GC Global catalog domain
IC* Interval control
IE ECI over TCP/IP domain
IS* ISC or IRC
KC* Task control
KE Kernel
LC Local catalog domain
LD Loader domain
LG Log manager domain
LM Lock domain
ME Message domain
ML Markup language domain
MN Monitoring domain
MP Managed platform domain
NQ Enqueue domain
OT Object transaction domain
PA Parameter domain
PC* Program control
PG Program manager domain
PI Pipeline domain
PT Partner domain
RA Resource manager adapters
RI* Resource manager interface (RMI)
RL Resource life-cycle domain
RM Recovery manager domain
RS Region status domain
RX RRS-coordinated EXCI domain
RZ Request streams domain
SC* Storage control
SH Scheduler services domain
SJ JVM domain
SM Storage manager domain
SO Sockets domain
ST Statistics domain
SZ* Front End Programming Interface (FEPI)
TC* Terminal control
TD* Transient data
TI Timer domain
TR Trace domain
TS Temporary storage domain
UE* User exit interface
US User domain
WB Web domain
WU CICS® Management Client Interface (CMCI) domain
W2 Web 2.0 domain
XM Transaction manager domain
XS Security manager domain
number
The level numbers for the level of special tracing you want for the required CICS component. You can use level numbers 1, 2, 3, and 4, depending on the component.

Most CICS components only use levels 1, 2 and 3, and some do not have trace points at all these levels. The exception is the SM component (storage manager domain) that has level 4 tracing. This level of tracing is intended for IBM field engineering staff.

ALL
You want all the available levels of special CICS tracing switched on for the specified component.
OFF
Switches off all levels of special CICS tracing for the CICS component indicated by xx.

For details of using trace, see Using traces in problem determination.

Restrictions You can specify the SPCTRxx parameter in PARM, SYSIN, or CONSOLE only.