You set several parameters to set the trace in QMF for CICS®.
Procedure
To specify tracing in QMF for CICS,
follow these steps:
- Specify
DSQSDBUG=ALL
when starting QMF.
- Use the DSQSDBQT parameter to specify the type of storage
to be used for the trace data.
- Specify the value TS to use a CICS auxiliary
temporary storage queue for tracing:
QMFn DSQSDBQT=TS
- Use temporary storage for message-level
tracing. Other types of tracing, such as ALL, capture more trace data
and therefore require more storage. Use a transient data queue (a
value of TD) if you think that the trace output could exceed the maximum
size of a CICS temporary
storage queue.
- A transient data queue named DSQD is predefined for you during QMF installation. If you use the
DSQSDBQN parameter to name the transient data queue something other
than DSQD, you must predefine the queue in the CICS DCT
before you use it for the first time.
- Use the DSQSDBQN parameter to specify the name of the CICS storage
queue that will store the trace data.
Results
After QMF starts,
you can turn tracing off if necessary by using the command SET
PROFILE (TRACE=NONE
. You can also set more specific levels
of trace detail using the SET PROFILE command.