CA SymDump

 View Only

Tuesday Tip: Using CA SymDump for CICS dump print utility program IN25PDMP 

Oct 21, 2014 06:24 PM

In the example below the CA SymDump for CICS PROTDMP file contains two transaction dumps. The two transactions dumps are DEMA and DEMC. The JCL below was used to print the DEMC transaction dump.  Sample JCL to execute batch utility program IN25PDMP is shipped as part of the base install and located in the HLQ.CAIOPTN PDS member SYMPDMP. Utility IN25PDMP is outlined in the CA SymDump for CICS Users Guide Chapter Printing Dumps.

 

                 CA SymDump for CICS r8.5 DUMP/TRACE SELECTION         A11IC4S6

COMMAND ===>

 

   Type S select,  D delete, H hold, R release, I history

 

     Dumpfile Applid   Tran Program  Offset Abend  Created         Dups Status

 

_ - PROTDMP  A11IC4S6 DEMA ASMDEMO  0001BE ASRA 10/21/14 17:52:03    3

_ - |-                 A11IC4S6 DEMC COBDEMO  0012D8 ASRA 10/21/14 17:51:34    3

 

   *** End of data ***

 

PF1 Help       2            3 End        4 Return     5 Collapse   6 Expand

PF7 Backward   8 Forward    9           10           11           12

 

 

//PRINTDMP JOB  REGION=4M

//PRINT    EXEC PGM=IN25PDMP                                           

//STEPLIB  DD DSN=SYMDUMP.CACICS68,DISP=SHR             

//         DD DSN=CICS.CTS510.GA.CICS.SDFHLOAD,DISP=SHR             

//PROTDMP  DD DSN=SYMDUMP.PROTDMP,DISP=SHR               

//DFHDMPDS DD DSN=&&SYMD,DISP=(,PASS),UNIT=SYSDA,                      

//         DCB=(LRECL=4092,BLKSIZE=4096,RECFM=VB),SPACE=(CYL,(1,1))    

//DFHPRINT DD SYSOUT=*                                                 

//SYSPRINT DD SYSOUT=*                                                 

//REPORT   DD SYSOUT=*                                                 

//DFHTINDX DD SYSOUT=*                                                 

//SYSIN DD DUMMY,DCB=BLKSIZE=80                                        

//SYMSYSIN DD *  

PRINT TRANSID=DEMC                                                     

//                                                                  

 

Below is the start of the print output

 

A11IC4S6   --- CICS TRANSACTION DUMP ---  CODE=ASRA   TRAN=DEMC   ID=1/0001   

CICS/ESA LEVEL = 0680

CASD7146  CA - SYMDUMP - ABENDING PROGRAM: COBDEMO

PSW & REGISTERS AT TIME OF INTERRUPT

PSW:               07850000   B651790E   00060007   00000000

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.