View previous topic :: View next topic
|
Author |
Message |
Amsar
New User
Joined: 26 Sep 2008 Posts: 84 Location: Chennai
|
|
|
|
Hi,
I am debugging a Cobol-Db2 program which is calling another COBOL program I want to see the flow of called program once it passes control to called program. How can I achieve this?
Thanks,
Amsar |
|
Back to top |
|
|
jz1b0c
Active User
Joined: 25 Jan 2004 Posts: 160 Location: Toronto, Canada
|
|
|
|
While you are debugging the main program, type INTERCEPT PGM1
PGM1= your called program |
|
Back to top |
|
|
|