Enables internal state tracing for the APPC subsystem.
Description |
 |
The APPCCONTROL TRACEON command enables internal state tracing. It can be issued
during run time, after the APPC subsystem has been activated. Internal
state tracing records significant state changes, events and data
to a disk file. The default name of the disk file is NMTCxxxx.PUB.SYS, where xxxx is a number from 0000 through 9999. This number is
incremented whenever a new trace file is opened.
A new trace file is created whenever tracing is enabled, at
subsystem startup with the TRACEON parameter, or during run time with the APPCCONTROL TRACEON command. To start a new trace file without bringing down
the APPC subsystem, turn tracing off and back on again with the APPCCONTROL TRACEOFF and APPCCONTROL TRACEON commands.
When the APPC subsystem is activated, internal tracing is
disabled by default. It can be enabled at startup by specifying TRACEON = YES in the APPCCONTROL START command. See the description of APPCCONTROL START, earlier in this chapter.
If you start up the APPC subsystem programmatically, you can
enable internal tracing by setting the TraceOn parameter of the APPCStart intrinsic to 1. See Chapter 3 “Control Operator Intrinsics” for
more information on control operator intrinsics.