The client would like to use the CA Symdump for CICS r 9.1 utility program IN25PDMP which is used to print CICS transaction dumps contained in the PROTDMP file. Does IN25PDMP have an option to print a list of all dumps placed on hold or in lock state?
No IN25PDMP can only print an index of dumps or print an individual dump contained in the PROTDMP file.
Please take look at this link below. Symdump has a utility program to manage the contents on the PROTDMP file call IN25DMPU and you can use to print the dumps on hold-locked.
https://docops.ca.com/ca-intertest-and-ca-symdump/10-0/en/using-cics-tools/cics-abend-analysis/batch-utility
I have a PROTDMP file with 6 dumps in it. The four DEMA dumps are on HOLD or LOCKED.
I ran the JCL below.
The sample JCL will produce the report
//LISTDMP EXEC PGM=IN25DMPU
//STEPLIB DD DISP=SHR,DSN=HLQ.INTERT10.CAVHLOAD
//SYSPRINT DD SYSOUT=*,DCB=(BLKSIZE=133)
//SYSIN DD *
DSN HLQ.INTERT10.PROTDMP
LIST LOCK
/*
//
The LIST LOCK shows only the one’s on HOLD
A11IC4S5 03/08/2017 18:15:56 ASRA ASMDEMO DEMA U001 +0001BE **Locked
A11IC4S5 03/08/2017 18:16:11 ASRA ASMDEMO DEMA U001 +0001BE **Locked
A11IC4S5 03/08/2017 18:16:17 ASRA ASMDEMO DEMA U001 +0001BE **Locked
A11IC4S5 03/08/2017 18:16:32 ASRA ASMDEMO DEMA U001 +0001BE **Locked