Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

CICS :: Get and display content of an address by CECI.

$
0
0
Author: lind sh
Subject: Get and display content of an address by CECI.
Posted: Mon Aug 08, 2016 9:18 am (GMT 5.5)

Dear friends
I am using command "CECI COL TRANC(DFHCOMCL)" to get the statistics about transaction class DFHCOMCL.The CICS give me the following :
Code:
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 >       

Now how I can 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.


Viewing all articles
Browse latest Browse all 8500

Trending Articles