Help: Setting Breakpoints on a Called Program(XPED)

Compuware's QA & Impact Analysis Tools: Xpediter/CICS , Xpediter/TSO, Xpediter/DB2, Xpediter/Xchange, Xpediter/IMS
cyruscabrera
Posts: 1
Joined: Wed Feb 01, 2012 2:33 pm
Skillset: Beginner in Cobol, JCL, CICS, Expditer.
Referer: Searching web

Help: Setting Breakpoints on a Called Program(XPED)

Postby cyruscabrera » Wed Feb 01, 2012 2:42 pm

Hi to all, I just want to ask for some help on this.

I have two programs, A and B.
A is the Driver Module.
B is the Called Module.


Program A has a call statement inside it. I already set up the breakpoints.

Code: Select all

PROCEDURE DIVISION.

B CALL B USING ....
.
.
STOP RUN.



I already put some breakpoint on B so when it is called by A during Xped, I expect that it will jump inside the Program B.
But when I press F9, It doesn't go to program B. Instead, it stops.

BillyBoyo
Global moderator
Posts: 3805
Joined: Tue Jan 25, 2011 12:02 am
Skillset: Easytrieve Plus, Cobol, Utilities, that sort of stuff
Referer: Google

Re: Help: Setting Breakpoints on a Called Program(XPED)

Postby BillyBoyo » Wed Feb 01, 2012 5:19 pm

I don't understand. If you put a breakpoint on the CALL, it is going to stop there, that is what you asked it to do.

gauthamnagpur18
Posts: 93
Joined: Sat Oct 23, 2010 1:28 pm
Skillset: JCL , COBOL, VSAM , CICS
Referer: Through Google Search
Location: Chennai, India
Contact:

Re: Help: Setting Breakpoints on a Called Program(XPED)

Postby gauthamnagpur18 » Sat Dec 15, 2012 8:16 am

Hi cyruscabrera ,

Try int Called Module in driver module before setting up breakpoint in called module .Then Press F9 from driver module . :)

Hope it helps .

Thanks,
Gautham

NicC
Global moderator
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
Referer: Google
Location: Pushing up the daisies (almost)

Re: Help: Setting Breakpoints on a Called Program(XPED)

Postby NicC » Sat Dec 15, 2012 7:20 pm

Might have helped 10 months ago!
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic


  • Similar Topics
    Replies
    Views
    Last post