CA SymDump

 View Only

TUESDAY TIP: SymDump CICS dump utility program IN25DMPU 

Aug 26, 2014 06:29 PM

Starting with release 8.5, CA SymDump for CICS ships with a batch utility program IN25DMPU. IN25DMPU is used to maintain the contents of the PROTDMP file.
The LIST ALL keyword produces a report that lists all the dumps currently stored in the PROTDMP and the space utilization statistics.

 

The example JCL below generates a report of the contents of the CICS67.R85.PROTDMP file. This PROTDMP file was defined with an allocation of 20 cylinders and a CI size of 8K
which is the default.

//JOBCARD
//PDMP     EXEC PGM=IN25DMPU                                           
//STEPLIB  DD DISP=SHR,DSN=SYMDUM85.CACICS67               
//SYSPRINT DD SYSOUT=*,DCB=(BLKSIZE=133)                               
//SYSIN    DD *                                                        
DSN CICS67.R85.PROTDMP
LIST ALL
/*
//

The report generated below on PROTDMP file CICS67.R85.PROTDMP shows the file contains four dumps.
These four dumps took a total of 94 records leaving 1,701 records available for future dumps.

File Statistics for CICS67.R85.PROTDMP

1,795 total records, 94 records used, 1,701 records free in 1 blocks
1,701 continuous records in largest block
Record size is 8,185

 

CICS       DATE         TIME      ABEND   PROGRAM   TRANSID TERMID  STATUS
--------------------------------------------------------------------------------
A11IC4S6   08.15.2014   10.49.30   ASRA   COB2DEMO   DEC2   U038      L
A11IC4S6   08.15.2014   10.49.34   ASRA   ASMDEMO     DEMA   U038      L
A11IC4S6   08.15.2014   10.49.37   ASRA   PL1DEMO      DEMP   U038      L
A11IC4S6   08.15.2014   12.58.09   SYMT   *TRACE*       SYMD   U038      L

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.