I am using command "CECI COL TRANC(DFHCOMCL)" to get the statistics about transaction class DFHCOMCL.The CICS give me the following :
COL TRANC(DFHCOMCL)
STATUS: COMMAND EXECUTION COMPLETE NAME=
EXEC CICS COLlect STATIstics
SEt( X'1AC6ACA8' )
< LASTRESET( +0000000 ) | LASTRESETHrs() LASTRESETMin() LASTRESETSec() >
< Autoinstall | < Bean() > CORbaserver() | CONnection() | DB2Conn
| DB2Entry() | DIspatcher | Enqueue | File() | JOURNALNAme()
| JOURNALNUm() | JVMPOol | JVMPROFile() | JVMPROGram() | LSrpool()
| MOnitor() | MVstcb() | ( Node() | POol() ) < TARget() > | PROGAuto
| PROGRam() | RECovery | REQuestmodel() | STATS | STOrage()
| STReamname() | SUbpool() | SYsdumpcode() | TABlemgr | TASksubpool
| TCLass() | TCPIP | TCPIPService() | TDqueue() | TErminal()
| TRANClass( 'DFHCOMCL' ) | TRANDumpcode() | TRANSaction() | TSqueue
| Vtam >
STATUS: COMMAND EXECUTION COMPLETE NAME=
EXEC CICS COLlect STATIstics
SEt( X'1AC6ACA8' )
< LASTRESET( +0000000 ) | LASTRESETHrs() LASTRESETMin() LASTRESETSec() >
< Autoinstall | < Bean() > CORbaserver() | CONnection() | DB2Conn
| DB2Entry() | DIspatcher | Enqueue | File() | JOURNALNAme()
| JOURNALNUm() | JVMPOol | JVMPROFile() | JVMPROGram() | LSrpool()
| MOnitor() | MVstcb() | ( Node() | POol() ) < TARget() > | PROGAuto
| PROGRam() | RECovery | REQuestmodel() | STATS | STOrage()
| STReamname() | SUbpool() | SYsdumpcode() | TABlemgr | TASksubpool
| TCLass() | TCPIP | TCPIPService() | TDqueue() | TErminal()
| TRANClass( 'DFHCOMCL' ) | TRANDumpcode() | TRANSaction() | TSqueue
| Vtam >
Now,How can I see content of the address X'1AC6ACA8' by CECI command or any it's parameters. Is it possible to see content of an storage address directly by CECI capabilities or by any other of CICS supplied transactions?
Thanks.