How to get a transaction dump?
search cancel

How to get a transaction dump?

book

Article ID: 56912

calendar_today

Updated On:

Products

Ideal

Issue/Introduction

How to get a transaction dump.

Resolution

If you get a request from Ideal Support to send a transaction dump because of an Abend, you first want to make sure the Abend is in the list of transactions that will cause the dump. 

To see the list of transactions in CICS:

- issue the command CEMT I TRD.  
 
If the transaction is not listed, you can add it to the list by:
- issuing the command CEMT S TRD(XXXX) ADD.  Where XXXX is your transaction name. 
 
Now when the Abend occurs, you will get a dump in DFHDUMPx.

Additional Information

CEMT S TRD stands for CEMT SET TRDUMPCODE

CEMT I TRD stands for CEMT INQUIRE TRDUMPCODE