View previous topic :: View next topic |
Author |
Message |
pgorthi Beginner
Joined: 13 Sep 2004 Posts: 33 Topics: 16
|
Posted: Tue Oct 12, 2004 9:26 am Post subject: How to debug COBOL program using IOF tool? |
|
|
Hi,
i would like to know how to set up and debug a cobol and IMS DB program.
Regards,
Pgorthi |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Oct 12, 2004 9:45 am Post subject: |
|
|
Pgorthi,
Debugging of any batch program is similar. It does not matter if you used DB2 or IMS databases. The only difference you have is the JCL to run the program. If you are using DB2 then you would be running the program with IKJEFT01. If it is IMS then you would be running with DFSRRC00 .
If your shop has debug tools like compuware's XPEDITER or IBM's DEBUG tools,then you can step thru each statement of your program. The setup for xpediter and Debug tools differes from shop to shop. So you need to talk to your co-workers about the setup of these tools.
If your shop does not have any of the tools mentioned above then put a bunch of DISPLAY statements and look at the sysout.
Hope this helps...
Cheers
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
pgorthi Beginner
Joined: 13 Sep 2004 Posts: 33 Topics: 16
|
Posted: Tue Oct 12, 2004 9:52 am Post subject: |
|
|
Kolusu,
please send me if u have any material on debug tool set-up.
regards,
Pgorthi |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Oct 12, 2004 10:13 am Post subject: |
|
|
Pgorthi,
Quote: |
please send me if u have any material on debug tool set-up.
|
Did you read my previous post clearly? In case if you haven't read it, I am quoting it for you once again
The setup for xpediter and Debug tools differes from shop to shop. So you need to talk to your co-workers about the setup of these tools.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|