View previous topic :: View next topic |
Author |
Message |
amjed Beginner
Joined: 26 Apr 2003 Posts: 2 Topics: 1 Location: Mumbai
|
Posted: Sat Apr 26, 2003 4:26 am Post subject: Xpediter/CICS: debugging a called program |
|
|
I am trying to debug a CICS program A calling another CiCS background transaction B. This program B is in itself calling another Cobol/DB2 program C.
Now I have to debug both B and C in Xpediter. But can't go to the programs
I tried all possible things from 'SOURCE PROGRAM' and 'LOAD PROGRAM'.
It shows the source listing but even after setting break points I am not entering the programs B or C.
Can any one guide me over this.
Thanx
Amjed _________________ Amjed Chougule
Mumbai,
India
Cell # :- 91-98207-85616 |
|
Back to top |
|
|
moyeenkhan Beginner
Joined: 04 Dec 2002 Posts: 64 Topics: 21
|
Posted: Mon Apr 28, 2003 3:03 pm Post subject: |
|
|
Put a breakpoint before the call to second program. Perhaps your CICS program is not coming to this point. |
|
Back to top |
|
|
amjed Beginner
Joined: 26 Apr 2003 Posts: 2 Topics: 1 Location: Mumbai
|
Posted: Wed Apr 30, 2003 9:27 am Post subject: |
|
|
Hi Moyeen,
Thanx for your reply.
But I had put a break point on the call statement. It went till the call.
I had also put a break point in the called program.
Still somehow its just not going in.
Please let me know if you find something
Regards,
Amjed _________________ Amjed Chougule
Mumbai,
India
Cell # :- 91-98207-85616 |
|
Back to top |
|
|
Dibakar Advanced
Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Thu May 01, 2003 12:51 am Post subject: |
|
|
Amjed,
There are some vendor provided called programs at our site that we cannot debug because of the way we compile/load our program.
Diba. |
|
Back to top |
|
|
|
|