Setup a breakpoint for a remote transactions

Compuware's QA & Impact Analysis Tools: Xpediter/CICS , Xpediter/TSO, Xpediter/DB2, Xpediter/Xchange, Xpediter/IMS
shobvid
Posts: 2
Joined: Thu Apr 03, 2008 2:15 pm
Skillset: COBOL, CICS, JCL
Referer: internet

Setup a breakpoint for a remote transactions

Postby shobvid » Wed Sep 08, 2010 2:13 am

Hi,

Can some help me to setup a breakpoint to capture the transaction that is started from another transaction.

In intertest, we used to put .ANY but dont know how to do the same in XPEDITER.

Any help plz.

Thanks,
SV

mprobst
Posts: 5
Joined: Tue Apr 05, 2011 9:34 pm
Skillset: Mainframe Test Tools
Referer: internet search

Re: Setup a breakpoint for a remote transactions

Postby mprobst » Wed Apr 13, 2011 2:55 am

I realize this late answer may not help the original poster.... but I hate to see questions go unanswered out here....

Remote trapping with Xpediter/CICS is done thru the use of option 1.6 from the main menu. Simply change the TERM field to all **** and enter your program name under the PROGRAM field.

This tells Xpediter to trap the breakpoint in PROGNAME if the transaction was started from ANY terminal.

Code: Select all

---------------------- XPEDITER/CICS - TRAP SUMMARY (1.6) -----------------VA01
COMMAND ===>                                                   SCROLL ===> CSR
MODULE:          CSECT:
MODE: TERM   (IP TERM or ALL)     NO IP TRAPS                     ENTRY 000001
LINE COMMANDS:   A (After)   B (Before)   C (Copy)   D (Delete)   I (Insert)
                 M (Move)    S (Save)

 CMD   USERID     NETNAME     TERM     TRAN     PROGRAM   TRAP ABEND
----  --------   --------    ----     ----     --------     ---
 _     ********   ********    ****     ****     PROGNAME     YES


  • Similar Topics
    Replies
    Views
    Last post