ONC RPC dump and trace formatting

To switch dump formatting on and off for CICS® ONC RPC, you change the CICS VERBEXIT in the JCL for dump formatting as follows:

IPCS VERBEXIT DFHPD640 FT=0|1|2|3,TR=1|2

The parameters have these meanings:

FT=0
Suppress system dump for all features
FT=1
Produce system dump summary listing for all registered features
FT=2
Produce system dump for all registered features
FT=3
Produce system dump summary listing and a system dump for all registered features
TR=1
Produce abbreviated trace (includes trace for all registered features)
TR=2
Produce full trace (includes trace for all registered features)

Full details of these and other parameters are described in the CICS Operations and Utilities Guide.

CICS ONC RPC output in the formatted dump consists of the major control blocks of CICS ONC RPC, with interpretation of some of the fields. The CICS ONC RPC output can be found in the IPCS output by searching for ===RP. It is under the heading CICS ONC RPC Feature for MVS/ESA.

Each trace entry for CICS ONC RPC has a comment ONC RPC to distinguish it from other trace points with the FT prefix.

Related concepts
ONC RPC concepts
CICS ONC RPC problem determination
Related tasks
CICS ONC RPC recovery procedures
CICS ONC RPC operational considerations
Troubleshooting CICS ONC/RPC
Using messages and codes for ONC RPC
CICS ONC RPC trace information
Debugging the ONC RPC user-replaceable programs
[[ Contents Previous Page | Next Page Index ]]