How to rereive content of a memerory address?

About CICS and BMS - In this Mainframe Forum - You can post your queries on CICS

Moderators: DikDude, Natarajan, Moderator Group

Post Reply
mehdi_shri
Member
Posts: 8
Joined: Sat Jun 09, 2012 2:48 pm
Location: Iran

How to rereive content of a memerory address?

Post by mehdi_shri » Sun Oct 26, 2014 7:39 pm

Dear friend
I used this command:

Code: Select all

EXEC CICS INQUIRE TASK LIST LISTSIZE(ws-da-myvar1)
        DISPATCHABLE
        RUNNING
        SUSPENDED
        SET(ws-ptr-ref-mayvar1)
        SETTRANSID(ws-ptr-ref-myvar2)
END-EXEC.
I want to obtain and display the number of task doeing by tranaction ACCT right now.
How I can retreive the value placed in address "ws-ptr-ref-myvar2"?
Is it possible to see the the content of this address?
Is any other solution seggested to obtain number of special transactions (and therefor corresponded tasks) ?

Best regards.

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others