View previous topic :: View next topic
|
Author |
Message |
lind sh
New User
Joined: 04 Feb 2015 Posts: 32 Location: Tajikestan
|
|
|
|
Dear Friends:
In a CICS online program I want to get a content of a specific address of memory. My meaning is that I present a pointer value (explicitly for example X'286272F8') to the program so the program returns the content of this address.
In detailed explanations:
First I've used the following command in a CICS TERMINAL:
Code: |
CECI COLLECT STATISTICS |
The result is shown:
Code: |
COL TRANS
STATUS: COMMAND EXECUTION COMPLETE NAME=
EXEC CICS COLlect STATIstics
SEt( X'286272F8' )
< 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() | TRANDumpcode() | TRANSaction() | TSqueue | Vtam >
|
Now I want to hardcode the HEX value in a COBOL program then compile , link and run it to show the contents of this memory address. |
|
Back to top |
|
|
Garry Carroll
Senior Member
Joined: 08 May 2006 Posts: 1205 Location: Dublin, Ireland
|
|
Back to top |
|
|
|