View previous topic :: View next topic |
Author |
Message |
haqshaik Beginner
Joined: 11 May 2005 Posts: 49 Topics: 19
|
Posted: Mon Aug 15, 2005 3:13 pm Post subject: IBM debug tool in CICS |
|
|
Hi ALL,
I am tyring to use IBM debug tool version 5.1 to execute a CICS program Interactively. I have compiled the code wih the required set options. I could see the listing PDS in the load module genereted after compilation. I referred to the manul as well. But still I am not able to figure out where the problem is. This is the first time i am using this tool.
I am not able to get the source listing so that i can see the execution interactivly. I am getting an error staing that the sourcelisting is not found. But i could see the source lisiting in the PDS.
Any thoughts will be helpful..
Thanks,
Salauddin |
|
Back to top |
|
 |
Cogito-Ergo-Sum Advanced
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
|
Posted: Mon Aug 15, 2005 11:11 pm Post subject: |
|
|
The source listing used by IBM Debug Tool is the compile listing. You should code your compile step such that, the compile listing goes to a dataset that is named as userid.pgmname.LIST. This is the name that IBM Debug Tool uses by default. _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes. |
|
Back to top |
|
 |
|
|